{
"info": {
"author": "Peter Wen",
"author_email": "peter@whitehalmos.org",
"bugtrack_url": null,
"classifiers": [],
"description": "rgkit -- Testing kit for `Robot Game `__\n===============================================================\n\n.. image:: https://travis-ci.org/RobotGame/rgkit.svg?branch=master\n :target: https://travis-ci.org/RobotGame/rgkit\n :alt: Build Status\n\n.. image:: https://pypip.in/download/rgkit/badge.svg?style=flat\n :target: https://crate.io/packages/rgkit\n :alt: Downloads\n\nInstalling as a package\n--------------------------------\n\n**pip**\n\nThe easiest way to install the kit is with\n`pip `__. From the terminal,\nrun:\n\n::\n\n pip install rgkit\n\nOr if you want the development version:\n\n::\n\n pip install git+https://github.com/RobotGame/rgkit.git\n\n**Note:** *This will install rgkit system-wide. It is recommended to use*\n`virtualenv `__\n*to manage development environments.*\n\n**virtualenv**\n\nInstalling with ``virtualenv`` requires the following steps:\n\n::\n\n mkdir my_robot\n cd my_robot\n virtualenv env\n source env/bin/activate\n pip install rgkit\n\n**setup.py**\n\nYou can also manually install directly from the source folder. Make a\nlocal copy of the git repository or download the source files. Then,\nusing the terminal, run the following from the root directory of the\nsource code:\n\n::\n\n python setup.py install\n\n**Note:** *This will install rgkit system-wide. It is recommended to use*\n`virtualenv `__\n*to manage development environments.*\n\n**Running the game**\n\nAfter installing the package, the script is executable from the command\nline (if you're using virtualenv, remember to activate the environment).\nThere are two entry points provided: ``rgrun`` and ``rgmap``. The\ngeneral usage of run is:\n\n::\n\n usage: rgrun [-h] [-m MAP] [-c COUNT] [-A] [-q] [-H | -T | -C]\n [--game-seed GAME_SEED]\n [--match-seeds [MATCH_SEEDS [MATCH_SEEDS ...]]] [-r]\n player1 player2\n\n Robot game execution script.\n\n positional arguments:\n player1 File containing first robot class definition.\n player2 File containing second robot class definition.\n\n optional arguments:\n -h, --help show this help message and exit\n -m MAP, --map MAP User-specified map file.\n -c COUNT, --count COUNT\n Game count, default: 1, multithreading if >1\n -A, --animate Enable animations in rendering.\n -q, --quiet Quiet execution.\n -q : suppresses bot stdout\n -qq: suppresses bot stdout and stderr\n -qqq: supresses all rgkit and bot output\n -H, --headless Disable rendering game output.\n -T, --play-in-thread Separate GUI thread from robot move calculations.\n -C, --curses Display game in command line using curses.\n --game-seed GAME_SEED\n Appended with game countfor per-match seeds.\n --match-seeds [MATCH_SEEDS [MATCH_SEEDS ...]]\n Used for random seed of the first matches in order.\n -r, --random Bots spawn randomly instead of symmetrically.\n\nSo, from a directory containing your\\_robot.py, you can run a game\nagainst the default robot and suppress GUI output with the following\ncommand:\n\n::\n\n rgrun -H your_robot.py defaultrobots.py\n\nDeveloping with source\n-----------------------------------\n\n``rgkit`` is packaged as a module, but you *can* just checkout the\nrepository and import/run the source scripts.\n\n::\n\n ./rgkit\n |--- rgkit\n | |--- __init__.py\n | |--- game.py\n | |--- run.py\n | |--- ...\n | |--- your_robot.py\n |--- setup.py\n ...\n /path/your_other_robot.py\n\n**Running the game**\n\nTo run the game with the source configured this way, use the terminal\nand execute the following from the inner ``rgkit`` folder (i.e., in the\nsame directory as ``run.py``):\n\n::\n\n python run.py your_robot.py /path/your_other_robot.py\n\nCoding your own robots\n------------------------------\n\nOnce installed, you should only need the ``rg`` module to develop your\nown robots. The package can be imported like any other module:\n\n::\n\n import rg\n\n class Robot:\n def act(self):\n return ['guard']\n\nOther Tools\n--------------------\n\nHere are some excellent tools made by fellow players!\n\n- `Open Source Bots `__\n- `Simulate Situations `__\n- `Compare Bots `__",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/RobotGame/rgkit",
"keywords": null,
"license": "Unlicense",
"maintainer": null,
"maintainer_email": null,
"name": "rgkit",
"package_url": "https://pypi.org/project/rgkit/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/rgkit/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/RobotGame/rgkit"
},
"release_url": "https://pypi.org/project/rgkit/0.5.3/",
"requires_dist": null,
"requires_python": null,
"summary": "Game Engine for Robot Game",
"version": "0.5.3"
},
"last_serial": 1728995,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "8fa79f6b47fe5510b879a19f57c7e6d1",
"sha256": "d5e61c929bd6ef625265601080053590365274c2b3de164350ed597943ab34c8"
},
"downloads": -1,
"filename": "rgkit-0.1.tar.gz",
"has_sig": false,
"md5_digest": "8fa79f6b47fe5510b879a19f57c7e6d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13819,
"upload_time": "2013-12-14T03:12:56",
"url": "https://files.pythonhosted.org/packages/38/cb/4256e41cdc1fdfff4ba1b2ddc6509998d06b74133b530dbf91a9671034fc/rgkit-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "built for Linux-3.11-2-amd64-x86_64-with-glibc2.4",
"digests": {
"md5": "3cf727d7a1e59b8af0661f7aa6805ec5",
"sha256": "b2d26e3a2fed7417ec56ef1c73e1e784f24ff0bacabcb7455ecfc8d59245e933"
},
"downloads": -1,
"filename": "rgkit-0.2.linux-x86_64.tar.gz",
"has_sig": false,
"md5_digest": "3cf727d7a1e59b8af0661f7aa6805ec5",
"packagetype": "bdist_dumb",
"python_version": "any",
"requires_python": null,
"size": 40263,
"upload_time": "2013-12-21T00:14:55",
"url": "https://files.pythonhosted.org/packages/c0/90/959ecf5f6d2af2dce3404bf0e1d0e33fa013346248f4d6daf35107cd71bc/rgkit-0.2.linux-x86_64.tar.gz"
},
{
"comment_text": "built for Darwin-13.0.0",
"digests": {
"md5": "a9c11b48fcc27c9ced577fbe987218db",
"sha256": "9701328b97caab9d7d13702f79cc03af1215bd6e64add925d001618560fd7195"
},
"downloads": -1,
"filename": "rgkit-0.2.macosx-10.9-intel.tar.gz",
"has_sig": false,
"md5_digest": "a9c11b48fcc27c9ced577fbe987218db",
"packagetype": "bdist_dumb",
"python_version": "any",
"requires_python": null,
"size": 39610,
"upload_time": "2013-12-21T00:12:26",
"url": "https://files.pythonhosted.org/packages/aa/e9/aa2eb2f0660d35493c9cf60b2be60edd7fbd543ae6c702e2f03c5178f5c1/rgkit-0.2.macosx-10.9-intel.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "e70254e6744310953de7591afd062f27",
"sha256": "41d47e53a3774901c2683ac0ff600a72556a69085bc584e509fbf47a2618d4e5"
},
"downloads": -1,
"filename": "rgkit-0.2.tar.gz",
"has_sig": false,
"md5_digest": "e70254e6744310953de7591afd062f27",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16256,
"upload_time": "2013-12-21T00:12:23",
"url": "https://files.pythonhosted.org/packages/8c/20/7d5921abf77b3d18e3829720f1357c6be0c0d54fd4e41ebc48f6283476d8/rgkit-0.2.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "812b1291e81880fe99f7b665faa30f9d",
"sha256": "2022ef40d7d1a9c2d148eb94389886a88e6db40801394ac78c575ab760a7e966"
},
"downloads": -1,
"filename": "rgkit-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "812b1291e81880fe99f7b665faa30f9d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16199,
"upload_time": "2013-12-21T02:03:51",
"url": "https://files.pythonhosted.org/packages/66/ed/383206d523d694f947a6391dbabb3249dd8898182009f47e60cb688f29c4/rgkit-0.2.1.tar.gz"
}
],
"0.2.2": [
{
"comment_text": "",
"digests": {
"md5": "6098ca3d35cab2b2335b26df3d1844a1",
"sha256": "88b1d44be1b9db1a4dce51ca94fbc134107d8dbf9e87f6aca86843e57f5cd774"
},
"downloads": -1,
"filename": "rgkit-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "6098ca3d35cab2b2335b26df3d1844a1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16933,
"upload_time": "2013-12-23T15:11:10",
"url": "https://files.pythonhosted.org/packages/e5/76/d566873b84b10c783ac2f9e486765f2fb2502a0335cffa15bf716072d432/rgkit-0.2.2.tar.gz"
}
],
"0.2.3": [
{
"comment_text": "",
"digests": {
"md5": "083297a9da836b9721438d7532a8e291",
"sha256": "390afd5c5861901201d650f92662279f9bf1cbea8f7afc0b17663e0425936018"
},
"downloads": -1,
"filename": "rgkit-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "083297a9da836b9721438d7532a8e291",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11097,
"upload_time": "2013-12-24T15:25:55",
"url": "https://files.pythonhosted.org/packages/b7/01/17f3cd88a74081006c521ee24fa40d5e3fa97b896eb2a177cc9c2df72e54/rgkit-0.2.3.tar.gz"
}
],
"0.2.4": [
{
"comment_text": "",
"digests": {
"md5": "237d5d5b5afba3e81f92550ab436f2bf",
"sha256": "bb8b3153cf0f7627338e619b66333abc0f528728e5f7984730f185ca682211c6"
},
"downloads": -1,
"filename": "rgkit-0.2.4.tar.gz",
"has_sig": false,
"md5_digest": "237d5d5b5afba3e81f92550ab436f2bf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10742,
"upload_time": "2013-12-26T03:27:10",
"url": "https://files.pythonhosted.org/packages/ec/7f/383229fd8ee284b6d40b2e6ff477e05a3f57738fd18d3a177ff199e26f69/rgkit-0.2.4.tar.gz"
}
],
"0.2.5": [
{
"comment_text": "",
"digests": {
"md5": "e54e73d54e7151ec929c1b6c1aca5075",
"sha256": "c86e31b24ef3a7666978b30c064e7c675883077ee35b6d52e1572d068244bb61"
},
"downloads": -1,
"filename": "rgkit-0.2.5.tar.gz",
"has_sig": false,
"md5_digest": "e54e73d54e7151ec929c1b6c1aca5075",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16313,
"upload_time": "2013-12-27T14:42:59",
"url": "https://files.pythonhosted.org/packages/62/55/7613707a63d5bd249d52db51ea8970297cab6fc6eb71eb97cb8557925cba/rgkit-0.2.5.tar.gz"
}
],
"0.2.6": [
{
"comment_text": "",
"digests": {
"md5": "560c63df0121482b5db090410d17b86b",
"sha256": "4f778fc26b448cdbd02c86dc0cd0c773528a25d92e5bb0f300f706810372dbf6"
},
"downloads": -1,
"filename": "rgkit-0.2.6.tar.gz",
"has_sig": false,
"md5_digest": "560c63df0121482b5db090410d17b86b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16329,
"upload_time": "2013-12-27T22:36:13",
"url": "https://files.pythonhosted.org/packages/b6/29/4f66cca45ce41e3731139d00f76f58d806573ee94690916722d5272a8f83/rgkit-0.2.6.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "4c00b3e2d7cc47d61aab4ce38ecc6d77",
"sha256": "8ce62caa99797393474362b826eec5790df57308cfdd72f9efc3a02132607ce4"
},
"downloads": -1,
"filename": "rgkit-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "4c00b3e2d7cc47d61aab4ce38ecc6d77",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16963,
"upload_time": "2014-01-01T15:22:48",
"url": "https://files.pythonhosted.org/packages/01/db/94428d3a5b3264b8336ae6b9963e920538e07fd2f1b8d73163208fb3b86d/rgkit-0.3.0.tar.gz"
}
],
"0.3.2": [
{
"comment_text": "built for Linux-3.11-2-amd64-x86_64-with-glibc2.4",
"digests": {
"md5": "73e0f94ea46c09f5b29b4cacbb5639a1",
"sha256": "97c547f7cdec79d2215f5b37a03bff5be4f214a459fda5506badce2f02813609"
},
"downloads": -1,
"filename": "rgkit-0.3.2.linux-x86_64.tar.gz",
"has_sig": false,
"md5_digest": "73e0f94ea46c09f5b29b4cacbb5639a1",
"packagetype": "bdist_dumb",
"python_version": "any",
"requires_python": null,
"size": 57097,
"upload_time": "2014-01-02T16:32:50",
"url": "https://files.pythonhosted.org/packages/ce/f9/6ada13c0102f9b9c055f70fea99666f7b1b29aeead8f6fe29b80a6197cb2/rgkit-0.3.2.linux-x86_64.tar.gz"
},
{
"comment_text": "",
"digests": {
"md5": "86cf6a856550d007b1feaea216b894de",
"sha256": "3518fb969c0e2eeb1d819e12956a1a96e8d7ba8698ea9fcea1c866501f17c962"
},
"downloads": -1,
"filename": "rgkit-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "86cf6a856550d007b1feaea216b894de",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17101,
"upload_time": "2014-01-02T16:27:21",
"url": "https://files.pythonhosted.org/packages/ec/3a/5caf309c07991829c50345d87b262f4eb5048f381c3a73bf3cff9492f798/rgkit-0.3.2.tar.gz"
}
],
"0.3.3": [
{
"comment_text": "",
"digests": {
"md5": "e26ce6d165a6e5451553d83a80252fde",
"sha256": "e4ce554f0d492a0f76ac84e838cdd1c165fd365587c510a5e59aabb1a86ee56a"
},
"downloads": -1,
"filename": "rgkit-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "e26ce6d165a6e5451553d83a80252fde",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20054,
"upload_time": "2014-01-02T19:30:05",
"url": "https://files.pythonhosted.org/packages/7f/c8/9dbf245ce5db86697ba27646def5fffde472cc902e23588eb9b30dd32723/rgkit-0.3.3.tar.gz"
}
],
"0.3.4": [
{
"comment_text": "",
"digests": {
"md5": "7a87ae00bf55994b252fea9950c2b3aa",
"sha256": "6f195ca083aac0d072de1593b1593d3a6b50a33125fe527b2294795ea142f33c"
},
"downloads": -1,
"filename": "rgkit-0.3.4.tar.gz",
"has_sig": false,
"md5_digest": "7a87ae00bf55994b252fea9950c2b3aa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23392,
"upload_time": "2014-01-02T20:29:30",
"url": "https://files.pythonhosted.org/packages/ee/65/707f7faba599ed294778f79295f8cf367e822d7dcc847ef959977e384b60/rgkit-0.3.4.tar.gz"
}
],
"0.3.5": [
{
"comment_text": "",
"digests": {
"md5": "ee2ff56e6e1b75ad494096168c24df55",
"sha256": "19cbd5f06c94caaf228561e92249219ae185030f93d46931064f06e85ba57af8"
},
"downloads": -1,
"filename": "rgkit-0.3.5.tar.gz",
"has_sig": false,
"md5_digest": "ee2ff56e6e1b75ad494096168c24df55",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23720,
"upload_time": "2014-01-03T15:17:56",
"url": "https://files.pythonhosted.org/packages/19/68/c98fcfad557dddf994952b380e9fffef57a107de710ded578007a12533b9/rgkit-0.3.5.tar.gz"
}
],
"0.3.6": [
{
"comment_text": "",
"digests": {
"md5": "32749d648cd8a3a73180f4eb53dc9a0e",
"sha256": "6fe6854f0f282564fcc3c0c0c3d9c4362919898854b4bddd6f43146997a6e69a"
},
"downloads": -1,
"filename": "rgkit-0.3.6.tar.gz",
"has_sig": false,
"md5_digest": "32749d648cd8a3a73180f4eb53dc9a0e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 25033,
"upload_time": "2014-01-03T15:29:19",
"url": "https://files.pythonhosted.org/packages/d6/3e/0c45b3caa8f056b0f77d69127a6f06c8fbe708eaca8749f5a3982a3139df/rgkit-0.3.6.tar.gz"
}
],
"0.3.7": [
{
"comment_text": "",
"digests": {
"md5": "6b78214638b35abfce47868dc89f2e6f",
"sha256": "eea6b05eb6dee7175360f6463c6534b7d2bcbecbe4cbb72524ea32147383a373"
},
"downloads": -1,
"filename": "rgkit-0.3.7.tar.gz",
"has_sig": false,
"md5_digest": "6b78214638b35abfce47868dc89f2e6f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 25098,
"upload_time": "2014-01-14T16:47:17",
"url": "https://files.pythonhosted.org/packages/91/a1/cc52e208ff1df202c6314ab9b4f43d5f7b8d77fd25a64de7e0e2bdf8287d/rgkit-0.3.7.tar.gz"
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "4dce8e079adf29fa62dfef76d3cb44ec",
"sha256": "263f20b361a1caf77183e6665817acdb00b89f9644b4dfc4a2d940adc531ecd7"
},
"downloads": -1,
"filename": "rgkit-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "4dce8e079adf29fa62dfef76d3cb44ec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24959,
"upload_time": "2014-06-16T19:54:42",
"url": "https://files.pythonhosted.org/packages/41/4d/9f3d5a180801770d84fd1d788ba7f3447674f197dfd0e5c740af46fbbf45/rgkit-0.4.0.tar.gz"
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "869a0fcb732bdc2f8e40c7760d08eead",
"sha256": "8ccdd5bcb3deba75a9d519de173d4fcc1e48ff7f190839bd7e3646685301f48b"
},
"downloads": -1,
"filename": "rgkit-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "869a0fcb732bdc2f8e40c7760d08eead",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24953,
"upload_time": "2014-06-16T20:02:33",
"url": "https://files.pythonhosted.org/packages/b0/41/f8ed34492e76089a5244a03a44a2348add50f648c24b59e76ac2bdd5f251/rgkit-0.4.1.tar.gz"
}
],
"0.4.2": [
{
"comment_text": "",
"digests": {
"md5": "09490b70cac1a259f79f60bb00fb0fc2",
"sha256": "1612470b319236061454d4ae59019ad70706b5953b313dc44e2a491560f4629b"
},
"downloads": -1,
"filename": "rgkit-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "09490b70cac1a259f79f60bb00fb0fc2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24545,
"upload_time": "2014-09-05T13:16:15",
"url": "https://files.pythonhosted.org/packages/d3/6d/77ebef27973355372234f9eeaeacd2d923c83fa45b238e39991998d92807/rgkit-0.4.2.tar.gz"
}
],
"0.4.3": [
{
"comment_text": "",
"digests": {
"md5": "f4bf48db5be3b6a6db2e541b8ee8e52d",
"sha256": "5a4a18ea022797f31702df746267a6382cead26665d499b2767f70a1fda19e87"
},
"downloads": -1,
"filename": "rgkit-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "f4bf48db5be3b6a6db2e541b8ee8e52d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24582,
"upload_time": "2014-09-05T13:28:18",
"url": "https://files.pythonhosted.org/packages/e3/5a/77482358adebee773d4d5054ecff1f2b63e010a414ff12a0c763acd1c55f/rgkit-0.4.3.tar.gz"
}
],
"0.5.0": [
{
"comment_text": "",
"digests": {
"md5": "56bc2327be6b9a989d09e33c2219a1f5",
"sha256": "5bbb1767b7cc21c6b4551deb8e5aa1c04c68ca5a81aba693c0827cbab2de4a18"
},
"downloads": -1,
"filename": "rgkit-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "56bc2327be6b9a989d09e33c2219a1f5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 25564,
"upload_time": "2014-12-23T13:23:15",
"url": "https://files.pythonhosted.org/packages/a7/1a/2074a6b174d2d954f1077172482cd8af129803bdb71a65d8e793f7b0ca46/rgkit-0.5.0.tar.gz"
}
],
"0.5.1": [
{
"comment_text": "",
"digests": {
"md5": "db4ca9c0bac1b3332a28ad13fb4fbd55",
"sha256": "6947c4f5dfc42203988011a7c1900b790e6f04b3d6b136a2ba72301d7b7f2e04"
},
"downloads": -1,
"filename": "rgkit-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "db4ca9c0bac1b3332a28ad13fb4fbd55",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26528,
"upload_time": "2015-03-10T22:38:32",
"url": "https://files.pythonhosted.org/packages/01/bb/7ffe11311055ab5278efce095d5f071f89ffad33b1e60537524313815c6d/rgkit-0.5.1.tar.gz"
}
],
"0.5.2": [
{
"comment_text": "",
"digests": {
"md5": "9bcb29e6fc8ba3a046d449f3ee3ef1c4",
"sha256": "3bb7ec4b4e2247c7ffc42aa32d290c05d271c9e77661d5bbdd8f5ebc24eea6e7"
},
"downloads": -1,
"filename": "rgkit-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "9bcb29e6fc8ba3a046d449f3ee3ef1c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26542,
"upload_time": "2015-03-10T22:43:53",
"url": "https://files.pythonhosted.org/packages/19/5c/749f7570d57c3cd8c7091f64902bec31f6228aa6e12abc16c7f2200f5817/rgkit-0.5.2.tar.gz"
}
],
"0.5.3": [
{
"comment_text": "",
"digests": {
"md5": "cf618a85ab70a0631e3841baa251444e",
"sha256": "645ad7805bcd49a363e0e27780a2ebfeb4fa7766c4a7b9f0980bf4156e9437fb"
},
"downloads": -1,
"filename": "rgkit-0.5.3.tar.gz",
"has_sig": false,
"md5_digest": "cf618a85ab70a0631e3841baa251444e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27039,
"upload_time": "2015-09-19T01:52:27",
"url": "https://files.pythonhosted.org/packages/18/f4/6d89806e53fce41d09a23f080268f6a59df6d4eeced486cb2bb4c3839209/rgkit-0.5.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "cf618a85ab70a0631e3841baa251444e",
"sha256": "645ad7805bcd49a363e0e27780a2ebfeb4fa7766c4a7b9f0980bf4156e9437fb"
},
"downloads": -1,
"filename": "rgkit-0.5.3.tar.gz",
"has_sig": false,
"md5_digest": "cf618a85ab70a0631e3841baa251444e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27039,
"upload_time": "2015-09-19T01:52:27",
"url": "https://files.pythonhosted.org/packages/18/f4/6d89806e53fce41d09a23f080268f6a59df6d4eeced486cb2bb4c3839209/rgkit-0.5.3.tar.gz"
}
]
}