Data model to manage numerical unceirtainty
Project description
Data model to manage numerical Uncertainty
Installation
Create a dedicated python environment for this package with your favorite environment manager.
conda create -n eikos python=3.11
conda activate eikos
Option 1: Install the package from the git repository:
pip install git+ssh://git@gitlab.com/syngentagroup/cas/dev/eikos.git
Option 2: Install the package from the python package repository if its url is configured in the pip configuration file:
pip install eikos
For Development
When working on the development of this package, the developer wants to work directly on the source code while still using the packaged installation. For that, run:
git clone git@gitlab.com:syngentagroup/cas/dev/eikos.git
cd eikos
conda create -n eikos python=3.11
conda activate eikos
pip install -e .[dev]
Run the linting and formatting tools:
ruff check src/ tests/ # lint
ruff format src/ tests/ # format
Install pre-commit hooks:
pre-commit install
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eikos-0.0.0.tar.gz.
File metadata
- Download URL: eikos-0.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07ef068aa03ae4eb9e1e8fed7a7edb8d9eb384083981ffd9b6d730023e00d073
|
|
| MD5 |
adee44d462bff7d9cbadcff46ea92654
|
|
| BLAKE2b-256 |
9144c3929db178d916e8924a6167e1e453fcc7e53281f20dd743af4eb049d93b
|
File details
Details for the file eikos-0.0.0-py3-none-any.whl.
File metadata
- Download URL: eikos-0.0.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76558ff5684ed36a7e427de2793809fdbf4d13e4711682d2ee2628f77baf6590
|
|
| MD5 |
f90d9ff9c85b9eae56168d495a3ea238
|
|
| BLAKE2b-256 |
ce9942275ced957d32a4be95a993b2cd4996575b82882a074db98ca8016d6bb3
|