Metadata-Version: 1.0
Name: pygnetic
Version: 1.0
Summary: Network library for Pygame
Home-page: https://bitbucket.org/bluex/pygame_network
Author: Szymon Wróblewski
Author-email: bluex0@gmail.com
License: GNU LESSER GENERAL PUBLIC LICENSE
Description: pygnetic --- Easy networking in Pygame
        ======================================
        
        **pygnetic** is a library designed to help in the development of
        network games and applications in `Pygame <http://www.pygame.org>`_.
        
        
        Features
        --------
        
        * Two approaches to handle network events
           * generating events in pygame queue
           * using handler classes
        * Efficient packaging of data through the message system
        * Support for multiple network and serialization libraries
        
        
        Installation
        ------------
        
        **pygnetic** can be installed with
        `windows installer <http://pypi.python.org/pypi/pygnetic/#downloads>`_
        or with `pip <http://www.pip-installer.org>`_::
        
           pip install pygnetic
        
        
        Optional requirements
        ---------------------
        
        * `Message Pack <http://msgpack.org/>`_ (recommended)
        * `pyenet <http://code.google.com/p/pyenet/>`_
        
        
        Resources
        ---------
        
        * Package on PyPI -- http://pypi.python.org/pypi/pygnetic
        * Repository on Bitbucket -- https://bitbucket.org/bluex/pygnetic
        * Documentation -- http://pygnetic.readthedocs.org
        * Development blog -- http://pygame-networking.blogspot.com
        
        
        Credits
        -------
        
        pygnetic is under development by Szymon Wroblewski <bluex0@gmail.com>
        as `GSoC 2012 <http://code.google.com/soc/>`_ project and mentored by
        Rene Dudfield <renesd@gmail.com>.
        
Keywords: pygame network networking
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: pygame
Classifier: Topic :: Software Development :: Libraries :: Python Modules
