My data science toolkit.
Project description
toolkit
My data science tool kit
Documentation
Documentation will be available at https://clementcome-toolkit.readthedocs.io/en/latest/.
Installation
pip install clementcome-toolkit
Locally work with the toolkit
If you want to work locally with the toolkit, you can clone the repository and execute pip install --editable .
Development
This project uses mainly poetry, pytest and ruff for development.
If you cloned this project and want to start developing, you can install the package locally within a virtual environment.
poetry install
by default, it will create a virtual environment if you have no virtual environment activate. My current setup is to first create a virtual environment (pyenv is my preferred choice but feel free) and then install the package locally.
For development you can add dependency groups specified in pyproject.toml especially the following ones:
poetry install --with dev,lint,test
Perform ruff checks with
ruff check
Perform ruff formatting with
ruff format
Execute tests with pytest
pytest
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
Built Distribution
Hashes for clementcome_toolkit-0.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 379a66b9546349f5ef2604a5f64b305c5393f77734bf9ffc0d0862881c3a18c4 |
|
MD5 | 6bc40107fbcede0572b2bb1bd6781826 |
|
BLAKE2b-256 | 0504e06312bdb06ce7abac95bb610e145671df77a9cb72f1120d5da31614165f |
Hashes for clementcome_toolkit-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c8211d5639c2871f3f9153f9f16102d7c227c12f930cf64befaee97723cc560 |
|
MD5 | c426d97822f2c5ea4a55237658f08d5e |
|
BLAKE2b-256 | 213d5e18ad651f8f5959292b4a65e7583d6921540b004c431d00f79c51a5cc71 |