Faker Provider to generate phone numbers in E164 format.
Project description
# Faker Provider for E164 Phone Numbers
`pip install faker-e164`
## Usage
```python
from faker import Faker
from faker_e164.providers import E164Provider
fake = Faker()
fake.add_provider(E164Provider)
# To actually fake an e164 phone number
fake.e164()
```
## Contributing
Contributions for faker-e164 are welcomed by the community. If you are looking for issues to work on, please visit [the issues tab](https://github.com/crowdcomms/faker-e164/issues). If you have an idea for an improvement, please submit an new issue and allow some time for discussion before starting any work on a PR. If you get stuck please don't hesitate to start a discussion with the project maintainers.
`pip install faker-e164`
## Usage
```python
from faker import Faker
from faker_e164.providers import E164Provider
fake = Faker()
fake.add_provider(E164Provider)
# To actually fake an e164 phone number
fake.e164()
```
## Contributing
Contributions for faker-e164 are welcomed by the community. If you are looking for issues to work on, please visit [the issues tab](https://github.com/crowdcomms/faker-e164/issues). If you have an idea for an improvement, please submit an new issue and allow some time for discussion before starting any work on a PR. If you get stuck please don't hesitate to start a discussion with the project maintainers.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
faker-e164-0.1.0.tar.gz
(6.4 kB
view details)
File details
Details for the file faker-e164-0.1.0.tar.gz
.
File metadata
- Download URL: faker-e164-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 005e60a144a96cc166eed7dc186510efaa641ca755f0f4e4234b0cdaec02d105 |
|
MD5 | 9d0a0f03f276e911051e059ac0881f42 |
|
BLAKE2b-256 | 27f286028f866236aa27accee94d9c8909a2fa0538314fc3adf8cdee5c653bd0 |