Metadata-Version: 1.1
Name: awesome-package
Version: 1.10.3
Summary: Integrates the awesomeness
Home-page: https://bitbucket.org/tim_heap/python-packaging-101
Author: Tim Heap
Author-email: heap.tim@gmail.com
License: Unlicense
Description: Awesome, packaged for your convenience
        ======================================
        
        ``awesome-package`` is a demonstration package for a talk on making Python
        packages.
        
        This is an example ``README.rst`` showing off some ReStructuredText syntax.
        
        Simple font styling: *italics*, **bold**, 
        
        Installing
        ----------
        
        1. Install via ``pip``::
        
                $ pip install awesome-package
        
        2. There is no step 2.
        
        Using
        -----
        
        A simple example::
        
            from awesome import foo
        
            # frobnicate the quux:
            foo.bar("baz")
        
        More information
        ----------------
        
        The full documentation for this package can be found on `ReadTheDocs`__
        
        __ http://awesome-package.readthedocs.org/
        
        The ReStructuredText documentation contains `a good reference`__.
        
        __ http://docutils.sourceforge.net/docs/user/rst/quickstart.html
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
