Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abtinmo/faker_bill
Faker provider for bill.
https://github.com/abtinmo/faker_bill
Last synced: 3 months ago
JSON representation
Faker provider for bill.
- Host: GitHub
- URL: https://github.com/abtinmo/faker_bill
- Owner: abtinmo
- License: gpl-3.0
- Created: 2020-05-26T18:21:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T18:49:16.000Z (over 4 years ago)
- Last Synced: 2024-07-10T12:28:32.721Z (4 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# faker-bill
[![Coverage Status](https://coveralls.io/repos/github/abtinmo/faker_bill/badge.svg?branch=master)](https://coveralls.io/github/abtinmo/faker_bill?branch=master)
[![Build Status](https://travis-ci.org/joke2k/faker.svg?branch=master)](https://travis-ci.org/joke2k/faker)
[![GitHub license](https://img.shields.io/github/license/abtinmo/faker_bill)](https://github.com/abtinmo/faker_bill/blob/master/LICENSE)Provider for [Faker](https://faker.readthedocs.io/) which adds fake bill data.
install:
pip install faker-bill
how to use:from faker import Faker
from faker_bill.fa_IR import BillProvider
fake = Faker('fa_IR')
fake.add_provider(BillProvider)
print(fake.bill_full())
شرکت گازقبض گاز
bill id: 7734853606234
payment id: 3004125788500
to run tests:python -m unittest tests/test_bill.py