Data tools: a collection of Python functions and classes designed to make data scientists' life easier.
Copyright (C) 2020 Nicolàs Palacio-Escat
Contact: nicolas.palacio@bioquant.uni-heidelberg.de
This package is still under development and will be periodically updated with new features. Contributions are very welcome (fork + pull request). If you find any bug or suggestion for upgrades, please use the issue system.
GNU-GLPv3: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
A full copy of the GNU General Public License can be found on file LICENSE.md. If not, see http://www.gnu.org/licenses/.
If you have pip
, just type on the terminal:
pip install git+https://github.com/Nic-Nic/data_tools.git
First download/clone data_tools
from the GitHub repository.
From the terminal:
git clone https://github.com/Nic-Nic/data_tools.git
cd data_tools
Then you can install it by running setup.py
as follows:
python setup.py sdist
Or using pip
:
pip install .
Along with data_tools
, all dependencies will be installed as well as
the testing suite. In order to run the tests, type on the terminal:
python -m test_data_tools
NOTE: data_tools.plots
module does not have any tests implemented.
You can find a detailed description of the modules and functions within this package in the webpage, also available as a PDF.
You can also find the version history in the changelog.