Metadata-Version: 2.1
Name: pySFML
Version: 2.2.0
Summary: Python bindings for SFML
Home-page: http://python-sfml.org
Author: Jonathan de Wachter, Edwin O Marshall
Author-email: dewachter.jonathan@gmail.com, emarshall85@gmail.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

About
=====
These are Python bindings for `SFML <http://www.sfml-dev.org/>`_, made available
under the terms of the `zlib/libpng <http://opensource.org/licenses/Zlib>`_ license.

By combining the strength of SFML with the ease of the Python language,
we can provide an amazing tool to quickly build multimedia software.

Getting the Code
================
After you've installed `Git <http://git-scm.com/downloads>`_, you may issue
the following command to obtain the source::

    git clone git@github.com:Sonkun/python-sfml.git
    cd python-sfml

The source from the add-ons projects are available as submodules, which may be
obtained by issuing the following additional commands::

    git submodule init
    git submodule update

Alternatively, you may clone the main project and its submodules all at once
with the following command::

    git clone --recursive git://github.com/Sonkun/python-sfml.git
    cd python-sfml

Resources
=========
* Website: http://python-sfml.org
* Documentation: http://python-sfml.org/api/api_index.html
* Github: https://github.com/Sonkun/python-sfml
* Bug Tracker: http://github.com/Sonkun/python-sfml/issues
* Wiki: https://github.com/Sonkun/python-sfml/wiki

Contact Information
===================
Feel free to email us with any questions or concerns:

* `Jonathan De Wachter <mailto:dewachter.jonathan@gmail.com>`_
* `Edwin Marshall <mailto:emarshall85@gmail.com>`_
