This is a simple meta-package that does nothing except indexing and grouping other packages. This is just something I'm doing to make life easy for me
Most of the "code" of this repository lives in setup.cfg. The stack has been broken down into the following parts
Libraries | black, pyscaffold, pre-commit |
Install Step | pip install productivity-stack[project] |
Libraries | Scikit-Learn, PyTorch, NumPy, PyTorch Lightning, Pandas, Notebook |
Install Step | pip install productivity-stack[ml] |
Libraries | Scikit-Image, Kornia |
Install Step | pip install productivity-stack[vision] |
Libraries | FastAPI, Streamlit, AIOHTTP, Dash |
Install Step | pip install productivity-stack[web] |
Libraries | Box, aiomultiprocess, Dask, rootpath, tqdm, Rich |
Install Step | pip install productivity-stack[sdev] |
Libraries | Boto3, Sagemaker, MLflow, python-terraform, Prefect, s3fs |
Install Step | pip install productivity-stack[mlops] |
Libraries | Sphinx, Graphviz, MkDocs |
Install Step | pip install productivity-stack[docs] |
Libraries | Bandit, Radon |
Install Step | pip install productivity-stack[ops] |
Check CONTRIBUTING.rst. tl;dr - Always super happy to accept contributions!
This project has been set up using PyScaffold 4.2.2. For details and usage information on PyScaffold see https://pyscaffold.org/.