Skip to main content

A Otoma Systems developed Lib Containing useful Tools and More

Project description

PyPI PyPI - Status PyPI - Format PyPI - Downloads GitHub release (latest by date) Build and Deploy on Release

OtoPy

Contents


Installation

New Instalation:

pip install OtoPy.

Update Package:

pip install --upgrade OtoPy.

Importing

Importing specific file from package:

from Otopy import UsefulTools 

in this exemple, the UsefulTools file was entirely imported. For this method of importing the class/function has to be used with the name of the file plus a "." as prefix, like: UsefulTools.OLogger

Importing specific function/class from package:

from Otopy.UsefulTools import OLogger

in this exemple, only the OLogger class from UsefulTools file was imported. For importing multiples classes/functions separate names with comma. For importing all classes/functions from the selected file use "*"


GitHub followers

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

OtoPy-1.7.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

OtoPy-1.7.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

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