Metadata-Version: 2.1
Name: datamanipy
Version: 1.0.1
Summary: A Python package that provides tools to help you manipulating data.
Home-page: UNKNOWN
Author: Alexandre Le Potier
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sqlalchemy (>=1.4.28)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: datetime (>=4.3)
Requires-Dist: keyring (>=23.5.0)


# datamanipy

## What is it?

**datamanipy** is a Python package that provides tools to help you manipulating data.

## Where to get it?

The source code is currently hosted on [GitLab](https://github.com/alplepot/datamanipy).
Distribution files are available on PyPI.

```sh
# install datamanipy from PyPI
pip install datamanipy
```
## Dependencies

- [sqlalchemy](https://docs.sqlalchemy.org/en/14/)
- [pandas](https://pandas.pydata.org/)
- [datetime](https://docs.python.org/3/library/datetime.html)
- [keyring](https://keyring.readthedocs.io)

## Contributing to art

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.


