Concept for Analytics Processing
Project description
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 .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file conanpro-0.0.1.tar.gz
.
File metadata
- Download URL: conanpro-0.0.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b0c1578c576022b5916d19d02d5da4a8b92d28a7b371613b4a1ab9c51cc8cfb |
|
MD5 | 7c7fd2e545f960a27b49afac6c943971 |
|
BLAKE2b-256 | 2544cf977e98cb1badf5e4084d5bfd2433d5486fd013d42258f70dca1c07bc30 |
File details
Details for the file conanpro-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: conanpro-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d53d4a33f27e063fac46d1f316dfb700dc4650aff9b2ef2c8cb81ec191483bce |
|
MD5 | 4847fc3cf6d5ce17195111166700b032 |
|
BLAKE2b-256 | a4bb889e36cf906a86ba81ea340300433e8b7069889555f2884752eba9816200 |