{ "info": { "author": "Niels Serup", "author_email": "ns@metanohi.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: X11 Applications", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: DFSG approved", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Multimedia :: Graphics", "Topic :: Software Development :: Libraries :: pygame", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "======\nDotBox\n======\n\nDotBox is a block-based game mini library. It greatly limits what is\nplausible.\n\n\nLicense\n=======\n\nDotBox is free software under the terms of the GNU General Public\nLicense version 3 (or any later version). The author of DotBox is\nNiels Serup, contactable at ns@metanohi.org. This is version 0.1.0 of\nthe program.\n\nAny libraries used by DotBox are GPL-compatible. Any data used by the\nexamples included in this package is as free as DotBox itself.\n\n\nInstalling\n==========\n\nWay #1\n------\nJust run this (requires that you have python-setuptools installed)::\n\n $ sudo easy_install dotbox\n\nWay #2\n------\nGet the newest version of DotBox at\nhttp://metanohi.org/projects/dotbox/ or at\nhttp://pypi.python.org/pypi/dotbox\n\nExtract the downloaded file and run this in a terminal::\n\n # python setup.py install\n\nDependencies\n============\n\nDotBox should work with both Python 2.6+ and Python 3.x.\n\nDotBox depends on PyGame 1.8.1+ (perhaps earlier versions are also\nsupported, though at least version 1.9.0 is needed for Python 3).\n\n* For DEB-based distros (Debian etc.): type ``apt-get install python-pygame``\n* For RPM-based distros (Fedora etc.): type ``yum install pygame``\n* For other distros: do something similar or get it at\n http://pygame.org/download.shtml\n\n\nUsing\n=====\n\nDotBox is a mini library with little functionality. Its documentation\nis included in its source code, so you can run this command to find\nout more about it (as this /is/ a 0.1.0 release, not much is shown\nyet; to figure out how to use DotBox, take a look the included\nexamples instead)::\n\n $ pydoc dotbox\n\n\nExample games\n-------------\n\nInstead of the lacking documentation, you can also take a look at the\nexample games in the ``examples`` directory of this package. These\ngames are playable.\n\n\nUsable colors\n-------------\n\nDotBox uses a palette of 256 colors. The first 216 are the so-called\n\"web-safe\" colors (see\nhttp://en.wikipedia.org/wiki/Web-safe_color#Color_table ), while the\nremaining 40 are grayscale.\n\n\nDeveloping\n==========\n\nDotBox is written in Python and uses Git for branches. To get the\nlatest branch, get it from gitorious.org like this::\n\n $ git clone git://gitorious.org/dotbox/dotbox.git\n\n\nThis document\n=============\n\nCopyright (C) 2011 Niels Serup\n\nCopying and distribution of this file, with or without modification,\nare permitted in any medium without royalty provided the copyright\nnotice and this notice are preserved. This file is offered as-is,\nwithout any warranty.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://metanohi.org/projects/dotbox/", "keywords": null, "license": "COPYING.txt", "maintainer": null, "maintainer_email": null, "name": "dotbox", "package_url": "https://pypi.org/project/dotbox/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dotbox/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://metanohi.org/projects/dotbox/" }, "release_url": "https://pypi.org/project/dotbox/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A mini library for block-based games", "version": "0.1.0" }, "last_serial": 791368, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5b5d5b43c56f5288db3972699910067b", "sha256": "e04d89b4abd3ec05c13d6ddf77f7726b9859869af682b0d05a17dfc8e8900deb" }, "downloads": -1, "filename": "dotbox-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5b5d5b43c56f5288db3972699910067b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2476743, "upload_time": "2011-01-23T17:10:40", "url": "https://files.pythonhosted.org/packages/8d/ae/cc2902643b8bd2408539ef59b37bab9fedf99f98c9cadfc5f39f0741bbb1/dotbox-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b5d5b43c56f5288db3972699910067b", "sha256": "e04d89b4abd3ec05c13d6ddf77f7726b9859869af682b0d05a17dfc8e8900deb" }, "downloads": -1, "filename": "dotbox-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5b5d5b43c56f5288db3972699910067b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2476743, "upload_time": "2011-01-23T17:10:40", "url": "https://files.pythonhosted.org/packages/8d/ae/cc2902643b8bd2408539ef59b37bab9fedf99f98c9cadfc5f39f0741bbb1/dotbox-0.1.0.tar.gz" } ] }