/README.txt

https://bitbucket.org/tarek/hitchhiker-guide-packaging/ · Plain Text · 17 lines · 13 code · 4 blank · 0 comment · 0 complexity · b7f609ba0f3669bddc366f59b8d5d64a MD5 · raw file

  1. The "Hitchhiker's Guide to Packaging" is a guide focusing on current
  2. best-practices for working with Python distributions (third-party
  3. software distributions of Python packages and modules). It covers
  4. finding, installing, creating, and distributing packages, as well as
  5. other aspects of the Python module packaging ecosystem.
  6. All chapters of the Guide are written in [reStructuredText][1] format,
  7. and the Guide itself is built using the [Sphinx][2] documentation
  8. tool.
  9. The html version of the Guide is currently available at
  10. <http://guide.python-distribute.org/>.
  11. Please see the `source/license.txt` file for license information.
  12. [1]: http://docutils.sourceforge.net/rst.html
  13. [2]: http://sphinx.pocoo.org/