Skip to content

Commit

Permalink
Edit prose to be more user friendly and guidance about third party in…
Browse files Browse the repository at this point in the history
…formation
  • Loading branch information
willingc authored and brainwane committed Oct 3, 2019
1 parent 6e20903 commit 1b58706
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Python Packaging Authority
==========================


The Python Packaging Authority (PyPA) is a working group that maintains many of
the relevant projects in Python packaging.
The Python Packaging Authority (PyPA) is a working group that maintains a core
set of projects used in Python packaging.

.. **** CAREFUL HERE ****
..
Expand All @@ -21,16 +21,25 @@ such as `PyPI <https://pypi.org>`_, the Python Package Index. Click the logo bel

.. **** END CAREFUL HERE ****
They host projects on `GitHub <https://github.com/pypa>`_ and
`Bitbucket <https://bitbucket.org/pypa>`_, and discuss issues in `the
The PyPA publishes the `Python Packaging User Guide
<https://packaging.python.org>`_ as the authoritative resource on how to
package, publish, and install Python projects using current tools. The User
Guide provides a user introduction to packaging and use of these
tools. As a service to Python users who may need to package Python with other
languages (a common example is scientific Python packages), the user guide also
offers basic information and links to available third party packaging options
(for example, `conda-forge <https://conda-forge.org/>`_).

The PyPA hosts projects on `GitHub <https://github.com/pypa>`_ and
`Bitbucket <https://bitbucket.org/pypa>`_, and discusses issues in `the
Packaging category on discuss.python.org
<https://discuss.python.org/c/packaging>`_ and on the `pypa-dev
<https://groups.google.com/forum/#!forum/pypa-dev>`_ and
`distutils-sig
<http://mail.python.org/mailman/listinfo/distutils-sig>`_ mailing
lists.

For a listing of their most important projects, see :ref:`the key projects list
For a listing of PyPA's important projects, see :ref:`the key projects list
<pypug:pypa_projects>`.

For a user introduction to packaging, see the `Python Packaging User Guide
Expand Down

0 comments on commit 1b58706

Please sign in to comment.