{ "info": { "author": "Lillian Lemmer", "author_email": "lillian.lemmer@hypatiasoftware.org", "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 :: Games/Entertainment :: Role-Playing", "Topic :: Software Development :: Libraries :: pygame" ], "description": "|Sappho Logo (A Lyre)|\n======================\n\n|GitHub license| |PyPI Version| |Code Climate| |Travis| |Coverage\nStatus|\n\nSappho is a 2D game engine written with Python (2 *and* 3) and pygame.\n\n.. figure:: https://github.com/lily-seabreeze/sappho/blob/master/game-demo.gif\n :alt: sappho in action\n\n sappho in action\n\n`Lily Seabreeze `__ is this project's mom\nand owner. Be sure to checkout the ``AUTHORS.md``!\n\nDesign Philosophy\n-----------------\n\n1. Don't interfere with the way people build their pygame games\n2. We are not automating game logic\n3. Sappho modules *may not* import other Sappho modules\n4. Inherit from pygame objects when possible; use conventional pygame\n models/architecture.\n5. Consistency.\n6. Simplicity trumps all else.\n7. Well documented.\n8. Code is easy-to-test. We show that with our 100% test coverage.\n\nFor more check ``CONTRIBUTING.md``.\n\nGetting Started\n---------------\n\nInstall pygame:\n\n- You can try ``pip install hg+http://bitbucket.org/pygame/pygame`` but\n 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 a\n 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 ``sappho`` and run the demo:\n\n1. Install: ``pip install -r requirements/main.txt .``\n2. ``cd demo/``\n3. ``python demo.py``\n\nBe sure to checkout the contents of ``demo.py`` for a sample on how\nSappho is used.\n\nWe also have some good docs: http://sappho.lillian.link/\n\nIf you wanna contribute, please read ``CONTRIBUTING.md``!\n\n.. |Sappho Logo (A Lyre)| image:: logo/sappho-logo.png\n.. |GitHub license| image:: https://img.shields.io/github/license/lily-seabreeze/sappho.svg?style=flat-square\n :target: https://raw.githubusercontent.com/lily-seabreeze/sappho/master/LICENSE\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/sappho.svg?style=flat-square\n :target: https://pypi.python.org/pypi/sappho/\n.. |Code Climate| image:: https://img.shields.io/codeclimate/github/lily-seabreeze/sappho.svg?style=flat-square\n :target: https://codeclimate.com/github/lily-seabreeze/sappho\n.. |Travis| image:: https://travis-ci.org/lily-seabreeze/sappho.svg\n :target: https://travis-ci.org/lily-seabreeze/sappho\n.. |Coverage Status| image:: https://coveralls.io/repos/github/lily-seabreeze/sappho/badge.svg\n :target: https://coveralls.io/github/lily-seabreeze/sappho", "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 development sprites adventure game tilemap tilesheet zelda gamedev 2d", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sappho", "package_url": "https://pypi.org/project/sappho/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sappho/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/sappho/0.14.3/", "requires_dist": null, "requires_python": null, "summary": "2D game engine (pygame)", "version": "0.14.3" }, "last_serial": 2328874, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "30d40e3333a224998a96b3d71230a369", "sha256": "77c4537663fd91ca5868c3fc01d436fa0459b38b28d1c1870165b4d1e78623be" }, "downloads": -1, "filename": "sappho-0.1.tar.gz", "has_sig": false, "md5_digest": "30d40e3333a224998a96b3d71230a369", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11434, "upload_time": "2016-02-28T05:26:21", "url": "https://files.pythonhosted.org/packages/11/aa/9c5c87722aa6065251b8151d97ce80013cffa8f3c45591de501d9738b325/sappho-0.1.tar.gz" } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "89b25310b5e301ac0b8bbd980ed3b6c1", "sha256": "0c5793b3e923fcb513cfb02c54a73990e47d8f4e04fcdacf35112d7d031cb11e" }, "downloads": -1, "filename": "sappho-0.14.0.tar.gz", "has_sig": false, "md5_digest": "89b25310b5e301ac0b8bbd980ed3b6c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20262, "upload_time": "2016-09-07T05:24:10", "url": "https://files.pythonhosted.org/packages/79/85/fc170b849bd2cdb53907f3ccaace46d45f4cf2ce114f05fca41c20b2feaa/sappho-0.14.0.tar.gz" } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "c1d82ae90095b08e43b6a6f605071ddc", "sha256": "e8540d1c37babf07579963b3507c4e9e59789a0137ca78da5f393635833fa7de" }, "downloads": -1, "filename": "sappho-0.14.2.tar.gz", "has_sig": false, "md5_digest": "c1d82ae90095b08e43b6a6f605071ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20264, "upload_time": "2016-09-07T05:26:05", "url": "https://files.pythonhosted.org/packages/0e/d8/e7d9c85653ed9d77d030d25bdd071f881bd2ce879282a9b87f1bd3022ded/sappho-0.14.2.tar.gz" } ], "0.14.3": [ { "comment_text": "", "digests": { "md5": "a9cc480bbc969bd12e1c3bc26c6fcc4a", "sha256": "52112bb53f9b0372304264f41559f06b10e0ac552f91e8f9d1c8e6eda9634966" }, "downloads": -1, "filename": "sappho-0.14.3.tar.gz", "has_sig": false, "md5_digest": "a9cc480bbc969bd12e1c3bc26c6fcc4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20295, "upload_time": "2016-09-07T07:21:38", "url": "https://files.pythonhosted.org/packages/43/46/2433e47568a3a9e2cbba79451ef2c005bf89c4241e3321d54b8d672ee6a2/sappho-0.14.3.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0a9fb218013b9075633751aa930ff24f", "sha256": "7f007020814af6092da766fa9f1b01be1874dca4e89fb9d944f45323357f4e39" }, "downloads": -1, "filename": "sappho-0.2.tar.gz", "has_sig": false, "md5_digest": "0a9fb218013b9075633751aa930ff24f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12558, "upload_time": "2016-03-01T06:16:47", "url": "https://files.pythonhosted.org/packages/b1/5c/61de8f061b885fc3f477fdca8bd0646fa96db8670775c183f97941a4869c/sappho-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "5d978d8d914581fc571fd41df216dcfb", "sha256": "4326f0750e9071a7772ed4505f0fef9b8ba76510a8c37ea49afe35f90295e052" }, "downloads": -1, "filename": "sappho-0.3.tar.gz", "has_sig": false, "md5_digest": "5d978d8d914581fc571fd41df216dcfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12694, "upload_time": "2016-03-06T08:08:24", "url": "https://files.pythonhosted.org/packages/f8/ac/540fc7073c883234462270466a6002f24df4040476d174857da7522c550d/sappho-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "b1d8f2ce140818c5c288a47b0ca29ead", "sha256": "9d0c19eaa975e6e96bc0382fd3b53d625d20397208030cfa9e203497185ecea4" }, "downloads": -1, "filename": "sappho-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b1d8f2ce140818c5c288a47b0ca29ead", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12799, "upload_time": "2016-03-10T02:02:44", "url": "https://files.pythonhosted.org/packages/7e/31/74d94b0c5eadc2bda965df73d97eeb42064b980405776f6049df64d8ead6/sappho-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "ee9b9e987bd05d244d7d2826f53921da", "sha256": "1e93343ec298ea6084ad063deee30c72b0204319d29628ce985fb5ec39b9b602" }, "downloads": -1, "filename": "sappho-0.3.2.tar.gz", "has_sig": false, "md5_digest": "ee9b9e987bd05d244d7d2826f53921da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12801, "upload_time": "2016-03-10T02:20:42", "url": "https://files.pythonhosted.org/packages/5f/da/15881af4d3038bbe6e555af9d72eb8ae5208bcd08dad96254e06b6023da4/sappho-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "69cb5fe9dc8334a5c4705c026f61340d", "sha256": "36476c0c242dd03f931e934b5bd38d465e15e03b43a7cf7a2dad490cca5b6bb7" }, "downloads": -1, "filename": "sappho-0.3.3.tar.gz", "has_sig": false, "md5_digest": "69cb5fe9dc8334a5c4705c026f61340d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12795, "upload_time": "2016-03-10T04:50:57", "url": "https://files.pythonhosted.org/packages/c7/68/9117f8cf796ceae258d61c0dd07e5a62170e30632d3217d72c9510cda27f/sappho-0.3.3.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "30f57b85f6bc205667732c7c5a66c522", "sha256": "5e18d0e80d4dc050eaf2bad2ad2e02640fcca49da7f0d6931c807d92fb4b01bf" }, "downloads": -1, "filename": "sappho-0.4.1.tar.gz", "has_sig": false, "md5_digest": "30f57b85f6bc205667732c7c5a66c522", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13398, "upload_time": "2016-03-26T16:31:24", "url": "https://files.pythonhosted.org/packages/7f/d9/2d179b2d21d4b6cdc3ec9f74819a9da3b81e160fc80d30a391092d19f3a9/sappho-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "b949e8354b91a14f8844368379fdcb0c", "sha256": "753448c7ab5f31e4dfaa98333e9cc7b53133d370fff8426a11ac07c1684bc183" }, "downloads": -1, "filename": "sappho-0.4.2.tar.gz", "has_sig": false, "md5_digest": "b949e8354b91a14f8844368379fdcb0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13567, "upload_time": "2016-03-26T17:04:43", "url": "https://files.pythonhosted.org/packages/93/f6/882cdc041792ba87af339473a553f549b25fd55f8cd62f710b0ff810cb0a/sappho-0.4.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "6b1e10b9717adb88f24e0dd80ad8b4e9", "sha256": "e11c753372e11fff82ac498c677d50a74c6fe1bf535ec948c5eb5a5dea3f652f" }, "downloads": -1, "filename": "sappho-0.5.0.tar.gz", "has_sig": false, "md5_digest": "6b1e10b9717adb88f24e0dd80ad8b4e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14391, "upload_time": "2016-03-31T05:33:02", "url": "https://files.pythonhosted.org/packages/e4/2f/2d472e3e095bd05fcfec48bbdc5b22b200bc978b1fa599093c46495d4ff7/sappho-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "7627601ff8814df0eb213485e9d03557", "sha256": "ed31bf1a9dbae90ce9d4e481890f5c59e7b65a81072058c4ab10f5f7d5d039de" }, "downloads": -1, "filename": "sappho-0.6.0.tar.gz", "has_sig": false, "md5_digest": "7627601ff8814df0eb213485e9d03557", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14330, "upload_time": "2016-03-31T06:34:38", "url": "https://files.pythonhosted.org/packages/5e/a7/264a5d31512ba6a1d43439651a9548f108d8f30425756db2822029caa1ba/sappho-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "00b7b0a96e26acc0319d5e2eb4dd2c09", "sha256": "0fa5bb54dbf442a4905bcd82e75abba02d5965eda9c137841848d0a8f841a571" }, "downloads": -1, "filename": "sappho-0.6.1.tar.gz", "has_sig": false, "md5_digest": "00b7b0a96e26acc0319d5e2eb4dd2c09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14142, "upload_time": "2016-03-31T19:16:20", "url": "https://files.pythonhosted.org/packages/05/ee/8403b0bc27c33c7643f555d52c8a07088437b58bffcf0d39a58a02ce75a9/sappho-0.6.1.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "1ed48279d230c037ad6bbc1710896ce5", "sha256": "881615f9deafbd66cb6081a7bc64634a51b62933a73225b8f8b274a099a90b6d" }, "downloads": -1, "filename": "sappho-0.7.0.tar.gz", "has_sig": false, "md5_digest": "1ed48279d230c037ad6bbc1710896ce5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14121, "upload_time": "2016-03-31T22:37:21", "url": "https://files.pythonhosted.org/packages/b7/f2/48498483818b2545a41531e5a84c959ba4407575f50faddeb2eeacc2f27c/sappho-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "da113d2d2bcfa3b7c47fbdc15fce978e", "sha256": "1cdda5a78ccdc3cc4e5f861c371988b5b9a7d3a6b930037da1ed9965b526dd1f" }, "downloads": -1, "filename": "sappho-0.7.1.tar.gz", "has_sig": false, "md5_digest": "da113d2d2bcfa3b7c47fbdc15fce978e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14333, "upload_time": "2016-04-01T04:49:35", "url": "https://files.pythonhosted.org/packages/2a/f6/97f6d767d39ecdb1b2fa48dc1b044f4bb2d700ac36cd3cc8f3e2d7d79c80/sappho-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "56ecef88fb36349e6755f2f64eb635c9", "sha256": "02c65f1a8dc84b842964a6eee7eb207a766100d5a89ef8a69c6d05a4db941af7" }, "downloads": -1, "filename": "sappho-0.7.2.tar.gz", "has_sig": false, "md5_digest": "56ecef88fb36349e6755f2f64eb635c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14336, "upload_time": "2016-04-01T04:52:30", "url": "https://files.pythonhosted.org/packages/67/d5/a7167d44a27b8b1aeb7ff3514bcc6f4b24dd063b204e707bf78dc854c630/sappho-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "3b02db24a34082fc00e9284de4b77457", "sha256": "3bc809ed1c7b198576aaa121d87338a3b1d40693ce3f0fbf4bf12b47a7e1ccb6" }, "downloads": -1, "filename": "sappho-0.7.3.tar.gz", "has_sig": false, "md5_digest": "3b02db24a34082fc00e9284de4b77457", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14633, "upload_time": "2016-04-16T21:29:46", "url": "https://files.pythonhosted.org/packages/82/f4/950c7522db02fc9c83fa71686718d7cf7fe9509a7553144c13ff68a0dccd/sappho-0.7.3.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "7feb3d12469d598d85bd29da55143664", "sha256": "9fbba05a2f397324e30f0a5f08e8c278b0180a99b06e1a03a9be0b533d65c39e" }, "downloads": -1, "filename": "sappho-0.8.0.tar.gz", "has_sig": false, "md5_digest": "7feb3d12469d598d85bd29da55143664", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14794, "upload_time": "2016-05-15T02:29:51", "url": "https://files.pythonhosted.org/packages/b0/31/d33852866d45bc0cf60a90d53a0eb3eae9200e1c110f0ad6b9889f0800e7/sappho-0.8.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "9cf93b15c868c0ddef0d2da51b0a6dca", "sha256": "55319f875b0b752829a60877cc84cdf27a07e2cddbd9820f98f190de186ed11f" }, "downloads": -1, "filename": "sappho-0.9.0.tar.gz", "has_sig": false, "md5_digest": "9cf93b15c868c0ddef0d2da51b0a6dca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14839, "upload_time": "2016-05-15T03:34:08", "url": "https://files.pythonhosted.org/packages/5a/34/e3b1603d4ed040016e6746290f146ea074f0143cc021f221a993d3c26ee8/sappho-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "79510d982ca43b90eddf1df4f67582e1", "sha256": "c5d1d8b6f46751469e51a8be3ad7319f163efc7fdce57e83cd93069796b335bc" }, "downloads": -1, "filename": "sappho-0.9.1.tar.gz", "has_sig": false, "md5_digest": "79510d982ca43b90eddf1df4f67582e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14847, "upload_time": "2016-05-22T20:34:43", "url": "https://files.pythonhosted.org/packages/34/62/4075e39aa8e79de244c02c03c68d8516bba5fdaf898e2b4d5d66dbfb106d/sappho-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "6549e9a5574bdaa3daeed2f654c30f84", "sha256": "457b55320239b1d69837e1aa4f84884726a8fdfa865f5278918eab6993b58923" }, "downloads": -1, "filename": "sappho-0.9.2.tar.gz", "has_sig": false, "md5_digest": "6549e9a5574bdaa3daeed2f654c30f84", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14774, "upload_time": "2016-05-23T15:01:46", "url": "https://files.pythonhosted.org/packages/e9/c9/1ef3b4b4db4ae25aadda8ee0c72c3e59d10a682297ac7c3c9a2a00bcca3f/sappho-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a9cc480bbc969bd12e1c3bc26c6fcc4a", "sha256": "52112bb53f9b0372304264f41559f06b10e0ac552f91e8f9d1c8e6eda9634966" }, "downloads": -1, "filename": "sappho-0.14.3.tar.gz", "has_sig": false, "md5_digest": "a9cc480bbc969bd12e1c3bc26c6fcc4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20295, "upload_time": "2016-09-07T07:21:38", "url": "https://files.pythonhosted.org/packages/43/46/2433e47568a3a9e2cbba79451ef2c005bf89c4241e3321d54b8d672ee6a2/sappho-0.14.3.tar.gz" } ] }