Metadata-Version: 1.0
Name: bundle
Version: 0.0.1
Summary: Manages installed Bundle packages.
Home-page: http://github.com/ask/bundle/
Author: Ask Solem
Author-email: ask@celeryproject.org
License: UNKNOWN
Description: =================================
        Manages installed Bundle packages
        =================================
        
        :Version: 0.0.1
        
        Synopsis
        ========
        
        Description goes here.
        
        Documentation
        =============
        
        Bundle is using Sphinx, and the latest documentation is available at Read The Docs:
        
            http://bundle.readthedocs.org/
        
        Installation
        ============
        
        You can install `Bundle` either via the Python Package Index (PyPI)
        or from source.
        
        To install using `pip`,::
        
            $ pip install bundle
        
        To install using `easy_install`,::
        
            $ easy_install bundle
        
        If you have downloaded a source tarball you can install it
        by doing the following,::
        
            $ python setup.py build
            # python setup.py install # as root
        
        Getting Help
        ============
        
        Mailing list
        ------------
        
        Join the TODO mailing list.
        
        Bug tracker
        ===========
        
        If you have any suggestions, bug reports or annoyances please report them
        to our issue tracker at http://github.com/ask/bundle/issues/
        
        Contributing
        ============
        
        Development of `Bundle` happens at Github: http://github.com/ask/bundle
        
        You are highly encouraged to participate in the development. If you don't
        like Github (for some reason) you're welcome to send regular patches.
        
        License
        =======
        
        This software is licensed under the `New BSD License`. See the `LICENSE`
        file in the top distribution directory for the full license text.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
