Metadata-Version: 2.1
Name: mdsdata
Version: 0.1.0
Summary: A package providing the datasets for the MDS-book.
Home-page: https://github.com/MDS-book/MDS-data
License: MIT
Author: Stefan Sandfeld
Author-email: mds-book@proton.me
Requires-Python: >=3.9,<4.0
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: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Project-URL: Repository, https://github.com/MDS-book/MDS-data
Description-Content-Type: text/markdown

# MDS-data

This is a package through which the example datasets of the MDS-book can be easily imported.

## Change Log

### 0.1.0 (Dec 26, 2023)
- first release
