Common utils for machine learning, computer vision
Project description
CV BASIC UTILS
A package for reusing functions that repeat during computer vision and machine learning works
Install from Pypi
pip install cv_basic_utils
Local install
git clone https://github.com/jerinka/cv_basic_utils
pip3 install -e cv_basic_utils
Test and Coverage
coverage run --source=cv_basic_utils/ -m pytest -v test/ && coverage report -m
coverage html -d coverage_html
build
pip install wheel
python setup.py sdist bdist_wheel
testpypi
pip install twine
twine upload --repository testpypi dist/*
pip install -i https://test.pypi.org/simple/ cv_basic_utils
pypi
twine upload dist/*
pip install -U cv_basic_utils
Quick usage
import cv_basic_utils 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
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 cv_basic_utils-0.0.4.tar.gz.
File metadata
- Download URL: cv_basic_utils-0.0.4.tar.gz
- Upload date:
- Size: 7.3 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.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd5e98f1a9b40e78ddf6d26d7e250364aafc9e3ae6d87dbd0d816717844f9a4e
|
|
| MD5 |
3aa8941d0aaf3fe009b7260bf99bbed8
|
|
| BLAKE2b-256 |
538d166b7f69dcb309a91cad91f0a8bd05151ddd4bd30de2a2f498cfe420c48d
|
File details
Details for the file cv_basic_utils-0.0.4-py3-none-any.whl.
File metadata
- Download URL: cv_basic_utils-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.9 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.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75157c921067f2e72b6864d486dd9420da6ab5025929ab8658e789dfd107c5fc
|
|
| MD5 |
64515aba8a718d09e9ad265544c756f8
|
|
| BLAKE2b-256 |
12ee31d1dea882caea13fcc136a7b57736143e746fffb10326cc23d02260b2c9
|