Common utils for machine learning, computer vision
Project description
ML Bricks
A package for reusing functions that repeat during machine learning and data science related works
Install from Pypi
pip install ml_bricks
Local install
git clone https://github.com/jerinka/ml_bricks
pip3 install -e ml_bricks
Test and Coverage
coverage run --source=ml_bricks/ -m pytest -v test/ && coverage report -m
coverage html -d coverage_html
build
pip install wheel
python setup.py sdist bdist_wheel
testpypi
twine upload --repository testpypi dist/*
pip install -i https://test.pypi.org/simple/ ml_bricks
pypi
twine upload dist/*
pip install -U ml_bricks
Quick usage
import ml_bricks as pk1
pk1.subpackage1.moduleA.fun_a()
Reference
https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56
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 ml_bricks-0.0.3.tar.gz
.
File metadata
- Download URL: ml_bricks-0.0.3.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dcc4dd18899df9a8de73ec8a0f193e9a0c32ed075cf0ccc8728696fa599fc7fb |
|
MD5 | 6e6a7be8be71dc08c339cb659d8e3eaa |
|
BLAKE2b-256 | d519f56e3c6c90abdcf383caef02cc153b1a3c83cbd513fe44538a2f6b7ea3e0 |
File details
Details for the file ml_bricks-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: ml_bricks-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc00f79fe9269bc28974c11cbf86f00259da68543d95868d78a2e19a099f7a19 |
|
MD5 | 1b77099cb73ba73c4fa46ac82dd10374 |
|
BLAKE2b-256 | 4485649b7e0b7fad94d9755f7c36b17f02cce6184f640497c075f67c9a609897 |