Skip to main content

oiyshTerminal my basic libs: myLoger | FileActions | MyCalculate | db_helper | mysql_helper | ...

Project description

oiyshTerminal - pypip ot_my_libs

Set of function to speed up things like:

in example.py benchmarking | sqlite3 can do: myLoger | ArgsParse | FileActions | MyCalculate | myFastPlot | myMqttClient | ...

check example

In directory of library in my case is /usr/lib/python3.8/site-packages

python3 ot_my_libs/example.py
**or**
[xdocs](https://github.com/yOyOeK1/oiyshTerminal/tree/main/OTPIPS/ot_my_libs/README_xdoc.md)

benchmarking

TimeHelper use case as benchmarking tool

from ot_my_libs.TimeHelper import TimeHelper as thd
import time

def benchmarkTimer():
    th = thd()
    bKey = th.benStart()
    print("making test run ...")
    time.sleep(1)
    th.benDone(
        bKey,
        f"Result of benStart / benDone [run at:{th.getNiceShortDate()}]", 
        printIt=True 
        )

development of package - base line

In directory of project to deploy tree ot_my_libs

ot_my_libs
├── db_helper.py
├── example.py
├── FileActions.py
├── __init__.py
├── MyCalculate.py
├── myFastPlot.py
├── myLoger.py
├── myMqttClient.py
├── mysql_helper.py
├── TimeHelper.py
└── XMLHelper.py

uninstalling it

pip3 uninstall ot_my_libs

change log

  • 0.0.10

    • add change log in README :)

If you see that this makes sense send me a ☕ | Master repository | About SvOiysh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ot_my_libs-0.0.10.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

ot_my_libs-0.0.10-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

Details for the file ot_my_libs-0.0.10.tar.gz.

File metadata

  • Download URL: ot_my_libs-0.0.10.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for ot_my_libs-0.0.10.tar.gz
Algorithm Hash digest
SHA256 3c7bda4264ac7d7c084715698b83f522968f517f9d244e34533aed1beb0740bc
MD5 ce2de4c76d3f5a5a9641d68a770928d1
BLAKE2b-256 220666d3212508815dc6b00b13f4de248093ba97a420d87da02ce2ecbb838087

See more details on using hashes here.

File details

Details for the file ot_my_libs-0.0.10-py3-none-any.whl.

File metadata

  • Download URL: ot_my_libs-0.0.10-py3-none-any.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for ot_my_libs-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 87406503e64988001bf183a6a4ffebe07497918a322f5692b0dde32536de8ffd
MD5 0e52ac9a8db5b47645ed230e5d34c8e4
BLAKE2b-256 e9ebfb57e6ffeafbeb581727d947207c083093e3b359b1feaa8b497d77dc46d2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page