{ "info": { "author": "Sinan ISLEKDEMIR", "author_email": "sinan@islekdemir.com", "bugtrack_url": null, "classifiers": [], "description": "# Payton\n\n## What is Payton?\n\nPayton is a general purpose 3D programming toolkit. It is designed with the\ntheory that us, humans, we understand better by seeing things.\n\n\n* Payton is a prototyping tool. Kickstart any idea fast and easy, grow it.\n* Create tools for the next step. Create map editors, small animations, small\n algorithms or artificial intelligence for your game. Whenever you need to\n try a new idea, don't bother to create a new application with all the\n details. Payton comes with all the necessary defaults and that is what makes\n it unique. Almost everything has a pre-set.\n* Game engines and other libraries are way too complex and it takes a long time\n to start the initial playground.\n* Payton never intends to take place as a game engine or a full-featured 3D\n environment. There are already plenty of stuff for that purpose.\n* Tools programming is easy.\n* Easy to visualise what you want to achive or do what you want to do.\n* You can move forward from Payton to any other place if you like.\n\n\nWe draw 2D graphs and charts in reports and we generally understand much more\neasily when we visualise the data. But in some cases, visualising exceeds 2\ndimensions. We require to have third and even forth dimensions. (And on top of\nthose, definition of forth dimension as time can get foggy in terms of\nrelativity.)\n\nPayton gives you the ability to extend your graphics into 4 dimensions. It is not\nsoftware but a software development toolkit/library built with Python.\nThis will give users ability to read real time data from sensors, cameras or\nany other data sources in realtime and visualise them in real time. Data source\ncan be a thermometer, a random number generator, a toy car connected to a speed\nsensor, a map, a vehicle port or anything that generates time based 3D data.\nFurthermore, it can be a time based formula. As this can get too complex,\nsoftware with that complexity will probably be too hard to use and understand\nwhere Payton is designed to be as simple as it can be. So easy to program that\na newbie can kick-start it just by following the tutorials.\n\n## Features:\n\n* 3D Math Library\n* Various base geometries:\n * Cube\n * Cylinder\n * Triangular Mesh\n * Plane\n * Lines\n * Point Cloud\n * Sphere\n * Dynamic Grid\n* Clean default scene\n* Pre-defined keyboard-mouse and camera controls\n* Pre-defined environment\n* Clock system for parallel tasks and time based operations\n* Simple collision detection\n* Extendable controllers\n* Pre-defined lighting\n* Material support\n* Clickable objects and virtual planes\n* Shader support\n* 3D File formats:\n * Wavefront OBJ\n * Quake 2 MD2 with Animations\n* Mesh Generation Tools\n * Extrude Line in 3D\n * Rotate Line around an exis in 3D\n * Fill between lines\n* Mesh modifiers:\n * Merge Mesh\n * Subdivide Mesh\n* Extensive examples for every feature and more.\n\nMore information can be found in documents.\n\nClick image below for Youtube example:\n\n[![Payton ripple example](http://img.youtube.com/vi/mMorei0MXvU/0.jpg)](http://www.youtube.com/watch?v=mMorei0MXvU)\n\n\n## Install and kick-start\n\n $ pip install payton\n\nThen go ahead and create a `test.py`\n\n from payton.scene import Scene\n\n a = Scene()\n a.run()\n\nAnd thats all!\n\n### Default key mapping:\n\n- **Zoom In-Out**: Left Ctrl + Mouse Drag (up and down)\n- **Rotate**: Left Shift + Mouse Drag (left and right)\n- **ESC**: Quit Simulation\n- **C**: Change camera mode (Perspective / Orthographic)\n- **Space**: Pause scene (stop all Clocks)\n- **G**: Show/Hide Grid.\n- **W**: Display mode: Wireframe / Solid\n- **F2**: Previous observer\n- **F3**: Next observer\n\n### Mouse controls\n- L_CTRL + Mouse(Left) Drag: Zoom In-Out\n- L_SHIFT + Mouse(Left) Drag: Rotate around target\n- L_SHIFT + L_CTRL + Mouse(Left) Drag: Panning\n\n## Development\n\nSome notes on Python3:\n\nCurrently Payton is in pre-alpha, or it is just some dust cloud in the space.\nIf you want to contribue, here is what you can do:\n\nYou can generate the API documentation using:\n\n $ make docs\n\nIt should generate the documentations and open it automatically in browser.\nIf it fails to open up the browser, you'll find the docs in `docs/payton`\ndirectory\n\nI encourage you to create a virtualenv for Payton (with Python 3.5+)\n\n`virtualenv -p payton` should do the trick. If you don't have\n`virtualenv` in your path, google it!\n\nTo start fiddling with it, `python setup.py develop` will install all\nrequirements and will add `payton` to site-packages. But changes to code will\nimmediately take effect, as opposed to `install` command.\n\nTo kick start, after `python setup.py develop` run `python examples/04_clock.py`\n\nAnd once you see the white ball on the screen, hit `SPACE` from keyboard to unpause\nthe animation mode and see the projectile motion demo.\n\nAlso, `payton` library sources uses typehints, please keep using them but `examples` are free from all kind of best practices. Keep in mind that, the aim of this library is to let inexperienced people to do things. Therefore, examples are created as simple as possible. You don't have to use any lambda functions or generators or so forth there. Readability matters most at examples. _But **performance** is what we need in the core payton source!_ \n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sinanislekdemir/payton", "keywords": "", "license": "GNU GPLv3", "maintainer": "", "maintainer_email": "", "name": "Payton", "package_url": "https://pypi.org/project/Payton/", "platform": "", "project_url": "https://pypi.org/project/Payton/", "project_urls": { "Homepage": "https://github.com/sinanislekdemir/payton" }, "release_url": "https://pypi.org/project/Payton/0.0.2.34/", "requires_dist": [ "numpy", "Pillow", "PyOpenGL", "pyrr", "PySDL2", "read" ], "requires_python": ">3.7", "summary": "Payton 3D Kickstart Toolkit", "version": "0.0.2.34" }, "last_serial": 5992301, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "8bfdbe3b98bee69da0c992d02a400f67", "sha256": "68091c3e908bee848b54eca87cb59dc9e7db6fd961ad860c14e70f719e7e1d80" }, "downloads": -1, "filename": "Payton-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8bfdbe3b98bee69da0c992d02a400f67", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57738, "upload_time": "2019-07-01T15:12:39", "url": "https://files.pythonhosted.org/packages/07/01/f4c2184cd435564e272bfe548748cf01215885a3f11868be8a339187dd65/Payton-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b1a7fac691052405bacd109cb2aba68", "sha256": "ca1ae9a8b2210e559cff50e7063c8601037ecc326a020b0c5f909c3b0ab7e102" }, "downloads": -1, "filename": "Payton-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7b1a7fac691052405bacd109cb2aba68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37099, "upload_time": "2019-07-01T15:12:41", "url": "https://files.pythonhosted.org/packages/7c/22/977e94fc16060488065d146ec402a2ad604ad728392b7c5917fcf5e00a80/Payton-0.0.2.tar.gz" } ], "0.0.2.1": [ { "comment_text": "", "digests": { "md5": "815f60c90ca390b1fb06738a78a3442b", "sha256": "326bc5563eae30d192d07cd2d06d557e28c6d409d4417738c4f8dd994f9d7ac2" }, "downloads": -1, "filename": "Payton-0.0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "815f60c90ca390b1fb06738a78a3442b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57796, "upload_time": "2019-07-01T17:12:48", "url": "https://files.pythonhosted.org/packages/37/e9/c4b97b261509d75d79e21909f72e6b7b0e64e162844e67a4b82935444d80/Payton-0.0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ad84ce2b3e0fe1e5608da7bf4a8cada", "sha256": "1646151691359645409ee23f9382b085533d3310b657592005c8674016e45536" }, "downloads": -1, "filename": "Payton-0.0.2.1.tar.gz", "has_sig": false, "md5_digest": "9ad84ce2b3e0fe1e5608da7bf4a8cada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37170, "upload_time": "2019-07-01T17:12:50", "url": "https://files.pythonhosted.org/packages/75/1e/da58ebbccb63665077508ffb31e6f15559020dd076c9e23f411484fee60f/Payton-0.0.2.1.tar.gz" } ], "0.0.2.10": [ { "comment_text": "", "digests": { "md5": "689ab6e7336968281c00ef1c230e209c", "sha256": "00dff9daee7f5768121214cfa55782a3815bf449f088fe34644d0c3e3b5fb5c6" }, "downloads": -1, "filename": "Payton-0.0.2.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "689ab6e7336968281c00ef1c230e209c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58409, "upload_time": "2019-07-05T10:45:10", "url": "https://files.pythonhosted.org/packages/46/0e/77febafb7657ce4a63d838fd4caba8ae474a5390aa31fc0092497244c02e/Payton-0.0.2.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "02689f2285cf38efa60dd847b088c43a", "sha256": "6ad5fd11e343d71144022b71a17cbdab78a5f857bc88597caf967cba2c20df7b" }, "downloads": -1, "filename": "Payton-0.0.2.10.tar.gz", "has_sig": false, "md5_digest": "02689f2285cf38efa60dd847b088c43a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37809, "upload_time": "2019-07-05T10:45:11", "url": "https://files.pythonhosted.org/packages/97/ee/0b70cb61c3d30a875cd7a6a3e19ed96cc137dc07b672bc0476d54cce1eac/Payton-0.0.2.10.tar.gz" } ], "0.0.2.11": [ { "comment_text": "", "digests": { "md5": "44f7180d807e354ee4a46b7876c181a4", "sha256": "9364695e4d8091035d00a9ad00153ee29c6328c0b7c798b3f2d651bd105d072f" }, "downloads": -1, "filename": "Payton-0.0.2.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44f7180d807e354ee4a46b7876c181a4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58471, "upload_time": "2019-07-05T16:47:34", "url": "https://files.pythonhosted.org/packages/e0/85/ee488662e9c65a60e351ec52abe128edaea27bdfc7a694f059bffd6d36f0/Payton-0.0.2.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7db9d8683f1cdf93418149d4145d525", "sha256": "ba19d19331502fa09775a75e29cf0d3baa6625be9815cf194e72770736d9122f" }, "downloads": -1, "filename": "Payton-0.0.2.11.tar.gz", "has_sig": false, "md5_digest": "d7db9d8683f1cdf93418149d4145d525", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37838, "upload_time": "2019-07-05T16:47:36", "url": "https://files.pythonhosted.org/packages/46/dd/ae463767597cb5e41b292ca3b555d7cc83424d416cae37ebaace5cc1dd3c/Payton-0.0.2.11.tar.gz" } ], "0.0.2.12": [ { "comment_text": "", "digests": { "md5": "da9bddcbd7dcddb8a7899bf8586e7fb7", "sha256": "bad2982b7a5c1b8b4aa226d0eacd30297c22468d9853156029915bd5df991dac" }, "downloads": -1, "filename": "Payton-0.0.2.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "da9bddcbd7dcddb8a7899bf8586e7fb7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58947, "upload_time": "2019-07-05T20:23:52", "url": "https://files.pythonhosted.org/packages/15/d3/348de1126c541e6e3c49b1211f4450254f5eb2e2715dc8fee9af23de0a22/Payton-0.0.2.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fed366e2253d9c0f40f83eada1109af9", "sha256": "5641d64da369a08dc0c9f78e1228ce2ff43bcb9bae37f0f1d543e7f64f04eb61" }, "downloads": -1, "filename": "Payton-0.0.2.12.tar.gz", "has_sig": false, "md5_digest": "fed366e2253d9c0f40f83eada1109af9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38479, "upload_time": "2019-07-05T20:23:54", "url": "https://files.pythonhosted.org/packages/77/16/f761fd072b7d33aded5d5aa6f702ba27fe4fb08c3a384159c2b68dadaf59/Payton-0.0.2.12.tar.gz" } ], "0.0.2.13": [ { "comment_text": "", "digests": { "md5": "4ab9e3f1456628e9961b274f1e17f5d4", "sha256": "8cb224d7447d83b34edb69678307347c421dde74b61cb444481478ff6a18f5e1" }, "downloads": -1, "filename": "Payton-0.0.2.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4ab9e3f1456628e9961b274f1e17f5d4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 59218, "upload_time": "2019-07-05T20:39:46", "url": "https://files.pythonhosted.org/packages/88/c4/e3ff5fbc800c5e97a69e5cc6cc4d7ac260354e75a52aea2077beb965fb5d/Payton-0.0.2.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca96701add91b28ebea0a7615b2a40bf", "sha256": "9f0603dc0214921c4e4a9b25df5f8a2763655a4a4173b4331db1a65a86bd3abe" }, "downloads": -1, "filename": "Payton-0.0.2.13.tar.gz", "has_sig": false, "md5_digest": "ca96701add91b28ebea0a7615b2a40bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38782, "upload_time": "2019-07-05T20:39:48", "url": "https://files.pythonhosted.org/packages/15/8c/601f409c084684b6ac3d05e39521011f9f67cab4fc4d080ead83de3dd2df/Payton-0.0.2.13.tar.gz" } ], "0.0.2.14": [ { "comment_text": "", "digests": { "md5": "190a3688faacd0a42e25551eb04fac0b", "sha256": "d5f6c6629ef0ae7dfec2bcd871e55b3453a881222063e908c0106a343addd024" }, "downloads": -1, "filename": "Payton-0.0.2.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "190a3688faacd0a42e25551eb04fac0b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 59269, "upload_time": "2019-07-06T15:32:39", "url": "https://files.pythonhosted.org/packages/e7/17/ce1180e1cb992dbadeee14b7067b6db426e5aca5f2904e1e8268c3f8613c/Payton-0.0.2.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e5f72f946b454e63ac8831e414b68bfb", "sha256": "55170cc2aeb08288e795599d879b6b2fc564cc0ea6fe020cb02bf073e244bcf2" }, "downloads": -1, "filename": "Payton-0.0.2.14.tar.gz", "has_sig": false, "md5_digest": "e5f72f946b454e63ac8831e414b68bfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38806, "upload_time": "2019-07-06T15:32:40", "url": "https://files.pythonhosted.org/packages/38/51/12d33e1aac5ded7a277d5386fcf85f3b70af51efd957559fa089cad076b7/Payton-0.0.2.14.tar.gz" } ], "0.0.2.15": [ { "comment_text": "", "digests": { "md5": "ea600ebac16df29b40271a1281fe84a2", "sha256": "648b7f27244940664390dcd5846630f060c7c9c7f13d820fbe7d80977f2bfd09" }, "downloads": -1, "filename": "Payton-0.0.2.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ea600ebac16df29b40271a1281fe84a2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 59362, "upload_time": "2019-07-08T15:57:04", "url": "https://files.pythonhosted.org/packages/57/cd/e54ecc6cb1d9daf58b82c8eeb5c83902002be294d253a83c40b47eef6a4f/Payton-0.0.2.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9910849cf2f6d369298a3132708ac678", "sha256": "a553089fe13e478a096ba4e47c8d19d741c5e2af49d498a026c078fa4d928783" }, "downloads": -1, "filename": "Payton-0.0.2.15.tar.gz", "has_sig": false, "md5_digest": "9910849cf2f6d369298a3132708ac678", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38804, "upload_time": "2019-07-08T15:57:06", "url": "https://files.pythonhosted.org/packages/4f/9b/10f354857a03c8a92624db257a3ee00b86e968d4d999d549e9e164c034bb/Payton-0.0.2.15.tar.gz" } ], "0.0.2.16": [ { "comment_text": "", "digests": { "md5": "232df401403508f5c760c885477de885", "sha256": "4215c85092af3cc1ae783d138c2b18a846782c0fcd62ceab074c4b92862ca1ba" }, "downloads": -1, "filename": "Payton-0.0.2.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "232df401403508f5c760c885477de885", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 59800, "upload_time": "2019-07-08T17:37:03", "url": "https://files.pythonhosted.org/packages/85/e2/f2979c02eb1c99fc1bd69c9dcfcb342c86b3644a8d9bd220e140c7582040/Payton-0.0.2.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb72cf6695c908c9ec53d70359822cdc", "sha256": "fb3ecd062022a532a8cfc88706d1100dcc5be812f11c91649361a65b636281e3" }, "downloads": -1, "filename": "Payton-0.0.2.16.tar.gz", "has_sig": false, "md5_digest": "bb72cf6695c908c9ec53d70359822cdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39204, "upload_time": "2019-07-08T17:37:05", "url": "https://files.pythonhosted.org/packages/26/c8/87cbe0b6118fe6ff94c4595c5aecec96893e7de00db0ac889ac5ca4a5f5a/Payton-0.0.2.16.tar.gz" } ], "0.0.2.17": [ { "comment_text": "", "digests": { "md5": "40b91a8aebbc7f65a37ab5b9c13d56be", "sha256": "518824a115d4aee10183e7c68183d4b757aca9dace4873119ddab88d628662b4" }, "downloads": -1, "filename": "Payton-0.0.2.17-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "40b91a8aebbc7f65a37ab5b9c13d56be", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 59909, "upload_time": "2019-07-09T20:53:12", "url": "https://files.pythonhosted.org/packages/97/6e/fd21f3e9c39749fea7ea3c1916787b598aab7016ff9799387e17e6498fca/Payton-0.0.2.17-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08c238b481572b5e70f1203221a122b0", "sha256": "8914a6e4bbb54e86d05c266989c04c5d1bdca6fbad5e0a54eea9d6aa9d4b8949" }, "downloads": -1, "filename": "Payton-0.0.2.17.tar.gz", "has_sig": false, "md5_digest": "08c238b481572b5e70f1203221a122b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39247, "upload_time": "2019-07-09T20:53:13", "url": "https://files.pythonhosted.org/packages/7a/20/848c6d35e050df275e6626bd1ae10e37ac0a85ed0270e4c6827dd361d2d8/Payton-0.0.2.17.tar.gz" } ], "0.0.2.18": [ { "comment_text": "", "digests": { "md5": "4e6119c55d42af73b597ee6e92d04737", "sha256": "573810e1db207c161113b9dd83464b9d4d8534bd711faec08e1b4d46667f3363" }, "downloads": -1, "filename": "Payton-0.0.2.18-py3-none-any.whl", "has_sig": false, "md5_digest": "4e6119c55d42af73b597ee6e92d04737", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 60668, "upload_time": "2019-07-17T17:56:35", "url": "https://files.pythonhosted.org/packages/33/0e/1440ea1fc56f3a443647c873e5abfa1d176288a994a3e12f8dcf2f9e59d5/Payton-0.0.2.18-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8ff11a057cb5b25b5268ed85538f8ba", "sha256": "276f666b39350d553073df196825723812bcd3719d3ca949248b54a7ff7e4c8d" }, "downloads": -1, "filename": "Payton-0.0.2.18.tar.gz", "has_sig": false, "md5_digest": "c8ff11a057cb5b25b5268ed85538f8ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40004, "upload_time": "2019-07-17T17:56:37", "url": "https://files.pythonhosted.org/packages/7d/46/db29cf6cc96c3c59e602102699c1b2f6ded199913ebc86ad743b67906fe8/Payton-0.0.2.18.tar.gz" } ], "0.0.2.19": [ { "comment_text": "", "digests": { "md5": "061d0c92390d0647c0a024e64bdf2719", "sha256": "34ef07bb6266e21031272f1c4dcaf92b55108b07457a74b9bdc708957d11dfed" }, "downloads": -1, "filename": "Payton-0.0.2.19-py3-none-any.whl", "has_sig": false, "md5_digest": "061d0c92390d0647c0a024e64bdf2719", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67575, "upload_time": "2019-07-19T15:22:42", "url": "https://files.pythonhosted.org/packages/4a/11/680d5efc262a506b0cf7879caf690063b64f451160e9f570f4689ed567bc/Payton-0.0.2.19-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a85edba3dd6444b043f00f4dc6d6617", "sha256": "bdabbf7d5fe5ba9a0141d2f2b42213f7f869f33ee68856e368dc0e82a8956e79" }, "downloads": -1, "filename": "Payton-0.0.2.19.tar.gz", "has_sig": false, "md5_digest": "2a85edba3dd6444b043f00f4dc6d6617", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42797, "upload_time": "2019-07-19T15:22:44", "url": "https://files.pythonhosted.org/packages/1c/3e/075f96112cc91ed730de7af92b0d08aded25dc8006ab668f0995d5e0808d/Payton-0.0.2.19.tar.gz" } ], "0.0.2.20": [ { "comment_text": "", "digests": { "md5": "79732a2362fa0edb0ccfecd7b92afa25", "sha256": "a514e01e906814b4f46a89e3f40cb22bf664d9f677bf988afd9eee4d8aee3a11" }, "downloads": -1, "filename": "Payton-0.0.2.20-py3-none-any.whl", "has_sig": false, "md5_digest": "79732a2362fa0edb0ccfecd7b92afa25", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68212, "upload_time": "2019-07-19T18:10:38", "url": "https://files.pythonhosted.org/packages/ad/e9/5acf7f48fa13c6ac3c79d6dbe8fe530ef244c106ca65597c816d53a11786/Payton-0.0.2.20-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cfc12098130fc477c055de07135cff1e", "sha256": "f70e6c93d7a7c8ae4f710b6b1f255ceccecfa4cde7f281273365981e7ec0a80d" }, "downloads": -1, "filename": "Payton-0.0.2.20.tar.gz", "has_sig": false, "md5_digest": "cfc12098130fc477c055de07135cff1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43490, "upload_time": "2019-07-19T18:10:40", "url": "https://files.pythonhosted.org/packages/50/76/4f04f1feb5c1199806a0faa07ff95d51844e5c90af6cd5ca7b15e2dcd58d/Payton-0.0.2.20.tar.gz" } ], "0.0.2.21": [ { "comment_text": "", "digests": { "md5": "77d81965466ff6e5bc1cbac9e06e0cce", "sha256": "c94a8b10bc0ea4d224d04320ff30034dab258ca730dec3df7c77b29f07155a0a" }, "downloads": -1, "filename": "Payton-0.0.2.21-py3-none-any.whl", "has_sig": false, "md5_digest": "77d81965466ff6e5bc1cbac9e06e0cce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68217, "upload_time": "2019-07-19T20:18:38", "url": "https://files.pythonhosted.org/packages/73/f6/3520f75dfbe98ab9fd8e19cf85f14f666f3011dcbd7629bfb8dcbeb24e42/Payton-0.0.2.21-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2727e58e83e8049c6cc11975cc1f9e0b", "sha256": "9327d416fd64059509c413828d2abebf1175c644eaf9b9fe1407563657467f0d" }, "downloads": -1, "filename": "Payton-0.0.2.21.tar.gz", "has_sig": false, "md5_digest": "2727e58e83e8049c6cc11975cc1f9e0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43502, "upload_time": "2019-07-19T20:18:41", "url": "https://files.pythonhosted.org/packages/35/ff/f0cb188c639cc8beb6878a487745a91d61bccf1af4d83bfb8274ce808f40/Payton-0.0.2.21.tar.gz" } ], "0.0.2.22": [ { "comment_text": "", "digests": { "md5": "56df8c223e71a6b99c45a99f0c8f4ba4", "sha256": "2ced5eb930228289f78493a03ded05c83f2490c7e25ce2b3cc65a5c1df6a0541" }, "downloads": -1, "filename": "Payton-0.0.2.22-py3-none-any.whl", "has_sig": false, "md5_digest": "56df8c223e71a6b99c45a99f0c8f4ba4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68574, "upload_time": "2019-07-23T09:47:28", "url": "https://files.pythonhosted.org/packages/1f/1b/9ab58c2b235f9c3a4609dd859f969445093cb1dae79dd0b8d669748c5336/Payton-0.0.2.22-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "757b96d83fe7d0827f95138d06e31bbf", "sha256": "6001055f18db3c2a56536a60ae763aa61acb1310f30b8aaf6421afe8351122a6" }, "downloads": -1, "filename": "Payton-0.0.2.22.tar.gz", "has_sig": false, "md5_digest": "757b96d83fe7d0827f95138d06e31bbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44003, "upload_time": "2019-07-23T09:47:29", "url": "https://files.pythonhosted.org/packages/20/87/fa459b06f49d380dcb9159af7f6aa3c66fa0318c8eed55aeaca00b41d86d/Payton-0.0.2.22.tar.gz" } ], "0.0.2.23": [ { "comment_text": "", "digests": { "md5": "61c8de7e83ad1469fe9da5887078c37d", "sha256": "6cc5195e2b3eb89bda5961deb06525d33551f029622fedd69142ae32d964fd08" }, "downloads": -1, "filename": "Payton-0.0.2.23-py3-none-any.whl", "has_sig": false, "md5_digest": "61c8de7e83ad1469fe9da5887078c37d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68504, "upload_time": "2019-07-23T20:13:32", "url": "https://files.pythonhosted.org/packages/fe/5f/994708f7700104aaffdcb2568c5b9fe7deeaa0b6aa59bd8a6667f2137058/Payton-0.0.2.23-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cbedd8d3539482d0aa45ca77ba1d144e", "sha256": "97ae1e45f7d8a322f5d7fdc4415675eca1b8881f1a6c9e76f9dc36199d1f1ef1" }, "downloads": -1, "filename": "Payton-0.0.2.23.tar.gz", "has_sig": false, "md5_digest": "cbedd8d3539482d0aa45ca77ba1d144e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43920, "upload_time": "2019-07-23T20:13:33", "url": "https://files.pythonhosted.org/packages/73/6c/b048b21eca42542d1ec569071745821365362bf170d25fff871ca6ad9e8a/Payton-0.0.2.23.tar.gz" } ], "0.0.2.24": [ { "comment_text": "", "digests": { "md5": "dd00f02c93f6a2a817eff40a07dfe4e3", "sha256": "35cca7eebe3f26f16e0c03d67c1791cfcfdf21d623da038aee0e3b6d850a1b0f" }, "downloads": -1, "filename": "Payton-0.0.2.24-py3-none-any.whl", "has_sig": false, "md5_digest": "dd00f02c93f6a2a817eff40a07dfe4e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68726, "upload_time": "2019-08-02T10:06:40", "url": "https://files.pythonhosted.org/packages/9e/27/1b5bcf787f561f7e004218c6203424cdb282e0da16ec0d71a4de3cb24b34/Payton-0.0.2.24-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59f1540ebd31fcc020961d255c67db0f", "sha256": "15030d72339a8710e5409cdbc78a9ed9f50190bc1c4dbcfa52dc1acd95e2572d" }, "downloads": -1, "filename": "Payton-0.0.2.24.tar.gz", "has_sig": false, "md5_digest": "59f1540ebd31fcc020961d255c67db0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44133, "upload_time": "2019-08-02T10:06:42", "url": "https://files.pythonhosted.org/packages/24/47/08f009d8ef37d6a6438ed7ca77404619c7e7881e5aa11e9ac7ce4c5ac527/Payton-0.0.2.24.tar.gz" } ], "0.0.2.25": [ { "comment_text": "", "digests": { "md5": "a73ef62b332313547d441407c4a190f7", "sha256": "c03be63c3766a1432113fb9d73311d6b219a6824fa8431d8ce109dc8015c6d05" }, "downloads": -1, "filename": "Payton-0.0.2.25-py3-none-any.whl", "has_sig": false, "md5_digest": "a73ef62b332313547d441407c4a190f7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68736, "upload_time": "2019-08-07T18:38:16", "url": "https://files.pythonhosted.org/packages/70/d5/42ab2547cfb8a2817c0be25b2d23f652f804146ba464689c60b57bec6976/Payton-0.0.2.25-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc88d162044d9fd35dd4fe5b0bc10ec4", "sha256": "993a2122d6fc1aaa7f6feea79f844343802a7c5513a48034eaaf20e798c684b1" }, "downloads": -1, "filename": "Payton-0.0.2.25.tar.gz", "has_sig": false, "md5_digest": "fc88d162044d9fd35dd4fe5b0bc10ec4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44154, "upload_time": "2019-08-07T18:38:18", "url": "https://files.pythonhosted.org/packages/3a/c6/71cc5e7493938475e7ed29a50255632414d33b28b59cbca445e18298226f/Payton-0.0.2.25.tar.gz" } ], "0.0.2.26": [ { "comment_text": "", "digests": { "md5": "b43526f48088829939f80fd141981270", "sha256": "ac74180cad16e507836a2461f5c031725389e3b2bc26180e8f35d655f26a688b" }, "downloads": -1, "filename": "Payton-0.0.2.26-py3-none-any.whl", "has_sig": false, "md5_digest": "b43526f48088829939f80fd141981270", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 69036, "upload_time": "2019-08-09T20:24:02", "url": "https://files.pythonhosted.org/packages/d8/93/9e2df9c2ed2bf7deb76c33162e5dca28caa58fbf7a2f70330a3513f0863e/Payton-0.0.2.26-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b044b1814fba72cf003764f1439129f", "sha256": "58c93101f591fd78e776b621cdecc23fd378b46296e6c22de464a7926458f6e2" }, "downloads": -1, "filename": "Payton-0.0.2.26.tar.gz", "has_sig": false, "md5_digest": "7b044b1814fba72cf003764f1439129f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44464, "upload_time": "2019-08-09T20:24:04", "url": "https://files.pythonhosted.org/packages/39/27/0b8a81cf7cc591b195ebefc0600cd29b17e5ccc3140d62182ee06e612081/Payton-0.0.2.26.tar.gz" } ], "0.0.2.27": [ { "comment_text": "", "digests": { "md5": "1dbfe5f9fde1a5c7fbc93e77e0074d70", "sha256": "1e20662aaaeafb9d720d84061ded7fc6b749a6a76103bf5efe2698e95fc7f628" }, "downloads": -1, "filename": "Payton-0.0.2.27-py3-none-any.whl", "has_sig": false, "md5_digest": "1dbfe5f9fde1a5c7fbc93e77e0074d70", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 69826, "upload_time": "2019-08-22T21:11:02", "url": "https://files.pythonhosted.org/packages/2c/61/d6cd7a163e71832daad672c7f4bf208eba4bf079d8a12962a6afe78d322f/Payton-0.0.2.27-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52c2e0701878bdf80984a34e634badca", "sha256": "620705961ba178893981782d6fc67b0d682f30a8f98b940728c2d1b14b083ee7" }, "downloads": -1, "filename": "Payton-0.0.2.27.tar.gz", "has_sig": false, "md5_digest": "52c2e0701878bdf80984a34e634badca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45190, "upload_time": "2019-08-22T21:11:04", "url": "https://files.pythonhosted.org/packages/f7/cc/ef5e0922ebeccd8861d5a0513f593d991810e6a1988269ebdacc266288f4/Payton-0.0.2.27.tar.gz" } ], "0.0.2.28": [ { "comment_text": "", "digests": { "md5": "93d78cc633ff11ecaed0689f533d164f", "sha256": "d4eb9e8c1eb44b88555945713efe3340d6e2421bcbec779d974d7e440b06bf13" }, "downloads": -1, "filename": "Payton-0.0.2.28-py3-none-any.whl", "has_sig": false, "md5_digest": "93d78cc633ff11ecaed0689f533d164f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 70769, "upload_time": "2019-09-07T11:00:41", "url": "https://files.pythonhosted.org/packages/9e/15/168c53b8350d215f793a899e184b4a0b49b735eae5bfbf2123e98f890c3e/Payton-0.0.2.28-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce580352de628ab223aeb4e504e35579", "sha256": "260815647c44c2003c901a9785d7b71ec4d6ea7e1adde5dc17f228bb7c53359f" }, "downloads": -1, "filename": "Payton-0.0.2.28.tar.gz", "has_sig": false, "md5_digest": "ce580352de628ab223aeb4e504e35579", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46005, "upload_time": "2019-09-07T11:00:43", "url": "https://files.pythonhosted.org/packages/93/47/a5414928e1dd10ed8498c30940f7cfed9d9ebe7a16171f9e5d762a2d246e/Payton-0.0.2.28.tar.gz" } ], "0.0.2.29": [ { "comment_text": "", "digests": { "md5": "42866893d34b67c2f776cb634424ec9a", "sha256": "ee5a93662a8058e34c22e8cb0d1eac82e08ffbcc335ad42fbc03dc7b8cbdda33" }, "downloads": -1, "filename": "Payton-0.0.2.29-py3-none-any.whl", "has_sig": false, "md5_digest": "42866893d34b67c2f776cb634424ec9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 70876, "upload_time": "2019-09-07T19:52:42", "url": "https://files.pythonhosted.org/packages/96/08/21441913269016673d7aa0005bf16af46b8caee84ae787da6df2978e6b09/Payton-0.0.2.29-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "896b3f7c2d773f057bbe4afde56f056d", "sha256": "74ecb146d427f43ddb54f856425f631acc538b3de8d69b1f1344989fb9883bde" }, "downloads": -1, "filename": "Payton-0.0.2.29.tar.gz", "has_sig": false, "md5_digest": "896b3f7c2d773f057bbe4afde56f056d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46054, "upload_time": "2019-09-07T19:52:45", "url": "https://files.pythonhosted.org/packages/fc/26/f9c89c902d6d6a6ec4c8cecfafd47013e8f1350fda497d719ea3d7e10be4/Payton-0.0.2.29.tar.gz" } ], "0.0.2.3": [ { "comment_text": "", "digests": { "md5": "e4f818e3cc91b11982a3313e7ff34495", "sha256": "1a89cb675ef37089f2b9cca81108babe4067a3a89931e5f350896f660ac3974b" }, "downloads": -1, "filename": "Payton-0.0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e4f818e3cc91b11982a3313e7ff34495", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58019, "upload_time": "2019-07-02T06:28:39", "url": "https://files.pythonhosted.org/packages/84/54/0befab0bfd740f1933f7ba6948aae02b1b890570d8892f4ca5f06c52ddd9/Payton-0.0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "269ff108327a9f6362cbb52adcf21385", "sha256": "b809eb49d8e9c536cfb8d141a2cc1e2f55b0c9d1d89c5d4a9497ca20408f8beb" }, "downloads": -1, "filename": "Payton-0.0.2.3.tar.gz", "has_sig": false, "md5_digest": "269ff108327a9f6362cbb52adcf21385", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37395, "upload_time": "2019-07-02T06:28:41", "url": "https://files.pythonhosted.org/packages/28/74/2dbfa6d8f13589e3f140646441d1f615d372bc52c5cd1f8e906c984436e2/Payton-0.0.2.3.tar.gz" } ], "0.0.2.30": [ { "comment_text": "", "digests": { "md5": "7d25b3574a0fbab52b3bcf0409d49268", "sha256": "578cf9d220873d50f1fd59038fbf71edc48a7f75bd04ad10993a9c68cc01a570" }, "downloads": -1, "filename": "Payton-0.0.2.30-py3-none-any.whl", "has_sig": false, "md5_digest": "7d25b3574a0fbab52b3bcf0409d49268", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 71193, "upload_time": "2019-09-10T20:45:49", "url": "https://files.pythonhosted.org/packages/8b/58/2347099e142dec84da66edb2e4642c8611d15eca83a93edfb19c0bed235d/Payton-0.0.2.30-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "316048f7116680c4eda4ca9f603f9bb0", "sha256": "054b9557934f4f3dfe2b950eb16e538f710116f51133cd087921d538e98b2982" }, "downloads": -1, "filename": "Payton-0.0.2.30.tar.gz", "has_sig": false, "md5_digest": "316048f7116680c4eda4ca9f603f9bb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46345, "upload_time": "2019-09-10T20:45:51", "url": "https://files.pythonhosted.org/packages/15/d0/5e1c87f00e4185ff21874e7137ae5389e5b3cfd6dfdc0e28ae75067d58f6/Payton-0.0.2.30.tar.gz" } ], "0.0.2.31": [ { "comment_text": "", "digests": { "md5": "01ca6d53d9024378b6c8e25ce02d3ed6", "sha256": "9b31fc0dfcd4db1e92423f043c4aca1bd73ca8c7129023a8b08245b26f6cd7b9" }, "downloads": -1, "filename": "Payton-0.0.2.31-py3-none-any.whl", "has_sig": false, "md5_digest": "01ca6d53d9024378b6c8e25ce02d3ed6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74999, "upload_time": "2019-10-08T07:29:56", "url": "https://files.pythonhosted.org/packages/eb/fa/acb62d9fbabbde919cc023afbc4eb9e7ac5ea0f9faf96da4a5c809d114ad/Payton-0.0.2.31-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7a68bbc31e43221e5f56c0bbc1be75f", "sha256": "c6db910913c392621d3e9e5fbc7989515f560119db8b56ec11eef567e80282c1" }, "downloads": -1, "filename": "Payton-0.0.2.31.tar.gz", "has_sig": false, "md5_digest": "d7a68bbc31e43221e5f56c0bbc1be75f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49652, "upload_time": "2019-10-08T07:29:58", "url": "https://files.pythonhosted.org/packages/c5/14/5995fe7025c124b16e816654333f52dc79d160785cd1209410d2867e3760/Payton-0.0.2.31.tar.gz" } ], "0.0.2.32": [ { "comment_text": "", "digests": { "md5": "821c4f859a86915c21dc058eb7edb3e2", "sha256": "3524fa62d05bee9f0fc78ec5726d088cf10b7751b2d1498452f7a7706fe7f61a" }, "downloads": -1, "filename": "Payton-0.0.2.32-py3-none-any.whl", "has_sig": false, "md5_digest": "821c4f859a86915c21dc058eb7edb3e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 75017, "upload_time": "2019-10-08T18:58:34", "url": "https://files.pythonhosted.org/packages/b8/c2/ceeb048efdd80e7e0f96c08ef9ccb7bb003c7c921610f2f40b54be27172d/Payton-0.0.2.32-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf0304997cbae42908e0ba5664b818a1", "sha256": "793a30ca9421831754858bb05338e849ece9f8d4c7ef13e211312b77b479f574" }, "downloads": -1, "filename": "Payton-0.0.2.32.tar.gz", "has_sig": false, "md5_digest": "cf0304997cbae42908e0ba5664b818a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49547, "upload_time": "2019-10-08T18:58:37", "url": "https://files.pythonhosted.org/packages/4d/f6/8bc5c25436468d369b7e2bcc850c3396ca45178202554698d0a303f48168/Payton-0.0.2.32.tar.gz" } ], "0.0.2.33": [ { "comment_text": "", "digests": { "md5": "f7611f8318465b29ba416d818f632cad", "sha256": "ea51974f164558537f04000d4ef7b8489053f662d3de46dd9b672a8b037570ba" }, "downloads": -1, "filename": "Payton-0.0.2.33-py3-none-any.whl", "has_sig": false, "md5_digest": "f7611f8318465b29ba416d818f632cad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.7", "size": 75561, "upload_time": "2019-10-11T13:17:27", "url": "https://files.pythonhosted.org/packages/e5/1a/6a4283bdcb8ed7ebc4a79d62f0e7da1efabd22530d436b9b890a65ef9576/Payton-0.0.2.33-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0c2112eb1e2b817708d8b53c4522c8b", "sha256": "3682248c5f554c2388033636d9c625526d69835373289ec6f229ef613a6a7c51" }, "downloads": -1, "filename": "Payton-0.0.2.33.tar.gz", "has_sig": false, "md5_digest": "f0c2112eb1e2b817708d8b53c4522c8b", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.7", "size": 50086, "upload_time": "2019-10-11T13:17:29", "url": "https://files.pythonhosted.org/packages/62/d4/95d355023d69e225d825f837d34a26151164ff1809cb37421468490d0f46/Payton-0.0.2.33.tar.gz" } ], "0.0.2.34": [ { "comment_text": "", "digests": { "md5": "4144f21e606d0afe8a437c0a221544cb", "sha256": "b821ec00d97576d83e7fe7843e267e8d4efc5767d98f769f8c60909311e1f862" }, "downloads": -1, "filename": "Payton-0.0.2.34-py3-none-any.whl", "has_sig": false, "md5_digest": "4144f21e606d0afe8a437c0a221544cb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.7", "size": 77808, "upload_time": "2019-10-17T20:53:52", "url": "https://files.pythonhosted.org/packages/54/ab/3b99f0d41f17ef219942d8bfd7911dd4be7f902e5b09c40ea03cce227118/Payton-0.0.2.34-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e5dbe57a7d31cd77b5eda79d10870988", "sha256": "71376261038a42a5009dda3a5306e91206b70437dc8894f9e54d85b0da51404f" }, "downloads": -1, "filename": "Payton-0.0.2.34.tar.gz", "has_sig": false, "md5_digest": "e5dbe57a7d31cd77b5eda79d10870988", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.7", "size": 52316, "upload_time": "2019-10-17T20:53:54", "url": "https://files.pythonhosted.org/packages/47/7d/4994d939fb6b0cf0bb1af9e8106951a6c43dbbbaf36d577123d9a8e8d393/Payton-0.0.2.34.tar.gz" } ], "0.0.2.4": [ { "comment_text": "", "digests": { "md5": "9557913a0c3bf9cf4be03029e00bdbbb", "sha256": "7a81f994107a5e60f63c488b67a08c4dc420f5b290f020996de2f1041834b8d9" }, "downloads": -1, "filename": "Payton-0.0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9557913a0c3bf9cf4be03029e00bdbbb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58257, "upload_time": "2019-07-03T19:47:14", "url": "https://files.pythonhosted.org/packages/1a/64/4916c086795fc3ea8ba74548fddf88d1bd4fe14ae2c574884bbc9893ffc0/Payton-0.0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abd2d0808674d2f92362d3894d14f778", "sha256": "84e2d31e26b149af5a91ed607aadd180479f4812aad07922d793da031803eedf" }, "downloads": -1, "filename": "Payton-0.0.2.4.tar.gz", "has_sig": false, "md5_digest": "abd2d0808674d2f92362d3894d14f778", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37663, "upload_time": "2019-07-03T19:47:16", "url": "https://files.pythonhosted.org/packages/65/92/36a79d435c4e1b6c6b933d85d081856df48fd5c47d125493055b47c3060b/Payton-0.0.2.4.tar.gz" } ], "0.0.2.5": [ { "comment_text": "", "digests": { "md5": "8055cdb36029371561524d5d2f54867c", "sha256": "2c0d1cd0d3fe622d2742f96107a2a3356728ebdc2ecb18b76e81d19d8fefdaa5" }, "downloads": -1, "filename": "Payton-0.0.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8055cdb36029371561524d5d2f54867c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58282, "upload_time": "2019-07-04T06:45:49", "url": "https://files.pythonhosted.org/packages/ef/d8/04c3da3c8c2c95309a90afbce5faf5bb6ff0fe6058c43ab658e15bbf53c3/Payton-0.0.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d32dbbc80ec7c037ce9aa4ead15e14a3", "sha256": "4ca36db19dd5d8a31b556141ee4d7100568621422140c9a301d78f926ce30fc7" }, "downloads": -1, "filename": "Payton-0.0.2.5.tar.gz", "has_sig": false, "md5_digest": "d32dbbc80ec7c037ce9aa4ead15e14a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37694, "upload_time": "2019-07-04T06:45:51", "url": "https://files.pythonhosted.org/packages/38/72/ad9d02e3b3e29ee54af9adc9574171aa2c4829350b1dfc14cdc21fe5d000/Payton-0.0.2.5.tar.gz" } ], "0.0.2.6": [ { "comment_text": "", "digests": { "md5": "b72d5e8ec7551d736756ddcfdef8c642", "sha256": "2701209d9490c2c0716d4a0680880b15f624e58913bb7b4da1402fdeee40d0d0" }, "downloads": -1, "filename": "Payton-0.0.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b72d5e8ec7551d736756ddcfdef8c642", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58292, "upload_time": "2019-07-04T16:46:24", "url": "https://files.pythonhosted.org/packages/03/84/f6a259b6c4399ed84484315eac937bcfefcb0bd0622c1e2cce7b84d235e9/Payton-0.0.2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "04ba49124310bd43ba4c83dfb0b5987b", "sha256": "2f72866da4cf0153d2df6c95525938eda1cb3a6c860f2726761db81f5abdae8b" }, "downloads": -1, "filename": "Payton-0.0.2.6.tar.gz", "has_sig": false, "md5_digest": "04ba49124310bd43ba4c83dfb0b5987b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37708, "upload_time": "2019-07-04T16:46:26", "url": "https://files.pythonhosted.org/packages/2c/e0/a963c8c56ace37b61e6aac615ad6afff054cf8756c2b93b5c195476a71d9/Payton-0.0.2.6.tar.gz" } ], "0.0.2.7": [ { "comment_text": "", "digests": { "md5": "3b089def6ce1020d0128b3fb2d924e40", "sha256": "62289bce4cfa26c7a8e29bc0760c77014bca5fb68aa48703003f9b8ab22d7e26" }, "downloads": -1, "filename": "Payton-0.0.2.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3b089def6ce1020d0128b3fb2d924e40", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58300, "upload_time": "2019-07-04T18:06:14", "url": "https://files.pythonhosted.org/packages/f9/0f/a644b17cf9af5911597688298d321029cd0e6dc6b48482c62e41b4dd211e/Payton-0.0.2.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd100402ebf1214bec825fe6315b0128", "sha256": "bd7df53b9a0979f8b99b3b3d0c8e5764d22e1379ab83cad3ca4161927eb6aaee" }, "downloads": -1, "filename": "Payton-0.0.2.7.tar.gz", "has_sig": false, "md5_digest": "dd100402ebf1214bec825fe6315b0128", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37702, "upload_time": "2019-07-04T18:06:16", "url": "https://files.pythonhosted.org/packages/7b/7b/cfad5ef36a25688f42ab9ea19111ac64c8dcd7e000ea519db8de8ecb1e58/Payton-0.0.2.7.tar.gz" } ], "0.0.2.8": [ { "comment_text": "", "digests": { "md5": "17a3132871604266e341522ab58c33ab", "sha256": "a52373b7b973972fe28b932c3d6a42ad75b2721a1a270684d184dbed395487b7" }, "downloads": -1, "filename": "Payton-0.0.2.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17a3132871604266e341522ab58c33ab", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58464, "upload_time": "2019-07-05T06:04:51", "url": "https://files.pythonhosted.org/packages/1a/0e/2b15af1c048ddcad4f165226e8e25c18ec56079cf63c6e215fb681e5f61b/Payton-0.0.2.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0c06721dd4a7db20a8f8e7fd4730d26d", "sha256": "ec0af04c9d4262fb7c632ff04e96233ee4bcf7f800b59b212dc7b069f81c95d1" }, "downloads": -1, "filename": "Payton-0.0.2.8.tar.gz", "has_sig": false, "md5_digest": "0c06721dd4a7db20a8f8e7fd4730d26d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37863, "upload_time": "2019-07-05T06:04:53", "url": "https://files.pythonhosted.org/packages/bc/66/8c7dee7c0f4683e24761011ab47f3dd2e8037c04c9a882a8738823b0cdf8/Payton-0.0.2.8.tar.gz" } ], "0.0.2.9": [ { "comment_text": "", "digests": { "md5": "683be166d9863bd098d9518a379c69cf", "sha256": "abcdc9646c26b449b5b260613d5c4107b4af74df5a3cbddc48ac87bac76cabf4" }, "downloads": -1, "filename": "Payton-0.0.2.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "683be166d9863bd098d9518a379c69cf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58434, "upload_time": "2019-07-05T06:06:26", "url": "https://files.pythonhosted.org/packages/3f/50/99b384b85d7a0f1626a1388497946eb8e385bcb1cf93c23c42597bb5bc81/Payton-0.0.2.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "19cf9a074d82975b968ddb9120b67835", "sha256": "5a313158e6a047dd43d2e062c134c571dcd744a137e1512d02260056c5f3d985" }, "downloads": -1, "filename": "Payton-0.0.2.9.tar.gz", "has_sig": false, "md5_digest": "19cf9a074d82975b968ddb9120b67835", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37839, "upload_time": "2019-07-05T06:06:28", "url": "https://files.pythonhosted.org/packages/11/5f/0ec32f57103b3e16db8c9afc64bbe1c75540365996a1cb83a6eb6634a043/Payton-0.0.2.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4144f21e606d0afe8a437c0a221544cb", "sha256": "b821ec00d97576d83e7fe7843e267e8d4efc5767d98f769f8c60909311e1f862" }, "downloads": -1, "filename": "Payton-0.0.2.34-py3-none-any.whl", "has_sig": false, "md5_digest": "4144f21e606d0afe8a437c0a221544cb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.7", "size": 77808, "upload_time": "2019-10-17T20:53:52", "url": "https://files.pythonhosted.org/packages/54/ab/3b99f0d41f17ef219942d8bfd7911dd4be7f902e5b09c40ea03cce227118/Payton-0.0.2.34-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e5dbe57a7d31cd77b5eda79d10870988", "sha256": "71376261038a42a5009dda3a5306e91206b70437dc8894f9e54d85b0da51404f" }, "downloads": -1, "filename": "Payton-0.0.2.34.tar.gz", "has_sig": false, "md5_digest": "e5dbe57a7d31cd77b5eda79d10870988", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.7", "size": 52316, "upload_time": "2019-10-17T20:53:54", "url": "https://files.pythonhosted.org/packages/47/7d/4994d939fb6b0cf0bb1af9e8106951a6c43dbbbaf36d577123d9a8e8d393/Payton-0.0.2.34.tar.gz" } ] }