Metadata-Version: 1.1
Name: pypkg
Version: 1.2.4
Summary: A sample Python project
Home-page: https://github.com/dghubble/pypkg
Author: Dalton Hubble
Author-email: dghubble@gmail.com
License: MIT
Description: Pypkg
        =====
        
        .. image:: https://pypip.in/version/pypkg/badge.png
            :target: https://pypi.python.org/pypi/pypkg/
            :alt: Latest Version
        
        .. image:: https://travis-ci.org/dghubble/pypkg.png
            :target: https://travis-ci.org/dghubble/pypkg
            :alt: Continuous Integration Testing
        
        .. image:: https://pypip.in/download/pypkg/badge.png
            :target: https://pypi.python.org/pypi/pypkg/
            :alt: Downloads
        
        .. image:: https://pypip.in/license/pypkg/badge.png
            :target: https://pypi.python.org/pypi/pypkg/
            :alt: License
        
        Pypkg is an example package that exists as an aid to the `Python Packaging User Guide
        Tutorial <https://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html>`_ and demonstrates best practices for Python packages. This project was forked from `github.com/pypa/sampleproject <https://github.com/pypa/sampleproject>`_.
Keywords: pypkg setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
