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