Metadata-Version: 2.4
Name: daze-python
Version: 0.1.0
Summary: A Python utility library for extracting and parsing JSON from text
Author-email: daze <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/dazelu/daze-python
Project-URL: Documentation, https://github.com/dazelu/daze-python/tree/main/docs
Project-URL: Repository, https://github.com/dazelu/daze-python.git
Project-URL: Issues, https://github.com/dazelu/daze-python/issues
Keywords: json,parsing,utility,text-extraction
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: flake8>=6.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Dynamic: license-file

# daze-python
daze's utils for python
