Metadata-Version: 2.4
Name: datatoolsdemo
Version: 0.0.4
Summary: A small demo package to practice Dependabot.
License-File: LICENCE
Author: Jyri Määttä
Author-email: jyppara@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: matplotlib (>=3.10.7,<4.0.0)
Requires-Dist: numpy (>=2.3.5,<3.0.0)
Requires-Dist: pandas (>=2.3.3,<3.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Description-Content-Type: text/markdown

python-datatools-demo

This project is a simple practice Python package designed to experiment with
dependency management and Dependabot in a realistic development setting.
The source code and test suite are AI-generated to provide example structure,
packaging, and multiple external dependencies for update automation.

