An open API service indexing awesome lists of open source software.

https://github.com/noobermin/pys

Miscellaneous pythons.
https://github.com/noobermin/pys

miscellaneous pythons

Last synced: 5 months ago
JSON representation

Miscellaneous pythons.

Awesome Lists containing this project

README

          

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.