A package to prevent reinventing the wheel every time data needs to be loaded or processed. Aims at operating with the least number of dependencies (for high compatibility and lightweight).
Package documentation resources are listed below
- datalines package
The contents of this folder are described below
Item Name | Description |
---|---|
LICENSE | License: GNU LGPL v3 |
pyproject.toml | Project build system |
setup.py | Project metadata |
conda-env-full.yml | Anaconda environment (for development and build systems) |
src folder | The main source code |
- Packaging Python projects: packaging.python.org
- Project page on PyPI