conanpro
Concept for Analytics Processing
Small conceptual framework to embed analytic functions in a composite host object that can provide them with data and process their result.
Install
pip install conanpro
How to use
Fill me in please! Don’t forget code examples:
1+1
2
Setting up a development environment
Development environment can be set up with venv or conda + venv. For a plain venv environment it is pretty straightforward. With conda we use a venv on top of a conda environment to install dependancies that are not available through conda.
venv
python -m venv .nbdev
source .nbdev/bin/activate
pip install --upgrade pip
pip install -r dev-requirements
python -m ipykernel install --user --name=nbdev
conda + venv
First set up the conda environment
Create conda environment
Use an existing environment or create a new one
conda env create -f numdev.yml
Creating an underlying venv for nbdev
conda activate numdev
python -m venv --system-site-packages .nbdev
source .nbdev/bin/activate
pip install --upgrade pip
pip install -r dev-requirements
python -m ipykernel install --user --name=nbdev
nbdev cycle
- edit
- nbdev_export
- pip install -e ‘.[dev]’
- nbdev_test
- nbdev_clean
- nbdev_readme
- nbdev_prepare
- git add .
Release files for conanpro 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| conanpro-0.0.1.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| conanpro-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:15.1 kB
Release files / conanpro-0.0.1.tar.gz
| Download URL | conanpro-0.0.1.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b0c1578c576022b5916d19d02d5da4a8b92d28a7b371613b4a1ab9c51cc8cfb
|
|
BLAKE2b-256 checksum How to use checksums |
2544cf977e98cb1badf5e4084d5bfd2433d5486fd013d42258f70dca1c07bc30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.13
|
Release files / conanpro-0.0.1-py3-none-any.whl
| Download URL | conanpro-0.0.1-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d53d4a33f27e063fac46d1f316dfb700dc4650aff9b2ef2c8cb81ec191483bce
|
|
BLAKE2b-256 checksum How to use checksums |
a4bb889e36cf906a86ba81ea340300433e8b7069889555f2884752eba9816200
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.13
|