{ "info": { "author": "Scott Walton", "author_email": "scott@pythonnortheast.com", "bugtrack_url": null, "classifiers": [], "description": "\nChristmas Elves\n===============\n\nThe annual Christmas Elves game server and client\n\nPython North East December brings you the Christmas Elf Challenge. Your task,\nshould you choose to accept it, is to collect the most\n\nRunning your Game\n-----------------\n\nThis part of the guide will give you the instructions to set up the game so you\ncan start trying to set a high score!\n\nInstallation\n^^^^^^^^^^^^\n\nMake sure you have Python installed - if you have Windows, check out the\n`Beginner's Guide of the Xmas Elves document `_.\n\nOnce you're ready, you can get the client code running:\n\n.. code-block:: bash\n\n pyvenv venv\n . venv/bin/activate\n pip install pyne-xmas-elves\n\nBuilding your Bot\n^^^^^^^^^^^^^^^^^\n\nCreate your game file, called ``game.py``\\ :\n\n.. code-block:: python\n\n from pyne_xmas_elves.client import BaseGame\n\n\n class Game(BaseGame):\n \"\"\"Your main Game Class.\n \"\"\"\n\n PLAYER_NAME = 'Tom Cooper'\n\n def turn(self, elves_available):\n \"\"\"Take a single turn.\n\n The elves_available argument will tell you how many elves you can use\n as a guide.\n \"\"\"\n send_to_woods = elves_available // 2\n send_to_forest = (elves_available - send_to_woods) // 2\n send_to_mountains = elves_available - send_to_forest\n return (send_to_woods,\n send_to_forest,\n send_to_mountains)\n\nHelper Attributes\n~~~~~~~~~~~~~~~~~\n\nWhile taking a turn, you can access the following attributes on ``self``\\ :\n\n\n* ``amount_raised`` - total money raised\n* ``current_turn`` - the current turn number\n* ``last_turn`` - what the last turn number will be\n* ``previous_weather`` - the weather from the previous expedition\n\nRun the game\n^^^^^^^^^^^^\n\nAfter creating your bot, you can run the game:\n\n.. code-block:: bash\n\n elves game\n\nRunning the Server\n------------------\n\nInstalling Dependencies\n^^^^^^^^^^^^^^^^^^^^^^^\n\nThe server is self-contained with an SQLite database, so just install the\nrequirements:\n\n.. code-block:: bash\n\n pip install -r requirements.txt\n\nRunning\n^^^^^^^\n\nWe're using Django Channels, so running the server is as easy as:\n\n.. code-block:: bash\n\n python server/manage.py runserver\n\nThe API\n-------\n\nTo interact with the server session, we use a simple REST API to send new data\ninto the server. The full API docs can be found by running a server and\nnavigating to ``/docs/``.\n\nStarting a New Session\n^^^^^^^^^^^^^^^^^^^^^^\n\nTo start a new session, send a ``POST`` request with a ``name`` variable\nform-encoded to ``https:///sessions/``\\ :\n\n.. code-block:: bash\n\n curl https://example.com/sessions/ -X POST -d player_name=\"Scott\"\n\nand you'll get a simple JSON object back with a ``session`` URL that you post your\nturns against.\n\nTaking a Turn\n^^^^^^^^^^^^^\n\nTo take a turn, make a ``POST`` request against the ``day`` endpoint of a session.\n\nInstructions and Rules\n----------------------\n\nSee the `attached Google Doc `_ for the rules and any of the\nlatest tips and tricks.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/pythonnortheast/xmas-elves", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyne-xmas-elves", "package_url": "https://pypi.org/project/pyne-xmas-elves/", "platform": "", "project_url": "https://pypi.org/project/pyne-xmas-elves/", "project_urls": { "Homepage": "http://github.com/pythonnortheast/xmas-elves" }, "release_url": "https://pypi.org/project/pyne-xmas-elves/0.7.1/", "requires_dist": [ "asgiref (==1.1.2)", "asn1crypto (==0.23.0)", "attrs (==17.2.0)", "autobahn (==17.10.1)", "automat (==0.6.0)", "certifi (==2017.11.5)", "cffi (==1.11.2)", "channels (==1.1.8)", "chardet (==3.0.4)", "constantly (==15.1.0)", "coreapi (==2.3.3)", "coreschema (==0.0.4)", "coverage (==4.4.2)", "cryptography (==2.1.4)", "daphne (==1.3.0)", "django-filter (==1.1.0)", "django (==1.11.7)", "djangorestframework (==3.7.3)", "docutils (==0.14)", "hyperlink (==17.3.1)", "idna (==2.6)", "incremental (==17.5.0)", "itypes (==1.1.0)", "jinja2 (==2.10)", "m2r (==0.1.12)", "markupsafe (==1.0)", "mistune (==0.8.1)", "pycparser (==2.18)", "pyopenssl (==17.5.0)", "pytz (==2017.3)", "pyyaml (==3.12)", "requests (==2.18.4)", "six (==1.11.0)", "twisted (==17.9.0)", "txaio (==2.8.2)", "unittest-xml-reporting (==2.1.0)", "uritemplate (==3.0.0)", "urllib3 (==1.22)", "zope.interface (==4.4.3)" ], "requires_python": "", "summary": "The Great Elf Game adapted for Python North East - client & server", "version": "0.7.1" }, "last_serial": 3405218, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b0260d505ac3777c36b068606823ae73", "sha256": "71a2b9eb1a8ba1f96b2542f1dc3a0d7a5db2b01fb256ccc8efacd303e7fad9e0" }, "downloads": -1, "filename": "pyne_xmas_elves-0.1-py3.5.egg", "has_sig": false, "md5_digest": "b0260d505ac3777c36b068606823ae73", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 8957, "upload_time": "2017-12-02T17:51:46", "url": "https://files.pythonhosted.org/packages/37/32/5c6876a535413ff8b362110530b197d00c9349d55ba8d1c47acb485d5dc1/pyne_xmas_elves-0.1-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "df5e1de2b8559f53b6e921be8b6de712", "sha256": "6aefd0b6018b98f309370082605849fca2a4be8ac4b627becd087896f51257a1" }, "downloads": -1, "filename": "pyne_xmas_elves-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "df5e1de2b8559f53b6e921be8b6de712", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6377, "upload_time": "2017-12-02T17:51:44", "url": "https://files.pythonhosted.org/packages/30/c1/46bee88eac188ec320cf96d52e91bf8dcdc7ec36d8b2c715707f29400104/pyne_xmas_elves-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb2e2400325cdd3251cb1fc2dd590313", "sha256": "18ff7785ed94a88cd198e765be9f64f16f8f5c13a6c5e10e9f0c714b84c8fcd3" }, "downloads": -1, "filename": "pyne-xmas-elves-0.1.tar.gz", "has_sig": false, "md5_digest": "cb2e2400325cdd3251cb1fc2dd590313", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5265, "upload_time": "2017-12-02T17:51:45", "url": "https://files.pythonhosted.org/packages/37/6e/ff251d6d215d1b78abcd3e00779414b0e9d2666dcf57aaa233577a859daf/pyne-xmas-elves-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "88f50fcff40809222f6a61bd4c20e584", "sha256": "0e0ce102e9347c1d9b0b4fb8247256e71fae775e1862c9eb6071fe6217aa9bd0" }, "downloads": -1, "filename": "pyne_xmas_elves-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "88f50fcff40809222f6a61bd4c20e584", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5933, "upload_time": "2017-12-02T17:58:04", "url": "https://files.pythonhosted.org/packages/85/09/6bfe6263ad66c8982f8ff7a72f67b8137b5d605ab795ee83944c58f2fe7b/pyne_xmas_elves-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6b9d6fc2b06a1340db863e348d3854e", "sha256": "ed2d74b2cd8f8b1937eb1ba757ebb1d6dfd0b5e80362630c954174cdb743ea9d" }, "downloads": -1, "filename": "pyne-xmas-elves-0.2.tar.gz", "has_sig": false, "md5_digest": "b6b9d6fc2b06a1340db863e348d3854e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5253, "upload_time": "2017-12-02T17:58:08", "url": "https://files.pythonhosted.org/packages/1d/9c/6f0bf215eebfb6ca40ba0374dbf66376b45d6e60acf9c1a0e4f9ee035c3c/pyne-xmas-elves-0.2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "e8acc85408085568a196dd124a4855f2", "sha256": "dba2e86ecca951cd3243f161ec1235791d1592688896bae992750350c92218ec" }, "downloads": -1, "filename": "pyne_xmas_elves-0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "e8acc85408085568a196dd124a4855f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6919, "upload_time": "2017-12-03T19:59:12", "url": "https://files.pythonhosted.org/packages/a0/33/5f21841e60890d0c311cecbec55ed4537d96cb47179bf7ed7cc0a216e921/pyne_xmas_elves-0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e3c7b64edc1985af7a3a4a195163cf9", "sha256": "faad0b9e17b21574d6b2160d6bb0fc17a77088a13edbb1896366f21ed8726b24" }, "downloads": -1, "filename": "pyne-xmas-elves-0.4.tar.gz", "has_sig": false, "md5_digest": "6e3c7b64edc1985af7a3a4a195163cf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5691, "upload_time": "2017-12-03T19:59:14", "url": "https://files.pythonhosted.org/packages/3b/52/b1feda1799a35f290f30940e635f31403fc7452fe601813133eada305b4a/pyne-xmas-elves-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "aa08d558cd50322d9e294a97489f0ff9", "sha256": "2165bd087837417932cdee64fb961bec73804388c3d7bced4df0a02340f6d431" }, "downloads": -1, "filename": "pyne_xmas_elves-0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "aa08d558cd50322d9e294a97489f0ff9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6919, "upload_time": "2017-12-03T20:37:18", "url": "https://files.pythonhosted.org/packages/fa/4d/9ec949cfe7f3317d253c5b5d5e05fe761deced57af00959ffe33149306e5/pyne_xmas_elves-0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4427021952fb8b40e30c822aec24732d", "sha256": "7593265d9671852b769e4ac876fa55cf833f5233f595d194c44e5a8d76366318" }, "downloads": -1, "filename": "pyne-xmas-elves-0.5.tar.gz", "has_sig": false, "md5_digest": "4427021952fb8b40e30c822aec24732d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5703, "upload_time": "2017-12-03T20:37:21", "url": "https://files.pythonhosted.org/packages/6f/ee/1884dd0a780d5cb37219c33e30d654fcfad3e8a797f18d37f8fcebd25c6d/pyne-xmas-elves-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "4f7ca4f572bf4ad5298fb10ac6e71d64", "sha256": "a892b950729431c2a5b0f38671161f75f3fa6984b2bdde2835d9e8513af818e2" }, "downloads": -1, "filename": "pyne_xmas_elves-0.5.1-py3.5.egg", "has_sig": false, "md5_digest": "4f7ca4f572bf4ad5298fb10ac6e71d64", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 8832, "upload_time": "2017-12-10T10:07:45", "url": "https://files.pythonhosted.org/packages/e2/a3/3ad39910d3ce9234dc422b90a58f56700a1a7e199982098b9f13e0360552/pyne_xmas_elves-0.5.1-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "4cb90d0adedd3f05935a2b34ecbb1e94", "sha256": "312e066936eec13fcef2f2e76f3a4d1931c081aa533ee49eefe6177f6db5fbfd" }, "downloads": -1, "filename": "pyne_xmas_elves-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4cb90d0adedd3f05935a2b34ecbb1e94", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6949, "upload_time": "2017-12-03T20:55:11", "url": "https://files.pythonhosted.org/packages/54/c0/6d5b29cc2ff94108e131eb2142c8a4a4a0f79a642a5873fee709b693b6e6/pyne_xmas_elves-0.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09f0c0ba0fec45eac9d514103581e02f", "sha256": "c3cd67f8eaa3d0dcc52ccfeb75ea4a46c8d1521051298dd650a9884951261acc" }, "downloads": -1, "filename": "pyne-xmas-elves-0.5.1.tar.gz", "has_sig": false, "md5_digest": "09f0c0ba0fec45eac9d514103581e02f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5696, "upload_time": "2017-12-03T20:55:13", "url": "https://files.pythonhosted.org/packages/9e/91/5e450e0150028d1f39dc41717fccdf7c037cbc5ba9405d5a3e304c8cf236/pyne-xmas-elves-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "3c8d77336f22118dd6583d8eaa02355d", "sha256": "09a95b017db163967bb35ba2aae55af8914db697c7d3d5a6b87c53a0a8915ed7" }, "downloads": -1, "filename": "pyne_xmas_elves-0.6.0-py3.5.egg", "has_sig": false, "md5_digest": "3c8d77336f22118dd6583d8eaa02355d", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 15969, "upload_time": "2017-12-10T10:07:46", "url": "https://files.pythonhosted.org/packages/ae/82/33c741eabb6d4376668a34430c6bea880880ae1ec4819d78ddf93b22773f/pyne_xmas_elves-0.6.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "c48f6ad050d7239f0993b59e5e7b706a", "sha256": "4cde26691ab19d72914c771693bd2efe8d0cdfabcd3c5f7e46b0754877b79bff" }, "downloads": -1, "filename": "pyne_xmas_elves-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c48f6ad050d7239f0993b59e5e7b706a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11149, "upload_time": "2017-12-10T10:07:35", "url": "https://files.pythonhosted.org/packages/6e/ac/1f9801c3a8fee235737c7e3801c34d3163ca8293bbb9e798710e2e69f0a1/pyne_xmas_elves-0.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "626b81e2154720e2ad33bb1a8dabaa59", "sha256": "1c80783178dfb0a0e2dedc1ec3337ed99992b1d57d6f3bb06300f1c5e6b94183" }, "downloads": -1, "filename": "pyne-xmas-elves-0.6.0.tar.gz", "has_sig": false, "md5_digest": "626b81e2154720e2ad33bb1a8dabaa59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5943, "upload_time": "2017-12-10T10:07:42", "url": "https://files.pythonhosted.org/packages/5d/6c/e19d117447efea5b15631de08d3fc8eb2f04ff435edbd4cf6d73a1ae886b/pyne-xmas-elves-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "c83cef1271b17958cdd44402d149ba17", "sha256": "84a810334eeff5a237f262bdde14c69eea20ce49deea81e18b34e9e0b54cd411" }, "downloads": -1, "filename": "pyne_xmas_elves-0.6.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c83cef1271b17958cdd44402d149ba17", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11577, "upload_time": "2017-12-10T10:10:11", "url": "https://files.pythonhosted.org/packages/51/44/7d15b45612e81b92daf625106e032ce228fbda07e85734f14df451b9a624/pyne_xmas_elves-0.6.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fe7760b8511c0fa538cadf94c966fe58", "sha256": "e93b6fd3bc56e6a7a4d4aa571df90814cfea3b578eb38428c768c4cfe1ddab98" }, "downloads": -1, "filename": "pyne-xmas-elves-0.6.1.tar.gz", "has_sig": false, "md5_digest": "fe7760b8511c0fa538cadf94c966fe58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6138, "upload_time": "2017-12-10T10:10:20", "url": "https://files.pythonhosted.org/packages/22/14/153ee89f3f32dcd49c8dc6f627aa7364bc485de3fc5591898893390f14ef/pyne-xmas-elves-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "93c94f9b662decbc727fdfdf9dd37d6b", "sha256": "bc564bd6c0f75547a3363da2bf53610df91cd53d98a9c05786f214902f568c9a" }, "downloads": -1, "filename": "pyne_xmas_elves-0.6.2-py3.5.egg", "has_sig": false, "md5_digest": "93c94f9b662decbc727fdfdf9dd37d6b", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 16362, "upload_time": "2017-12-10T11:11:58", "url": "https://files.pythonhosted.org/packages/4a/bd/cf82cc830b9f502ce7e6ff6bfef76b33f098662fe6b4202cf4ac6979dcd8/pyne_xmas_elves-0.6.2-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "7bd9420b12f2b1e59470d4fd7dbdb1a7", "sha256": "571a204011739e65535bfb27b0b5190c08e0128829083830be7fc1cc67cca73f" }, "downloads": -1, "filename": "pyne_xmas_elves-0.6.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7bd9420b12f2b1e59470d4fd7dbdb1a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11670, "upload_time": "2017-12-10T11:11:48", "url": "https://files.pythonhosted.org/packages/51/5e/80d3a5e6909718bb24f8b557896ad8c20da911c70fb5fb7ffe6b0f8ec561/pyne_xmas_elves-0.6.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a78bd1e5803bb163e5fd6ec95ee046c8", "sha256": "7a9fabdde50c2e2a8a56384b4ac2a58f4a127dd8541909a2bdf3ecc2156f0787" }, "downloads": -1, "filename": "pyne-xmas-elves-0.6.2.tar.gz", "has_sig": false, "md5_digest": "a78bd1e5803bb163e5fd6ec95ee046c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6142, "upload_time": "2017-12-10T11:11:55", "url": "https://files.pythonhosted.org/packages/bc/c4/b6161f1736136c8baa4257d6cca68c2365b6b1997b94acb65a9676c15905/pyne-xmas-elves-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "bbb20fcf0014661b1799aa765bc0e7e3", "sha256": "7974b39d07494bbb716631f137ef44e0be5f3c7345c89ca6f8cf9d6ce923dea1" }, "downloads": -1, "filename": "pyne_xmas_elves-0.6.3-py3-none-any.whl", "has_sig": false, "md5_digest": "bbb20fcf0014661b1799aa765bc0e7e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11674, "upload_time": "2017-12-10T11:21:45", "url": "https://files.pythonhosted.org/packages/f7/f1/16b1ebf331541f6870a566d7863e3025be21086b40644cdb125036417dc2/pyne_xmas_elves-0.6.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2cc4d57f33c2075dbfc067769a6bf7d1", "sha256": "29364fffa27cff68586befd3da4748501a02d3455e8319f3323f8bf55801ec20" }, "downloads": -1, "filename": "pyne-xmas-elves-0.6.3.tar.gz", "has_sig": false, "md5_digest": "2cc4d57f33c2075dbfc067769a6bf7d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6132, "upload_time": "2017-12-10T11:21:53", "url": "https://files.pythonhosted.org/packages/8e/88/b02fc8cd2362177266d7e0a6b480e82b3985a94178779755569321e26ef5/pyne-xmas-elves-0.6.3.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "ac7a2af2f4b19aad86dc646f033289f6", "sha256": "1eda0230e1266931c694563ac857070ad8bcced023bcd3cca32f3c87bd1ec956" }, "downloads": -1, "filename": "pyne_xmas_elves-0.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ac7a2af2f4b19aad86dc646f033289f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12012, "upload_time": "2017-12-10T11:34:29", "url": "https://files.pythonhosted.org/packages/90/61/f946682fa0dd6077f37632be78810561c676599cc17acba3f9ed8deb708b/pyne_xmas_elves-0.7.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "02b6cab3bc23c392421d278251ec1c91", "sha256": "73b1f50f0b4590acce71229fd4582243aae9e0b119b889904ffeb695a746cd8f" }, "downloads": -1, "filename": "pyne-xmas-elves-0.7.0.tar.gz", "has_sig": false, "md5_digest": "02b6cab3bc23c392421d278251ec1c91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6390, "upload_time": "2017-12-10T11:34:39", "url": "https://files.pythonhosted.org/packages/62/21/16f45b02e28dea8e081bed27456188a84178eb4c8ebd2a78a6f3a18b417a/pyne-xmas-elves-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "18267b94e681bcd134097fc83a15f28d", "sha256": "56e5ba15d0941d8c4c668c83510e47935af979510953049c76eb002c5ea613c3" }, "downloads": -1, "filename": "pyne_xmas_elves-0.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "18267b94e681bcd134097fc83a15f28d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12106, "upload_time": "2017-12-10T11:40:15", "url": "https://files.pythonhosted.org/packages/96/96/b268954f15782e7ce9cb5a08137aea91df7fd561918fbe1ec777dfd23af0/pyne_xmas_elves-0.7.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90b35485882efccc5e27379bfe7c0217", "sha256": "c4bccf167cf2281545f828995fef311c6c5729b635901c30e4e19cc4d1389b81" }, "downloads": -1, "filename": "pyne-xmas-elves-0.7.1.tar.gz", "has_sig": false, "md5_digest": "90b35485882efccc5e27379bfe7c0217", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6477, "upload_time": "2017-12-10T11:40:27", "url": "https://files.pythonhosted.org/packages/37/fc/cb85321f88405973e3a518a2459c48c823adc52c261d6e0e1e0792b76f60/pyne-xmas-elves-0.7.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18267b94e681bcd134097fc83a15f28d", "sha256": "56e5ba15d0941d8c4c668c83510e47935af979510953049c76eb002c5ea613c3" }, "downloads": -1, "filename": "pyne_xmas_elves-0.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "18267b94e681bcd134097fc83a15f28d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12106, "upload_time": "2017-12-10T11:40:15", "url": "https://files.pythonhosted.org/packages/96/96/b268954f15782e7ce9cb5a08137aea91df7fd561918fbe1ec777dfd23af0/pyne_xmas_elves-0.7.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90b35485882efccc5e27379bfe7c0217", "sha256": "c4bccf167cf2281545f828995fef311c6c5729b635901c30e4e19cc4d1389b81" }, "downloads": -1, "filename": "pyne-xmas-elves-0.7.1.tar.gz", "has_sig": false, "md5_digest": "90b35485882efccc5e27379bfe7c0217", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6477, "upload_time": "2017-12-10T11:40:27", "url": "https://files.pythonhosted.org/packages/37/fc/cb85321f88405973e3a518a2459c48c823adc52c261d6e0e1e0792b76f60/pyne-xmas-elves-0.7.1.tar.gz" } ] }