faker-microservice
Provider for Faker which adds fake microservice names.
Installation
pipenv install faker-microservice
Usage
Python
from faker import Faker
import faker_microservice
fake = Faker()
fake.add_provider(faker_microservice.Provider)
print(fake.microservice()) # prints "fulfilment_manager" or similar
Command Line
pipenv run faker microservice -i faker_microservice
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file faker-microservice-2.0.0.tar.gz.
File metadata
- Download URL: faker-microservice-2.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cd5cbce5b08f2b33ddc7ad55f048353c87134fd36f50929000b27210c1a7c63
|
|
| MD5 |
ecf66ef7a1a7474a9bbff8801c497fb3
|
|
| BLAKE2b-256 |
e7a8abcc48bab21dd112f63e721acc63360d7d27b20fc93e92b506f49f8fb967
|