{ "info": { "author": "Fabrice Salvaire", "author_email": "fabrice.salvaire@orange.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering" ], "description": ".. -*- Mode: rst -*-\n\n.. -*- Mode: rst -*-\n\n.. |ohloh| image:: https://www.openhub.net/accounts/230426/widgets/account_tiny.gif\n :target: https://www.openhub.net/accounts/fabricesalvaire\n :alt: Fabrice Salvaire's Ohloh profile\n :height: 15px\n :width: 80px\n\n.. |pyglfw-cffi-Url| replace:: http://fabricesalvaire.github.io/pyglfw-cffi\n\n.. |pyglfw-cffi-HomePage| replace:: pyglfw-cffi Home Page\n.. _pyglfw-cffi-HomePage: http://fabricesalvaire.github.io/pyglfw-cffi\n\n.. |pyglfw-cffi-Doc| replace:: pyglfw-cffi Documentation\n.. _pyglfw-cffi-Doc: http://glfw-cffi.readthedocs.org/en/latest\n\n.. |pyglfw-cffi@readthedocs-badge| image:: https://readthedocs.org/projects/glfw-cffi/badge/?version=latest\n :target: http://glfw-cffi.readthedocs.org/en/latest\n\n.. |pyglfw-cffi@github| replace:: https://github.com/FabriceSalvaire/pyglfw-cffi\n.. .. _pyglfw-cffi@github: https://github.com/FabriceSalvaire/pyglfw-cffi\n\n.. |pyglfw-cffi@readthedocs| replace:: http://glfw-cffi.readthedocs.org\n.. .. _pyglfw-cffi@readthedocs: http://glfw-cffi.readthedocs.org\n\n.. |pyglfw-cffi@pypi| replace:: https://pypi.python.org/pypi/pyglfw-cffi\n.. .. _pyglfw-cffi@pypi: https://pypi.python.org/pypi/pyglfw-cffi\n\n.. |Build Status| image:: https://travis-ci.org/FabriceSalvaire/pyglfw-cffi.svg?branch=master\n :target: https://travis-ci.org/FabriceSalvaire/glfw-cffi\n :alt: pyglfw-cffi build status @travis-ci.org\n\n.. |Pypi Download| image:: https://img.shields.io/pypi/dm/pyglfw-cffi.svg\n :target: https://pypi.python.org/pypi/pyglfw-cffi\n :alt: pyglfw-cffi Download per month\n\n.. |Pypi Version| image:: https://img.shields.io/pypi/v/pyglfw-cffi.svg\n :target: https://pypi.python.org/pypi/pyglfw-cffi\n :alt: pyglfw-cffi last version\n\n.. |Pypi License| image:: https://img.shields.io/pypi/l/pyglfw-cffi.svg\n :target: https://pypi.python.org/pypi/pyglfw-cffi\n :alt: pyglfw-cffi license\n\n.. |Pypi Format| image:: https://img.shields.io/pypi/format/pyglfw-cffi.svg\n :target: https://pypi.python.org/pypi/pyglfw-cffi\n :alt: pyglfw-cffi format\n\n.. |Pypi Python Version| image:: https://img.shields.io/pypi/pyversions/pyglfw-cffi.svg\n :target: https://pypi.python.org/pypi/pyglfw-cffi\n :alt: pyglfw-cffi python version\n\n.. End\n.. -*- Mode: rst -*-\n\n.. |Python| replace:: Python\n.. _Python: http://python.org\n\n.. |PyPI| replace:: PyPI\n.. _PyPI: https://pypi.python.org/pypi\n\n.. |Sphinx| replace:: Sphinx\n.. _Sphinx: http://sphinx-doc.org\n\n.. |CFFI| replace:: CFFI\n.. _CFFI: http://cffi.readthedocs.org\n\n.. |OpenGL| replace:: OpenGL\n.. _OpenGL: http://www.opengl.org\n\n.. |pypy| replace:: pypy\n.. _pypy: http://pypy.org\n\n.. |GLFW| replace:: GLFW\n.. _GLFW: http://www.glfw.org\n\n.. End\n\n=============\n pyglfw-cffi\n=============\n\n.. The official GlfwCffi Home Page is located at |pyglfw-cffi-URL|\n\n.. The latest documentation build from the git repository is available at readthedocs.org |pyglfw-cffi@readthedocs-badge|\n\nWritten by `Fabrice Salvaire `_.\n\n..\n |Build Status|\n\n|Pypi License|\n|Pypi Python Version|\n\n|Pypi Version|\n|Pypi Format|\n|Pypi Download|\n\n-----\n\n.. -*- Mode: rst -*-\n\nThis Python module provides a CFFI wrapper for the |GLFW| library.\n\nGLFW is an Open Source, multi-platform library for creating windows with OpenGL contexts and\nreceiving input and events.\n\nLook the file *simple-test.py* to learn how to use the wrapper.\n\n.. End\n.. -*- Mode: rst -*-\n\n.. _installation-page:\n\n==============\n Installation\n==============\n\nDependencies\n------------\n\npyglfw-cffi requires the following dependencies:\n\n * |Python|_ 2.7\n * |CFFI|_ 0.8.6\n * |GLFW|_ 3\n\nInstallation from PyPi Repository\n---------------------------------\n\npyglfw-cffi is made available on the |Pypi|_ repository at |pyglfw-cffi@pypi|\n\nRun this command to install the last release:\n\n.. code-block:: sh\n\n pip install pyglfw-cffi\n\nInstallation from Source\n------------------------\n\nThe pyglfw-cffi source code is hosted at |pyglfw-cffi@github|\n\nTo clone the Git repository, run this command in a terminal:\n\n.. code-block:: sh\n\n git clone git@github.com:FabriceSalvaire/pyglfw-cffi.git\n\nThen to build and install pyglfw-cffi run these commands:\n\n.. code-block:: sh\n\n python setup.py build\n python setup.py install\n\n.. End\n.. -*- Mode: rst -*-\n\n=========\n Testing\n=========\n\nTo test the wrapper run this script:\n\n.. code-block:: sh\n\n python simple-test.py\n\n.. end\n\n.. End", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://fabricesalvaire.github.io/pyglfw-cffi", "keywords": "GLFW,CFFI", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "pyglfw-cffi", "package_url": "https://pypi.org/project/pyglfw-cffi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyglfw-cffi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://fabricesalvaire.github.io/pyglfw-cffi" }, "release_url": "https://pypi.org/project/pyglfw-cffi/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A CFFI-based wrapper for GLFW3", "version": "0.1.2" }, "last_serial": 1897180, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8b2c814bb0f5ca508b760b8a73b9a640", "sha256": "a9af14bc6c6c576fafe8c8d840ed6738c75ccac68dc3ced73240b79ce1db8297" }, "downloads": -1, "filename": "pyglfw-cffi-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8b2c814bb0f5ca508b760b8a73b9a640", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 372330, "upload_time": "2014-10-29T17:31:07", "url": "https://files.pythonhosted.org/packages/74/ae/7012a1ff4da2b4ed35aa04fc8059efebdbbb81854c7e4e55f9eaa29660bc/pyglfw-cffi-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b82f5ca001c6d2887edebaa6b3c570b0", "sha256": "0d9b1a62fa320d08b6b2759b64b16a80baf6cfe6e22a03965e315f961878c428" }, "downloads": -1, "filename": "pyglfw-cffi-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b82f5ca001c6d2887edebaa6b3c570b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35656, "upload_time": "2016-01-09T23:48:43", "url": "https://files.pythonhosted.org/packages/8a/43/14fb2484c7c9b823e498ae3460e320711be03f61de3e061570916c70aacc/pyglfw-cffi-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "9e1df3685777e1aaa96209e909a782b0", "sha256": "8ac0f8ce0b70f8c57c0a8a23d4b0e07f5ef20d17dd4184b04fe7e7a12ee521bb" }, "downloads": -1, "filename": "pyglfw-cffi-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9e1df3685777e1aaa96209e909a782b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35681, "upload_time": "2016-01-10T00:44:50", "url": "https://files.pythonhosted.org/packages/24/17/7b3751ca009c5ded83577aee2937088d14f1778efa42bbefe4197a670a92/pyglfw-cffi-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e1df3685777e1aaa96209e909a782b0", "sha256": "8ac0f8ce0b70f8c57c0a8a23d4b0e07f5ef20d17dd4184b04fe7e7a12ee521bb" }, "downloads": -1, "filename": "pyglfw-cffi-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9e1df3685777e1aaa96209e909a782b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35681, "upload_time": "2016-01-10T00:44:50", "url": "https://files.pythonhosted.org/packages/24/17/7b3751ca009c5ded83577aee2937088d14f1778efa42bbefe4197a670a92/pyglfw-cffi-0.1.2.tar.gz" } ] }