This repository is a collection of Python utilities to help you analyze & visualize data, automate workflows and manage knowledge while working in an interdisciplinary R&D project. More precisely, it serves these main puposes:
- Extend existing, well-established packages (e.g. pandas, numpy sqlalchemy, structlog, ...) with small helper functions and abstractions to provide lacking functionality or make them easier to use & automate.
- Enforce best practices on scientific code to make it more reliable, quick to deploy, and easy to monitor.
- Provide a framework for knowledge and information management backed by different data sources and databases, to which analysis / dataviz functions can tie in seamlessly.
This project is actively maintained, but still under construction. The modules in their current form are working and continuously tested, but documentation is still minimal and many components of the framework are not yet implemented. Release versioning follows the Semver Spec, so breaking changes in existing API will only happen with major version upgrades, of which there are expected to be a few before the framework is complete.
Furthermore, some of the current functionality may be outsourced into a separate repo and package with these upgrades.
py-research
is available as a Python package on PyPI:
pip install py-research
Alternatively, you can install it directly from git via:
pip install git+https://github.com/cloudlane-one/py-research.git
docs/ref-api/index
- {ref}
genindex
- {ref}
modindex
- {ref}
search