https://github.com/noobermin/pys
Miscellaneous pythons.
https://github.com/noobermin/pys
miscellaneous pythons
Last synced: 5 months ago
JSON representation
Miscellaneous pythons.
- Host: GitHub
- URL: https://github.com/noobermin/pys
- Owner: noobermin
- License: mit
- Created: 2016-03-07T21:29:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T12:01:45.000Z (about 6 years ago)
- Last Synced: 2025-10-27T07:42:22.364Z (8 months ago)
- Topics: miscellaneous, pythons
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.