Skip to main content

Provider for Faker which adds fake microservice names.

Project description

faker-microservice

Provider for Faker which adds fake microservice names.

Build Status Maintainability Test Coverage Code style: black

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.

Source Distribution

faker-microservice-1.0.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

faker_microservice-1.0.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page