Metadata-Version: 2.4
Name: kroger-python
Version: 0.1.0
Summary: Python client for the Kroger API
Home-page: https://github.com/CodingPenguin1/kroger-python
Author: Your Name
Author-email: your.email@example.com
Project-URL: Bug Tracker, https://github.com/CodingPenguin1/kroger-python/issues
Project-URL: Documentation, https://github.com/CodingPenguin1/kroger-python/blob/main/README.md
Project-URL: Source Code, https://github.com/CodingPenguin1/kroger-python
Keywords: kroger,api,client,retail,grocery,shopping
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: coverage>=6.0.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: isort>=5.10.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# kroger-python
Python wrapper for the [Kroger API](https://developer.kroger.com/)
