Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cv-basic-utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cv-basic-utils

Common utils for machine learning, computer vision

  • 0.0.4
  • PyPI
  • Socket score

Maintainers
1

CV BASIC UTILS

A package for reusing functions that repeat during computer vision and machine learning works

Tests

pypi

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc