Metadata-Version: 2.0
Name: packagetools
Version: 0.1.0
Summary: A toolset for submitting packages to PyPi.
Home-page: https://github.com/lionheart/packagetools
Author: Dan Loewenherz
Author-email: dan@lionheartsw.com
License: Apache 2.0
Download-URL: https://github.com/lionheart/packagetools/tarball/0.1.0
Description-Content-Type: UNKNOWN
Keywords: package pypi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities

.. raw:: html

   <!-- <p align="center">
     <img width="344" height="225" src="meta/repo-banner-small.png" />
   </p> -->

|image0| |image1|

|CI Status| |Version| |Python Versions|

Reference:
https://github.com/python/cpython/blob/08a6926b2584040fe3c3f06263b0b5f1fbbdc24c/Lib/distutils/command/upload.py

Installation
~~~~~~~~~~~~

packagetools is available for download through
`PyPi <https://pypi.python.org/pypi/packagetools>`_. You can install it
right away using pip.

.. code:: bash

    pip install packagetools

Authors
-------

`Dan Loewenherz <https://github.com/dlo>`_

License
-------

Apache License, Version 2.0. See `LICENSE <https://github.com/lionheart/packagetools/blob/master/LICENSE>`_ for details.

.. |image0| image:: meta/repo-banner.png
.. |image1| image:: meta/repo-banner-bottom.png
   :target: https://github.com/lionheart/packagetools/blob/master/https://lionheartsw.com/
.. |CI Status| image:: https://img.shields.io/travis/lionheart/packagetools.svg?style=flat
   :target: https://github.com/lionheart/packagetools/blob/master/https://travis-ci.org/lionheart/packagetools
.. |Version| image:: https://img.shields.io/pypi/v/packagetools.svg?style=flat
   :target: https://github.com/lionheart/packagetools/blob/master/https://pypi.python.org/pypi/packagetools
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/packagetools.svg?style=flat
   :target: https://github.com/lionheart/packagetools/blob/master/https://pypi.python.org/pypi/packagetools


