{ "info": { "author": "Lily Mayfield", "author_email": "lily.m.mayfield@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: pygame" ], "description": "# PyGame-AniSprite\n\n[![GitHub\nlicense](https://img.shields.io/github/license/lily-mayfield/pygame-anisprite.svg?style=flat-square)](https://raw.githubusercontent.com/lily-mayfield/pygame-anisprite/master/LICENSE)\n[![PyPI Version](https://img.shields.io/pypi/v/pygame-anisprite.svg?style=flat-square)](https://pypi.python.org/pypi/pygame-anisprite/)\n[![Code\nClimate](https://img.shields.io/codeclimate/github/lily-mayfield/pygame-anisprite.svg?style=flat-square)](https://codeclimate.com/github/lily-mayfield/pygame-anisprite)\n[![Travis](https://travis-ci.org/lily-mayfield/pygame-anisprite.svg)](https://travis-ci.org/lily-mayfield/pygame-anisprite)\n[![Coverage\nStatus](https://img.shields.io/coveralls/lily-mayfield/pygame-anisprite.svg)](https://coveralls.io/github/lily-mayfield/pygame-anisprite)\n\n**WARNING: THIS IS UNRELEASED/IS PRERELEASE**\n\nPyGame-AniSprite is a 2D game engine for Python (2 *and* 3)/PyGame. What's\nspecial about this project is how an `AnimatedSprite` is almost\nindistinguishable from a normal\n[`pygame.sprite.Sprite`](https://www.pygame.org/docs/ref/sprite.html#pygame.sprite.Sprite).\n\nWritten because I didn't like `pyganim`...\n\nSplit off from my [Sappho game engine](https://github.com/lily-mayfield/sappho).\n\nBe sure to checkout the `AUTHORS.md`!\n\n[I have documentation!](http://lilymayfield.pro/pygame-anisprite/)\n\n## Design Philosophy\n\n 1. Don't interfere with the way people build their pygame games\n 2. We are not automating game logic\n 3. PyGame-AniSprite modules _may not_ import other PyGame-AniSprite modules\n 4. Inherit from pygame objects when possible; use conventional\n pygame models/architecture.\n 5. Consistency.\n 6. Simplicity trumps all else.\n 7. Well documented.\n 8. Code is easy-to-test. We show that with our 100% test coverage.\n\nFor more check `CONTRIBUTING.md`.\n\n## Getting Started\n\nInstall pygame:\n\n * You can try `pip install hg+http://bitbucket.org/pygame/pygame`\n but it may not work...\n * **Ubuntu**, Python 2.7: `sudo apt install python-pygame`\n * **FreeBSD**, Python 2.7: `sudo pkg install py27-game`\n * **OSX**, Python 2.7: available in homebrew (note that there is\n a caveat in El Capitan [see: #63])\n * For any other operating system, or more details, see:\n http://www.pygame.org/download.shtml\n\nInstall `pygame-anisprite`: `pip install -r requirements/main.txt .`\n\nIf you wanna contribute, please read `CONTRIBUTING.md`!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "games gaming sprites 2d pygame animation", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pygame-anisprite", "package_url": "https://pypi.org/project/pygame-anisprite/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygame-anisprite/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pygame-anisprite/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Animated sprites for PyGame!", "version": "1.0.0" }, "last_serial": 2882060, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "aa6d571c391df643bb5d38721752684a", "sha256": "b3a4a3f7907cbbe200a2e8b82c0fd0ae10a1efb741f812c77ff725057f052703" }, "downloads": -1, "filename": "pygame-anisprite-1.0.0.tar.gz", "has_sig": false, "md5_digest": "aa6d571c391df643bb5d38721752684a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6695, "upload_time": "2017-05-18T00:24:37", "url": "https://files.pythonhosted.org/packages/e6/58/f749ed858c058f161489e8331edaebe871d9a397a92040c7749809298a07/pygame-anisprite-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa6d571c391df643bb5d38721752684a", "sha256": "b3a4a3f7907cbbe200a2e8b82c0fd0ae10a1efb741f812c77ff725057f052703" }, "downloads": -1, "filename": "pygame-anisprite-1.0.0.tar.gz", "has_sig": false, "md5_digest": "aa6d571c391df643bb5d38721752684a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6695, "upload_time": "2017-05-18T00:24:37", "url": "https://files.pythonhosted.org/packages/e6/58/f749ed858c058f161489e8331edaebe871d9a397a92040c7749809298a07/pygame-anisprite-1.0.0.tar.gz" } ] }