Metadata-Version: 2.1
Name: datamanipy
Version: 1.2.3
Summary: A Python package that provides tools to help you manipulating data.
Author: Alexandre Le Potier
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
License-File: LICENSE


# 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 [GitHub](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/)
- [keyring](https://keyring.readthedocs.io)
- [pyreadstat](https://pyreadstat.readthedocs.io)
- [openpyxl](https://openpyxl.readthedocs.io)
- [datetime](https://docs.python.org/3/library/datetime.html)

## Contributing to art

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