Set of tools for analyzing workload execution on ArmoniK.
Project description
ArmoniK Analytics
Set of tools for analyzing workload execution on ArmoniK.
Overview
TODO
Features
TODO
Installation
Prerequisites
- Python 3.10
- pip (Python package installer)
Setting up a Virtual Environment
It's a good practice to use a virtual environment to isolate your project dependencies. Create a virtual environment using venv
:
python3 -m venv .venv
Activate the virtual environment:
- On Windows:
.\.venv\Scripts\activate
- On Unix or MacOS:
source .venv/bin/activate
Installing the project using pip
Once the virtual environment is activated, you can install the project using pip.
pip install armonik_analytics
This will install the project and its dependencies.
Installing the project from sources
You can also intall the project from sources by cloning the repository.
git clone git@github.com:aneoconsulting/armonik_analytics.git
Navigate to the project directory and run:
pip install .
For development, you might want to install additional packages for testing, linting, etc. Install the development dependencies using:
pip install -e .[dev,tests]
Contributing
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
License
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 armonik_analytics-0.0.2.tar.gz
.
File metadata
- Download URL: armonik_analytics-0.0.2.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ab8c75b3f4bdd12a47f76b85ec337b5bf6e107ee0619eba6559c8f4d40085b3 |
|
MD5 | 0e8b573a50c7804444b4919fc3df0aba |
|
BLAKE2b-256 | f053daa3e81dffdf7dfed66fe650aafca1bc7d56171a2350baec9ecc1ce67ff0 |
File details
Details for the file armonik_analytics-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: armonik_analytics-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 963d73d78c6ae09a526193597e5d008df4bafe8e6df0ce7fb5e652599b51caf7 |
|
MD5 | b340690597023414a7922a9db7179e36 |
|
BLAKE2b-256 | 048819bf0f1ca2d08d14f289e6bdcde2b2eebcfa655ae0ecbe1009d757b84796 |