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

ml-bricks

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-bricks

Common utils for machine learning, computer vision

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

ML Bricks

A package for reusing functions that repeat during machine learning and data science related works

Tests

pypi

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

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