{ "info": { "author": "Thomas McDermott", "author_email": "Thomas.McDermott@PNNL.gov", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering" ], "description": "============\nIntroduction\n============\n\nTransactive Energy Simulation Platform (TESP) simulates \nthe electric power distribution grid with transactive control\nof loads and resources. Current features include:\n\n* GridLAB-D_ for the distribution system and residential loads\n* EnergyPlus_ for large buildings\n* MATPOWER_ or PYPOWER_ for the bulk power systems\n* Bindings for transactive agents in Python_, Java or C++\n\nThe goal of TESP_ is that researchers can focus their work\non the last item, to push advances in the field.\n\nInstallation\n============\n\ntesp_support can be installed using pip_::\n\n $ pip install tesp_support\n\nHowever, in order to be useful, tesp_support needs custom versions of \nGridLAB-D and EnergyPlus. It also requires Python 3.6 or later, with \nNumPy_, SciPy_, NetworkX_, Matplotlib_ and PYPOWER_. There are \ncross-platform installers of the complete TESP for Windows, Linux and Mac \nOS X on GitHub. A Docker_ version is also available for users. \n\nDevelopment Work Flow for tesp_support\n======================================\n\n* From this directory, 'pip install -e .' points Python to this cloned repository for any calls to tesp_support functions\n* See the https://github.com/pnnl/tesp/tree/master/src/tesp_support/tesp_support for a roadmap of existing Python source files, and some documentation. Any changes or additions to the code need to be made in this directory. \n* Run tests from any other directory on this computer\n* When ready, edit the tesp_support version number and dependencies in setup.py\n* To deploy, 'python setup.py sdist upload' \n* Any user gets the changes with 'pip install tesp_support --upgrade'\n* Use 'pip show tesp_support' to verify the version and location on your computer\n\nUsing TESP\n==========\n\nThis is a developer's platform for electric power grid research. See \nhttp://tesp.readthedocs.io/en/latest/ for user instructions, and \nhttp://github.com/pnnl/tesp for source code. \n\nLinks to Dependencies\n=====================\n\n* Docker_\n* EnergyPlus_\n* GridLAB-D_\n* Matplotlib_\n* MATPOWER_\n* NetworkX_\n* NumPy_\n* Pandas_\n* pip_\n* PYPOWER_\n* Python_\n* SciPy_\n* TESP_\n\nSubdirectories\n==============\n\n- *tesp_support*; Python code for agents, configuration and post-processing.\n- *test*; scripts that support testing the package; not automated.\n\nLicense & Copyright\n===================\n\n- Copyright (C) 2017-2019 Battelle Memorial Institute\n\n.. _Docker: https://www.docker.com\n.. _Python: http://www.python.org\n.. _pip: https://pip.pypa.io\n.. _Pandas: https://pandas.pydata.org\n.. _NumPy: http://www.numpy.org\n.. _SciPy: http://www.scipy.org\n.. _Matplotlib: https://matplotlib.org\n.. _NetworkX: http://networkx.github.io\n.. _MATPOWER: http://www.pserc.cornell.edu/matpower/\n.. _PYPOWER: https://github.com/rwl/PYPOWER\n.. _GridLAB-D: http://gridlab-d.shoutwiki.com\n.. _EnergyPlus: https://energyplus.net/\n.. _TESP: http://tesp.readthedocs.io/en/latest/\n\n\nChangelog\n=========\n\nVersion 1.0.0 (2017-06-08)\n--------------------------\n\n* Initial release\n\nVersion 0.2 (2017-10-14)\n------------------------\n\n* For NIST TE Challenge 2\n\nVersion 0.1.4 (2018-09-30)\n--------------------------\n\n* For GridAPPS-D Demo\n* GridLAB-D feature/1146 branch with FNCS-controlled switching\n\nVersion 0.1.9 (2018-12-13)\n--------------------------\n\n* Three desktop version installers for Mac, Windows and Linux\n* Tutorial video\n* DSO+T study files\n\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pnnl/tesp", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "tesp_support", "package_url": "https://pypi.org/project/tesp_support/", "platform": "", "project_url": "https://pypi.org/project/tesp_support/", "project_urls": { "Homepage": "https://github.com/pnnl/tesp" }, "release_url": "https://pypi.org/project/tesp_support/0.3.21/", "requires_dist": null, "requires_python": "", "summary": "Python support for the Transactive Energy Simulation Platform", "version": "0.3.21" }, "last_serial": 5951731, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "19a8fd9437f1a32ffccd29b71426628c", "sha256": "4a7b30e80f4773ac4d89537ffa71cc00ac382fd637004615cb4ff1f6c2720a4e" }, "downloads": -1, "filename": "tesp_support-0.0.1.tar.gz", "has_sig": false, "md5_digest": "19a8fd9437f1a32ffccd29b71426628c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53255, "upload_time": "2018-05-07T00:58:29", "url": "https://files.pythonhosted.org/packages/02/a5/90c52d0a6e608b0865466de44b332fad53f800d10905107fe4049b08d5a5/tesp_support-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "899eedac23375060c82409a308765ef4", "sha256": "394301abf415e5f02b92fb8921462cb356d42c8bd4465e5964fe6f36a834bbd3" }, "downloads": -1, "filename": "tesp_support-0.0.2.tar.gz", "has_sig": false, "md5_digest": "899eedac23375060c82409a308765ef4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71609, "upload_time": "2018-06-11T05:05:58", "url": "https://files.pythonhosted.org/packages/aa/48/145c23e78b2a563124c8f31089e3505d3dbfe9da3aef77382380e474462f/tesp_support-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "90582d35d11654c4b14357b7df17ab24", "sha256": "d45f74bab0f3c919cb7d108c3bf6a4d216232629aea142611666fa631fdc2ce1" }, "downloads": -1, "filename": "tesp_support-0.0.3.tar.gz", "has_sig": false, "md5_digest": "90582d35d11654c4b14357b7df17ab24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72482, "upload_time": "2018-06-13T17:35:32", "url": "https://files.pythonhosted.org/packages/08/53/b78a9a018a0f56dcb8a1cdf42a3cd50e4ed1b34bd1381d0de07c320d7223/tesp_support-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "3a0a50326a8064f98de2029323376587", "sha256": "98a5ffdecaa69beab16e2174fd7e03d770d2e30f62e93859eec5712dad68b4d4" }, "downloads": -1, "filename": "tesp_support-0.0.4.tar.gz", "has_sig": false, "md5_digest": "3a0a50326a8064f98de2029323376587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72432, "upload_time": "2018-06-18T07:33:04", "url": "https://files.pythonhosted.org/packages/b1/bc/dab0ee347468b64fd302f8676d005c51420197e844adb83164b7a3324c81/tesp_support-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "90f8d3ba549a2a3f75a2cce8c23229e8", "sha256": "97b7115b7ef7993232f084183c9c2beeacb5387a8b0c9e481d81778b47148521" }, "downloads": -1, "filename": "tesp_support-0.0.5.tar.gz", "has_sig": false, "md5_digest": "90f8d3ba549a2a3f75a2cce8c23229e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72356, "upload_time": "2018-06-21T06:23:28", "url": "https://files.pythonhosted.org/packages/b3/da/d8b7eb71a1de61a609bb8a0d811ee7510328de3883bbd7e8e10dd9dbb476/tesp_support-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "bbfec55e31920781ab97d72f6993f4d6", "sha256": "9c065ecc7a58bbb4ca15b653496713bed4e19e28c805dc81d63eccf14def95c3" }, "downloads": -1, "filename": "tesp_support-0.0.6.tar.gz", "has_sig": false, "md5_digest": "bbfec55e31920781ab97d72f6993f4d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72551, "upload_time": "2018-06-22T06:01:30", "url": "https://files.pythonhosted.org/packages/25/7a/1320fd57a7f5329f3e38a760a67602e610e075301f4b4dbd8c91f72d9e04/tesp_support-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "59105cbdd1e60ef72879ab5a40e31c94", "sha256": "dfbe50cc1a3d2fe8682e9932f5408026c4bd829b856fa5d824ba58d2629471f9" }, "downloads": -1, "filename": "tesp_support-0.0.7.tar.gz", "has_sig": false, "md5_digest": "59105cbdd1e60ef72879ab5a40e31c94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72887, "upload_time": "2018-06-28T23:28:50", "url": "https://files.pythonhosted.org/packages/34/61/bdf22c76aa9796790113860b97626842845556e381f4dc01d6430aeb4c62/tesp_support-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "7b5dfdba970705754d5b4378c90b365f", "sha256": "657fa3bbb7f5726b5fc8d374c943f5e5c337fce9ada2fc9960e3c5d5182f000d" }, "downloads": -1, "filename": "tesp_support-0.0.8.tar.gz", "has_sig": false, "md5_digest": "7b5dfdba970705754d5b4378c90b365f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72935, "upload_time": "2018-06-29T18:20:04", "url": "https://files.pythonhosted.org/packages/94/ad/d3c7767422c8b1a49a2a74e606be4c9ed6d577833af0acfb44556a5a47b7/tesp_support-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "519d7469d169d045e3251989540ce8d5", "sha256": "44a2e61694562e56841272c75e6092e6cb67362dd3354c9a24545f0c091ea200" }, "downloads": -1, "filename": "tesp_support-0.0.9.tar.gz", "has_sig": false, "md5_digest": "519d7469d169d045e3251989540ce8d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72984, "upload_time": "2018-06-30T00:03:43", "url": "https://files.pythonhosted.org/packages/97/ed/dc9d77b509fef3cde5b34ee5bb66fc8b238431ddc1f5026da6a97f0a3fcc/tesp_support-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "3e19269796eb14232e2b70c26d6507d6", "sha256": "268b41a0e19271cf5adb49b8eb0c8291004a76efc56888c12a37ea81c1dea01c" }, "downloads": -1, "filename": "tesp_support-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3e19269796eb14232e2b70c26d6507d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72990, "upload_time": "2018-07-03T20:55:09", "url": "https://files.pythonhosted.org/packages/e5/8e/7f8170a168a03db392412c7a70c72bf4b4632966f61cc9482a0d606e128f/tesp_support-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4184b336ac78b451fa94dd80cc081d78", "sha256": "00b78b427768bf408fbaba318f0a5262bf80eb78c7cc116a03512d83ad8d0810" }, "downloads": -1, "filename": "tesp_support-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4184b336ac78b451fa94dd80cc081d78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73010, "upload_time": "2018-07-04T21:14:55", "url": "https://files.pythonhosted.org/packages/00/f7/c90ea1e746dcb2ac75a221558cd9006c0b53528305bfb6ffabe569147d37/tesp_support-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6144dc84721184105790810cf7210c9e", "sha256": "8cd665170fb7afcef8290d0bf4518d54df6cb3837174d3570be8e56e2a574bf1" }, "downloads": -1, "filename": "tesp_support-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6144dc84721184105790810cf7210c9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73010, "upload_time": "2018-07-10T23:36:27", "url": "https://files.pythonhosted.org/packages/a0/be/acae831111605d0d30adff983c56138ba1b044cf0716ea482f4afce6f9ca/tesp_support-0.1.2.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "d99ebe9c32b69083e8fa62c40929ecfc", "sha256": "e57032c854e6f98fcaed45373a61840b1b5c203b87cd84ab452f7662614d2d85" }, "downloads": -1, "filename": "tesp_support-0.1.5.tar.gz", "has_sig": false, "md5_digest": "d99ebe9c32b69083e8fa62c40929ecfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75708, "upload_time": "2018-11-07T01:47:20", "url": "https://files.pythonhosted.org/packages/d2/86/f952d4e2c2b8596dc45ff318f17df60e01c07d40421ef70c8deea3016c94/tesp_support-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "71e7c1e8f4febb6847a8ab70e66f433c", "sha256": "cc73278bb31962452f54b6878a99c2bcbf4d5075df13dd1d4d49c0c2c0f97dac" }, "downloads": -1, "filename": "tesp_support-0.1.6.tar.gz", "has_sig": false, "md5_digest": "71e7c1e8f4febb6847a8ab70e66f433c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75782, "upload_time": "2018-11-07T04:07:11", "url": "https://files.pythonhosted.org/packages/51/be/aae45840718feda85f80f2934488410257f37133df5318f4536d19cee1bb/tesp_support-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "392e85720cf7c2fb76dd90847ea1c86d", "sha256": "2f57e8782526dfed5347a42686df8c44084e775a42fc02194273f2ce313d0857" }, "downloads": -1, "filename": "tesp_support-0.1.7.tar.gz", "has_sig": false, "md5_digest": "392e85720cf7c2fb76dd90847ea1c86d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75740, "upload_time": "2018-11-20T20:20:26", "url": "https://files.pythonhosted.org/packages/c5/9e/f9ca393872b13d32f28156efb29b068617c1b23bdaa95c2acccc910ef78d/tesp_support-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "1922399158118c3e07ab21cc869d1a97", "sha256": "2ee28b9224faeeb29e1b34bfefa14c11646637a2a664db1130747c38d4faec2c" }, "downloads": -1, "filename": "tesp_support-0.1.8.tar.gz", "has_sig": false, "md5_digest": "1922399158118c3e07ab21cc869d1a97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76284, "upload_time": "2018-11-21T05:02:31", "url": "https://files.pythonhosted.org/packages/20/f5/de84cc2c8c3db955caa24b7076bd5eae0b53f517042d58e6ad9029e1d2e8/tesp_support-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "5a059843c5ca26ecf6bf3e2a666dbf46", "sha256": "c28227b1838d534e587e4e663c5e07d16bed875248d7cd34170820569993dcb0" }, "downloads": -1, "filename": "tesp_support-0.1.9.tar.gz", "has_sig": false, "md5_digest": "5a059843c5ca26ecf6bf3e2a666dbf46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76302, "upload_time": "2018-12-05T01:25:18", "url": "https://files.pythonhosted.org/packages/b6/0d/b72c21ebbdea66ab95dae7a70ff882274a5938f30c6efcc2f2686254343e/tesp_support-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "bb38ad4d1f3a615734a35a86b4595f93", "sha256": "e74ab973e07d1388538969216cb6a2d55dc28cd4b787f0cb2a5aee55269e8691" }, "downloads": -1, "filename": "tesp_support-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bb38ad4d1f3a615734a35a86b4595f93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77166, "upload_time": "2018-12-21T16:37:54", "url": "https://files.pythonhosted.org/packages/13/13/b24e6c4636002d66faf579dca2c215c3523519721624f63bed86211ceefd/tesp_support-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "1c5f5370f84e00e04842912553823d3e", "sha256": "6e1899e0c4aafd112ef4a75bf1d6f590f6c7597f8c90bd83f1dba98ee4cf5a62" }, "downloads": -1, "filename": "tesp_support-0.2.1.tar.gz", "has_sig": false, "md5_digest": "1c5f5370f84e00e04842912553823d3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81740, "upload_time": "2019-01-29T22:20:50", "url": "https://files.pythonhosted.org/packages/ea/97/ad1e7f1384e47f67ba987bf6772a9700d525c6ff3d7a9d8c4ca3bb5634f0/tesp_support-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "1c88d12d3e746fd4ac9be2e5d1536381", "sha256": "e02236ac8ad2b38f0363888d9a1131132479d56090e3cbc503861466c0ebc0b9" }, "downloads": -1, "filename": "tesp_support-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1c88d12d3e746fd4ac9be2e5d1536381", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82374, "upload_time": "2019-01-31T00:43:31", "url": "https://files.pythonhosted.org/packages/e9/dc/6efdf6d95ec0996175c5c39176f0058cc3320acd59abb45308c2426fa8d7/tesp_support-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f60efd2b2ee5cc6947b7f30d15aebe07", "sha256": "c7729f6332eb0d7636f905d114508e2b67ad52664dcfaed40e854c7743576491" }, "downloads": -1, "filename": "tesp_support-0.3.0.tar.gz", "has_sig": false, "md5_digest": "f60efd2b2ee5cc6947b7f30d15aebe07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87090, "upload_time": "2019-02-07T01:14:21", "url": "https://files.pythonhosted.org/packages/70/72/c9003eee7e1d58d42be76cac379af43e5b9ed0cae02280437cf1cdab651a/tesp_support-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "063b7c177ecfdae692b5bc3f509ea59f", "sha256": "2e1646512d04a3b738ae9d0e749bab0cb7954232ce294960a7ebd989355304c0" }, "downloads": -1, "filename": "tesp_support-0.3.1.tar.gz", "has_sig": false, "md5_digest": "063b7c177ecfdae692b5bc3f509ea59f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101737, "upload_time": "2019-02-12T05:43:19", "url": "https://files.pythonhosted.org/packages/ad/1f/d4a2baf434d6773b41e8f4ef53623d73865d84e457d1a6c2327d51b98c12/tesp_support-0.3.1.tar.gz" } ], "0.3.17": [ { "comment_text": "", "digests": { "md5": "d9f1c0f9015735e97131643689541734", "sha256": "a7519d1bde46ef4f6242e0a22b844ecbcb2c057be2e5433d9e6f46724e5839ad" }, "downloads": -1, "filename": "tesp_support-0.3.17.tar.gz", "has_sig": false, "md5_digest": "d9f1c0f9015735e97131643689541734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 122394, "upload_time": "2019-08-20T23:04:14", "url": "https://files.pythonhosted.org/packages/f7/76/e56e60d508ba9cf8eade7b51e607dbde8e3c7afc03e7c0a335b23b3ee99a/tesp_support-0.3.17.tar.gz" } ], "0.3.18": [ { "comment_text": "", "digests": { "md5": "a46f50bb8e944724688b5d3093fa4942", "sha256": "dc7cfe8ffd9503e622b93f4f681402dd707af111616d1cd91561cadac6f65acd" }, "downloads": -1, "filename": "tesp_support-0.3.18.tar.gz", "has_sig": false, "md5_digest": "a46f50bb8e944724688b5d3093fa4942", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 128992, "upload_time": "2019-08-21T19:28:22", "url": "https://files.pythonhosted.org/packages/a2/f1/0314d2f7f13b81c2bdccf434d401d1d5816780ce10e9e1bf5b1a92b7c49b/tesp_support-0.3.18.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "55cc0cc1b40b324d7c3391bc91fd5e59", "sha256": "fa3c440824a2179d5851ec0b5428093d62b789d839224fc7720c9b73e634ed87" }, "downloads": -1, "filename": "tesp_support-0.3.2.tar.gz", "has_sig": false, "md5_digest": "55cc0cc1b40b324d7c3391bc91fd5e59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102059, "upload_time": "2019-03-08T19:52:37", "url": "https://files.pythonhosted.org/packages/71/95/f0590eb897ef0a541f704ec8bc95166ccce425b1efe8ea0dad18ac5ee208/tesp_support-0.3.2.tar.gz" } ], "0.3.20": [ { "comment_text": "", "digests": { "md5": "ac66380038507b5186942757c4daaba7", "sha256": "f9c8203e4a2e4c2ab7ce9f3a8452fe41fcfe088d1f053f6d67e3229db5bc911b" }, "downloads": -1, "filename": "tesp_support-0.3.20.tar.gz", "has_sig": false, "md5_digest": "ac66380038507b5186942757c4daaba7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129562, "upload_time": "2019-10-09T18:43:11", "url": "https://files.pythonhosted.org/packages/07/e4/abe8c461607c02d8f7c0b05cc2fd79171129db91408f9f619e396110eee9/tesp_support-0.3.20.tar.gz" } ], "0.3.21": [ { "comment_text": "", "digests": { "md5": "d641dab9ec891401774817d440be7883", "sha256": "db24b092c1231f5baeeef2d2fea1eb959349d03e7ed2ef679490a47079c3596e" }, "downloads": -1, "filename": "tesp_support-0.3.21.tar.gz", "has_sig": false, "md5_digest": "d641dab9ec891401774817d440be7883", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129605, "upload_time": "2019-10-09T19:57:35", "url": "https://files.pythonhosted.org/packages/11/34/e063cfad063127cd96e380b5c2f296024067c572d7f2ff774e271b3835ad/tesp_support-0.3.21.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "da9556d2bd00a5d6aba34dc5377ece55", "sha256": "3731bbc37b69c8f4a342b85f701c1a60cf5066e52aa269d924dd0914ea8b1e76" }, "downloads": -1, "filename": "tesp_support-0.3.3.tar.gz", "has_sig": false, "md5_digest": "da9556d2bd00a5d6aba34dc5377ece55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102198, "upload_time": "2019-03-08T22:56:08", "url": "https://files.pythonhosted.org/packages/a4/ba/07fbab09bc9faecc2ad19d36a58d83ee654d47b969ba992e8252628449ff/tesp_support-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "8bf4327bbd761126efa6718a24c0234a", "sha256": "0a121971e504c14821bb1cc8728479cc14575cdd089fbbade5c92db8cef13fe8" }, "downloads": -1, "filename": "tesp_support-0.3.4.tar.gz", "has_sig": false, "md5_digest": "8bf4327bbd761126efa6718a24c0234a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110497, "upload_time": "2019-04-25T22:14:07", "url": "https://files.pythonhosted.org/packages/9f/75/738b2dce236b10fd86df08563ee94e105140977969fbd7d2bfbba7afbac9/tesp_support-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "ffdc1d731bed1893f7d81b36efa3779f", "sha256": "8c38010f72cdde6e4351b23ee2e2a371161bdf7dd439d684e81f17c2c863f729" }, "downloads": -1, "filename": "tesp_support-0.3.5.tar.gz", "has_sig": false, "md5_digest": "ffdc1d731bed1893f7d81b36efa3779f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110508, "upload_time": "2019-04-30T21:39:52", "url": "https://files.pythonhosted.org/packages/4e/57/8a8204f672a837a504e5059c5ee1fbbf6c2b0b72d89e73fa36b44b99f3d3/tesp_support-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "ba68bd74c01e73e8375ed84006b08f05", "sha256": "b50225a80d893382294219beb1c13914e649eebadb3ab37381285ae70e0a0c51" }, "downloads": -1, "filename": "tesp_support-0.3.6.tar.gz", "has_sig": false, "md5_digest": "ba68bd74c01e73e8375ed84006b08f05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111546, "upload_time": "2019-05-01T20:16:26", "url": "https://files.pythonhosted.org/packages/5c/a5/5a25f9f1f3f9029c1655b855ec85e4c780443f3b5e69c3cfc13c7e31a952/tesp_support-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "57e27318c9a5671fc1ad21e467a3ff01", "sha256": "548453b20faddc572aa3b298e00733c97e6634ab8d2119b3ec5270447ecc5912" }, "downloads": -1, "filename": "tesp_support-0.3.7.tar.gz", "has_sig": false, "md5_digest": "57e27318c9a5671fc1ad21e467a3ff01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111621, "upload_time": "2019-05-03T15:30:06", "url": "https://files.pythonhosted.org/packages/f4/e9/a311038660a43462da34eedb49b43b4e3fa393d4c2d6502b287cf5d813b8/tesp_support-0.3.7.tar.gz" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "2dbaf6e7bd19868ee9d98881fdeef523", "sha256": "b1ee8f85c9291fccc94b5ddc933df7c96879de866f115108f84b80bf9f0ce457" }, "downloads": -1, "filename": "tesp_support-0.3.8.tar.gz", "has_sig": false, "md5_digest": "2dbaf6e7bd19868ee9d98881fdeef523", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111634, "upload_time": "2019-05-10T17:59:13", "url": "https://files.pythonhosted.org/packages/76/e9/0b81ac536739c9ed0c4138f7c28552f30821d14ba175aa32ae38be7e1f66/tesp_support-0.3.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d641dab9ec891401774817d440be7883", "sha256": "db24b092c1231f5baeeef2d2fea1eb959349d03e7ed2ef679490a47079c3596e" }, "downloads": -1, "filename": "tesp_support-0.3.21.tar.gz", "has_sig": false, "md5_digest": "d641dab9ec891401774817d440be7883", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129605, "upload_time": "2019-10-09T19:57:35", "url": "https://files.pythonhosted.org/packages/11/34/e063cfad063127cd96e380b5c2f296024067c572d7f2ff774e271b3835ad/tesp_support-0.3.21.tar.gz" } ] }