index.txt 537 B

12345678910111213141516171819202122232425
  1. Welcome to Setuptools' documentation!
  2. =====================================
  3. Setuptools is a fully-featured, actively-maintained, and stable library
  4. designed to facilitate packaging Python projects, where packaging includes:
  5. - Python package and module definitions
  6. - Distribution package metadata
  7. - Test hooks
  8. - Project installation
  9. - Platform-specific details
  10. - Python 3 support
  11. Documentation content:
  12. .. toctree::
  13. :maxdepth: 2
  14. history
  15. roadmap
  16. python3
  17. setuptools
  18. easy_install
  19. pkg_resources
  20. development