Metadata-Version: 2.1
Name: safe-ds
Version: 0.2.0
Summary: A user-friendly library for Data Science in Python.
Home-page: https://github.com/Safe-DS/Stdlib
License: MIT
Keywords: data science,machine learning,usability,learnability
Author: Lars Reimann
Author-email: mail@larsreimann.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ipython (>=8.8.0,<9.0.0)
Requires-Dist: matplotlib (>=3.6.3,<4.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: scikit-learn (>=1.2.0,<2.0.0)
Requires-Dist: seaborn (>=0.12.2,<0.13.0)
Project-URL: Documentation, https://safe-ds-stdlib.readthedocs.io
Project-URL: Repository, https://github.com/Safe-DS/Stdlib
Description-Content-Type: text/markdown

# Safe-DS Stdlib

[![PyPI](https://img.shields.io/pypi/v/safe-ds)](https://pypi.org/project/safe-ds/)
[![Main](https://github.com/lars-reimann/Safe-DS/actions/workflows/main.yml/badge.svg)](https://github.com/Safe-DS/Stdlib/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/Safe-DS/Stdlib/branch/main/graph/badge.svg?token=HVRP1633B1)](https://codecov.io/gh/Safe-DS/Stdlib)
[![Documentation Status](https://readthedocs.org/projects/safe-ds-stdlib/badge/?version=latest)](https://safe-ds-stdlib.readthedocs.io/en/latest/?badge=latest)

A user-friendly library for Data Science in Python.

You can find the full documentation [here][docs].

[docs]: https://safe-ds-stdlib.readthedocs.io/en/latest/

