somepytools

Just some useful Python tools


Keywords
tools, utilities, python, torch, opencv, typing, utitilies
License
Apache-2.0
Install
pip install somepytools==1.2.2

Documentation

Some useful tools for Python [in context of Data Science]

PyPI Downloads License: Apache Code style: black

Here I gather functions that are handful in Data Science & Machine Learning projects.

All functions are described by their docstrings, rendering documentation is next step.

Installation

It's published on PyPI, so simply

pip install somepytools

Reference

Modules inclues:

  • extended typing module
  • common read-write operations for configs
  • utils to work with filesystem
  • functions to handle videos in opencv
  • torch utilities (infer and count parameters)
  • even more (e.g. wrapper to convert strings inputs to pathlib)

For now it's better to go through the files and look at contents