python binding C functions for stable distributions,
installable via "pip install pystab"
usable inside python via "import stab"

To update the pypi hub, you need an account on pypi, and then run the following
commands:

	cd pypi
        # update version number on file setup.py
        # update version number on file stab.py
	python setup.py sdist bdist_wheel
	python -m twine upload dist/pystab-X.tar.gz
	rm -rf build dist pystab.egg-info
