Skip to content

Otoma-Systems/OtoPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Otoma Systems developed Lib Containing useful Tools and More

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages