/pyFun

Primary LanguagePython

pyfun

A Practice About How To:

  1. Package Your Python Code
  2. Register Your Package name on PyPI and Upload The Source Distributions
  3. pip install package-made-by-you

Reference:: https://python-packaging.readthedocs.org/en/latest/index.html

To use (with caution), simply do:

>>> import pyfun
>>> print pyfun.joke()