Skip to content

noobermin/pys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pys

Miscellaneous pythons 🐍

Install

We on pypi now, so install by pip install pys.

For installing locally,

git pull https://github.com/noobermin/pys.git
cd pys
pip install . --user

Documentation

>>> import pys
>>> help(pys)

or

>>> from pys import herp
>>> help(herp)

For more details, from the pys directory,

cd pys
cat __init__.py

less is another similar command but has this amazing feature of allowing pagination.

About

Miscellaneous pythons.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages