Metadata-Version: 2.0
Name: pep470
Version: 15.0
Summary: Script to enable downloading files for the PEP 470 migration.
Home-page: https://github.com/pypa/pep470
Author: The Python Packaging Authority
Author-email: donald@stufft.io
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: click
Requires-Dist: progress
Requires-Dist: twine

pep470
======

pep470 is a small tool which enables users to easily upload their files to PyPI
during the PEP470 migration phase.


Usage
-----

To use pep470, simply execute the ``pep470`` CLI utility with a list of one or
more project names like:

.. code-block:: console

    $ pep470 foo bar spam
    Downloading |################################| 3/3
    Downloaded all externally hosted files, upload to PyPI using `twine upload --skip-existing dist/*`

Once that has executed, then simply run ``twine upload --skip-existing dist/*``
to upload all of the files it has found to PyPI.


Discussion
----------

If you run into bugs, you can file them in our `issue tracker`_.

You can also join ``#pypa`` or ``#pypa-dev`` on Freenode to ask questions or
get involved.


Code of Conduct
---------------

Everyone interacting in the pep470 project's codebases, issue trackers, chat
rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.


.. _`issue tracker`: https://github.com/pypa/pep470/issues
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/


