Metadata-Version: |
2.1 |
Name: |
tblfaker |
Version: |
1.0.0 |
Summary: |
tblfaker is a Python library to generate fake tabular data. |
Author: |
Tsuyoshi Hombashi |
Author-Email: |
tsuyoshi.hombashi[at]gmail.com |
Home-Page: |
https://github.com/thombashi/tblfaker |
Project-Url: |
Source, https://github.com/thombashi/tblfaker |
Project-Url: |
Tracker, https://github.com/thombashi/tblfaker/issues |
License: |
MIT License |
Keywords: |
table,faker |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Testing |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
Faker (<20,>=1.0.8) |
Requires-Dist: |
tabledata (<2,>=1.3.1) |
Requires-Dist: |
Pillow (<11,>=8); extra == "all" |
Requires-Dist: |
xmltodict; extra == "all" |
Requires-Dist: |
Pillow (<11,>=8); extra == "test" |
Requires-Dist: |
xmltodict; extra == "test" |
Requires-Dist: |
Faker (>=19); extra == "test" |
Requires-Dist: |
pytablewriter (>=0.46); extra == "test" |
Requires-Dist: |
pytest (>=6.0.1); extra == "test" |
Requires-Dist: |
pytest-discord (>=0.1.4); extra == "test" |
Requires-Dist: |
pytest-md-report (>=0.4.1); extra == "test" |
Provides-Extra: |
all |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |