Provider for Faker which adds fake microservice names.
Project description
faker-microservice
Provider for Faker which adds fake microservice names.
Installation
pip 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
faker microservice -i faker_microservice
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.