Pypi: https://pypi.org/project/unicov/
This library will take any file as input and convert into any type of file
CSV, DAT, JSON, XML, EXCEL, Parquet, Avro, etc.
CSV, DAT, JSON, XML, EXCEL, Parquet, Avro, etc.
The following dependencies are required to install for Unicov on all operating systems.
- Python 3.9
- pip >= 8.1.2
- setuptools >= 25.2.0
- numpy
- pandas
Run the following to install Unicov:
pip install unicovThe documentation includes more detailed installation instruction.
Unicov is run by volunteers from all over the world, with many types of backgrounds. We are always looking for people interested in helping with code development, documentation writing, technical administration, and whatever else comes up.
If you wish to contribute, please first read CONTRIBUTING.md.
#Distribution Structure
Readme.md-- This file.LICENSE.md-- What you can do with the code.CONTRIBUTER.md-- An (incomplete) list of people who helped Unicov in one way or another.CONTRIBUTING.md-- An overview about how to contribute to Unicov.setup.py-- Installation fileMANIFEST.in-- Configures which files to include in releases.