Metadata-Version: 1.1
Name: pyjuggling
Version: 0.1.5
Summary: Python Juggling Library
Home-page: https://github.com/PacketPerception/pyjuggling
Author: Brian Knobbs
Author-email: brian@packetperception.org
License: MIT
Description: Pyjuggling: The Python Juggling Library!
        ================================================
        
        |build| |docs| |coverage| |downloads| |license| |gitter|
        
        .. |coverage| image:: https://img.shields.io/coveralls/PacketPerception/pyjuggling/master.svg
            :target: https://coveralls.io/r/PacketPerception/pyjuggling?branch=master
        
        .. |build| image:: https://img.shields.io/travis/PacketPerception/pyjuggling/master.svg
            :target: https://travis-ci.org/PacketPerception/pyjuggling
        
        .. |docs| image:: https://readthedocs.org/projects/pyjuggling/badge/?version=latest
            :target: http://pyjuggling.readthedocs.org/en/latest/
        
        .. |downloads| image:: https://img.shields.io/pypi/dm/pyjuggling.svg
            :target: https://pypi.python.org/pypi/pyjuggling/
        
        .. |license| image:: https://img.shields.io/pypi/l/pyjuggling.svg
            :target: https://pypi.python.org/pypi/pyjuggling/
        
        .. |gitter| image:: https://badges.gitter.im/PacketPerception/pyjuggling.svg
            :alt: Join the chat at https://gitter.im/PacketPerception/pyjuggling
            :target: https://gitter.im/PacketPerception/pyjuggling?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        **Pyjuggling** 
        
        See the examples_ to get a good feel for what Pyjuggling offers. Documentation can be found RTD:
        http://pyjuggling.readthedocs.org/en/latest/
        
        .. _examples: https://github.com/PacketPerception/pyjuggling/tree/master/examples
        
        
        Features:
        ---------
        
        TBD
        
        Example
        -------
        
        TBD
        
        Installation
        ------------
        
        To install pyjuggling, simply: ::
        
            $ pip install pyjuggling
        
        
        License
        -------
        
        Pyjuggling is licensed under the MIT License, see the LICENSE_.
        
        .. _LICENSE: http://github.com/PacketPerception/pyjuggling/blob/master/LICENSE
        
        
        Contribute
        ----------
        
        If you'd like to contribute, simply fork `the repository`_, commit your changes
        to the **master** branch (or branch off of it), and send a pull request. Make
        sure you add yourself to AUTHORS_.
        
        
        .. _`the repository`: http://github.com/PacketPerception/pyjuggling
        .. _AUTHORS: http://github.com/PacketPerception/pyjuggling/blob/master/AUTHORS
        
        
        Roadmap
        -------
        
        TBD
        
        
        History
        -------
        
        0.1.0 (2016-06-11)
        ++++++++++++++++++
        
        * Initial Commit!
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
