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
Description: 
        # 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.
        
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
