Skip to content

subhAShita/subhaashita_py

Repository files navigation

^Build status Documentation Status PyPI version

Intro

A package for curating subhAShita-s and quotes.

For users

Installation or upgrade:

  • For stable version pip install subhaashita -U
  • For latest code pip install git+https://github.com/subhAShita/subhaashita_py/@master -U
  • Web.

For contributors

Contact

Have a problem or question? Please head to github.

Packaging

  • ~/.pypirc should have your pypi login credentials.
python setup.py bdist_wheel
twine upload dist/* --skip-existing

Build documentation

  • sphinx html docs can be generated with cd docs; make html

Testing

Run pytest in the root directory.

Auxiliary tools