ilc-provider ============ **Faker provider for ILC data models** Generates fake data for all data models: players, teams, leagues, etc. When imported the *ilc_provider* package creates a `Faker `_ instance and adds itself as a provider. It can then be called like any other provider:: from ilc_provider import fake league = fake.league() Installation ------------ To install, run:: (.venv) $ pip install ilc-provider .. toctree:: :maxdepth: 2 :caption: Contents: api usage