Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conanpro-0.0.1.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

conanpro-0.0.1-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page