{ "info": { "author": "Bas des Tombe", "author_email": "bdestombe@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": "========\nOverview\n========\n\n\n\nA Python package to load raw DTS files, perform a calibration, and plot the result\n\n* Free software: BSD 3-Clause License\n\nInstallation\n============\n\n::\n\n pip install dtscalibration\n\nOr the development version directly from GitHub\n\n::\n\n pip install https://github.com/dtscalibration/python-dts-calibration/zipball/master --upgrade\n\nLearn by examples\n=================\nInteractively run the example notebooks online by clicking the launch-binder button.\n\nDocumentation\n=============\n\nhttps://python-dts-calibration.readthedocs.io/\n\n\n\nChangelog\n=========\n0.6.3 (2019-04-03)\n------------------\n* Added reading support for zipped silixa files. Still rarely fails due to upstream bug.\n* pretty __repr__\n* Reworked double ended calibration procedure. Integrated differential attenuation outside of reference sections is now calculated seperately.\n* New approach for estimation of Stokes variance. Not restricted to a decaying exponential\n* Bug in averaging TMPF and TMPB to TMPW\n* Modified residuals plot, especially useful for long fibers (Great work Bart!)\n* Example notebooks updatred accordingly\n* Bug in `to_netcdf` when passing encodings\n* Better support for sections that are not related to a timeseries.\n\n0.6.2 (2019-02-26)\n------------------\n* Double-ended weighted calibration procedure is rewritten so that the integrated differential attenuation outside of the reference sections is calculated seperately. Better memory usage and faster\n* Other calibration routines cleaned up\n* Official support for Python 3.7\n* Coverage figures are now trustworthy\n* String representation improved\n* Include test for aligning double ended measurements\n* Example for aligning double ended measurements\n\n0.6.1 (2019-01-04)\n------------------\n* Many examples were shown in the documentation\n* Fixed verbose settings of solvers\n* Revised example notebooks\n* Moved to 80 characters per line (PEP)\n* More Python formatting using YAPF\n* Use example of `plot_residuals_reference_sections` function in Stokes variance example notebook\n* Support Python 3.7\n\n0.6.0 (2018-12-08)\n------------------\n* Reworked the double-ended calibration routine and the routine for confidence intervals. The integrated differential attenuation is not zero at x=0 anymore.\n* Verbose commands carpentry\n* Bug fixed that would make the read_silixa routine crash if there are copies of the same file in the same folder\n* Routine to read sensornet files. Only single-ended configurations supported for now. Anyone has double-ended measurements?\n* Lazy calculation of the confidence intervals\n* Bug solved. The x-coordinates where not calculated correctly. The bug only appeared for measurements along long cables.\n* Example notebook of importing a timeseries. For example, importing measurments from an external temperature sensor for calibration.\n* Updated documentation\n\n\n0.5.3 (2018-10-26)\n------------------\n* No changes\n\n0.5.2 (2018-10-26)\n------------------\n\n* New resample_datastore method (see basic usage notebook)\n* New notebook on basic usage of DataStore\n* Support for Silixa v4 (Windows xp based system) and Silixa v6 (Windows 7) measurement files\n* The representation string now includes the sections\n* Reorganized the IO related files\n* CI: Add appveyor to continuesly test on Windows platform\n* Auto load Silixa files to memory option, if size is small\n\n0.5.1 (2018-10-19)\n------------------\n\n* Rewritten the routine that reads Silixa measurement files\n* dts-calibration is now citable\n* Refractored the MC confidence interval routine\n* MC confidence interval routine speed up, with full dask support\n* Link to mybinder.org to try the example notebooks online\n* Added a few missing dependencies\n* The routine to read the Silixa files is completely refractored. Faster, smarter. Supports both the path to a directory and a list of file paths.\n* Changed imports from dtscalibration to be relative\n\n0.4.0 (2018-09-06)\n------------------\n\n* Single ended calibration\n* Confidence intervals for single ended calibration\n* Example notebooks have figures embedded\n* Several bugs squashed\n* Reorganized DataStore functions\n\n\n0.2.0 (2018-08-16)\n------------------\n\n* Double ended calibration\n* Confidence intervals for double ended calibration\n\n\n0.1.0 (2018-08-01)\n------------------\n\n* First release on PyPI.\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/bdestombe/python-dts-calibration", "keywords": "DTS,Calibration", "license": "BSD 3-Clause License", "maintainer": "", "maintainer_email": "", "name": "dtscalibration", "package_url": "https://pypi.org/project/dtscalibration/", "platform": "", "project_url": "https://pypi.org/project/dtscalibration/", "project_urls": { "Homepage": "https://github.com/bdestombe/python-dts-calibration" }, "release_url": "https://pypi.org/project/dtscalibration/0.6.4/", "requires_dist": [ "numpy", "xarray", "pyyaml", "xmltodict", "scipy", "patsy", "statsmodels", "nbsphinx", "dask", "toolz", "matplotlib", "netCDF4", "pandas (>=0.24.1)" ], "requires_python": ">= 3.6", "summary": "A Python package to load raw DTS files, perform a calibration, and plot the result", "version": "0.6.4" }, "last_serial": 5117983, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c7070c673e2c40c9ec68dd2a5774a025", "sha256": "c64ffe2cba0e256466d338c45c380b65322fbb176523aae2eb6989450222c3ab" }, "downloads": -1, "filename": "dtscalibration-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c7070c673e2c40c9ec68dd2a5774a025", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3137, "upload_time": "2018-07-31T23:19:27", "url": "https://files.pythonhosted.org/packages/6e/27/231b21b356d79eda9590568c16adb866ee4d0faf79e495164e7ffce0eebc/dtscalibration-0.1.0-py2.py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6b5406b553239c2095df524e49183af0", "sha256": "e034debe25bd1e505474c24d3fbfe6465d75c87d579c97627dfea69736cbcee1" }, "downloads": -1, "filename": "dtscalibration-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b5406b553239c2095df524e49183af0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3650, "upload_time": "2018-08-01T13:32:30", "url": "https://files.pythonhosted.org/packages/92/51/649c7f13264bb98e4ee11f2cdb1da2dd036bfc74c42d67bb5eaca2b81d23/dtscalibration-0.1.1-py2.py3-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2dbf1978fc5c6e029d063af2678718ac", "sha256": "1a9fe8f347a21eecfb3fc822da7373bfce3a7b3c8088e7efb1d61f0433945e45" }, "downloads": -1, "filename": "dtscalibration-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2dbf1978fc5c6e029d063af2678718ac", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9784, "upload_time": "2018-08-06T12:03:55", "url": "https://files.pythonhosted.org/packages/73/d6/d508523dee24eac2129bdbefd848106573d14d0bdbe8d4106f293512c820/dtscalibration-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e222a39f27a62c5ef2651b310b072a2", "sha256": "f1ce51029e5f52068d965c10f952adcf40ad03c7f76c25f38d49923f3e94a1e4" }, "downloads": -1, "filename": "dtscalibration-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4e222a39f27a62c5ef2651b310b072a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 182077, "upload_time": "2018-08-06T12:04:58", "url": "https://files.pythonhosted.org/packages/49/d5/c85f1388125cc369102c0b72b7ebedf3a320b4ffba4daf3654a2cd56b797/dtscalibration-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "2fc4239ce09339a2ca2f25be7bcc410b", "sha256": "f25600a942da577e6d19b20f4fb0eba31d635651d09554dcb637a71d66dffd04" }, "downloads": -1, "filename": "dtscalibration-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2fc4239ce09339a2ca2f25be7bcc410b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10653, "upload_time": "2018-08-10T23:20:16", "url": "https://files.pythonhosted.org/packages/13/4a/931c7f65a47115c75df1f9de2f305d03f52f7495a2d3b99bade7fb9d2cf8/dtscalibration-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "540da0fbc171775478ed361d4a6bc118", "sha256": "ef246c6306eeed3304957fb882b23caab9f1169a26dc9daa451efae42c4172fe" }, "downloads": -1, "filename": "dtscalibration-0.1.3.tar.gz", "has_sig": false, "md5_digest": "540da0fbc171775478ed361d4a6bc118", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189505, "upload_time": "2018-08-10T23:23:17", "url": "https://files.pythonhosted.org/packages/45/4a/a590948549749814c628457f1f3f50f98633dc5f6510fbc65ee6842858e5/dtscalibration-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "9a9666d1e328037ee8a0aa30d133b75c", "sha256": "3a2a814d1d94f50c7380baf554a18734acbf02914537705329d4483208503188" }, "downloads": -1, "filename": "dtscalibration-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9a9666d1e328037ee8a0aa30d133b75c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16188, "upload_time": "2018-08-17T11:58:55", "url": "https://files.pythonhosted.org/packages/19/92/85da2d64fed5d6eea91d056229f6fc8857a2c372315ec2d0f43c627001bd/dtscalibration-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fef64f9e09eb68e700cec83a1baba41", "sha256": "a4b8fc04ece39f708769d4d45076912ff873875d46b3743f21dcfa3fd2820354" }, "downloads": -1, "filename": "dtscalibration-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2fef64f9e09eb68e700cec83a1baba41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 528272, "upload_time": "2018-08-17T11:58:57", "url": "https://files.pythonhosted.org/packages/a7/01/52eee83c013564dbcb2d2956b4403feb1c507011f999c54def8dad919016/dtscalibration-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "9b73ced12e672a36c542bd7edacd6a95", "sha256": "7d1e060de5d70ac037b351edaf0e3c2c9bd7b848840cab9aad83cce0533ab30e" }, "downloads": -1, "filename": "dtscalibration-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b73ced12e672a36c542bd7edacd6a95", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 19547, "upload_time": "2018-09-03T13:11:55", "url": "https://files.pythonhosted.org/packages/29/f4/3d0ad021d435dcd98a6f7c0ea306d19f77b2831009d2441f473cf34292a0/dtscalibration-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a45551ca0c07ae64cfc10fe740a79468", "sha256": "4c5d9b4b6788ec0d3af485be65ae81bf5e6d3486c961dce87301aabbf8e78774" }, "downloads": -1, "filename": "dtscalibration-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a45551ca0c07ae64cfc10fe740a79468", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 743972, "upload_time": "2018-09-03T13:11:58", "url": "https://files.pythonhosted.org/packages/4a/0e/d0c0f64afb55fe790f3e7f9ac6401266eaf89d4a6de93e8d53d6d841dabb/dtscalibration-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "793d743889817c6fec32b4c1cfff6be1", "sha256": "6ef03052af9f213bc697af2c6dc25271e4215d65982b8d193fb40e8d3a39ba38" }, "downloads": -1, "filename": "dtscalibration-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "793d743889817c6fec32b4c1cfff6be1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 20177, "upload_time": "2018-09-06T08:56:58", "url": "https://files.pythonhosted.org/packages/f4/cd/dffb0cb185bc3d1133569196f68895740aaa34f1f3cd5ffba78f3507a1f2/dtscalibration-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d1d03ed0f4b8719f69b49f163922dd1", "sha256": "a5bce14119300409e09ee7962dc1a760dd632a5ae7d45a12ff46c1a5e7da4638" }, "downloads": -1, "filename": "dtscalibration-0.4.0.tar.gz", "has_sig": false, "md5_digest": "8d1d03ed0f4b8719f69b49f163922dd1", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 677988, "upload_time": "2018-09-06T08:57:00", "url": "https://files.pythonhosted.org/packages/09/92/ce53fb3bc9e528aacb8cfcbb477299d48e4986d3616eac0a5acbcff874c2/dtscalibration-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "5bac13ac43ffb2ef2e6ac9dfb55dc106", "sha256": "03d77f651d3e96d59a5eab242613bce23bec7cf30a8049ac7f12b103dba548e0" }, "downloads": -1, "filename": "dtscalibration-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5bac13ac43ffb2ef2e6ac9dfb55dc106", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 25395, "upload_time": "2018-09-18T12:50:59", "url": "https://files.pythonhosted.org/packages/4c/6c/437c76db2bc2998021d496e99bc129ac32d24cd2d5fbe7277e1d18199fe2/dtscalibration-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7950f6c3ef413970c56fca12ef20f029", "sha256": "15ecf21a4483926f62bac30da4ca580b82488364453ed359c8831868b21a0483" }, "downloads": -1, "filename": "dtscalibration-0.5.0.tar.gz", "has_sig": false, "md5_digest": "7950f6c3ef413970c56fca12ef20f029", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 759208, "upload_time": "2018-09-18T12:51:02", "url": "https://files.pythonhosted.org/packages/5a/85/a3a945aa1b09090f527e402892378ae9c57f207e17d53b717eebb6d6b926/dtscalibration-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "cb301a0b475d855c8aac19dc7d759d46", "sha256": "3d9907b26e03f3947770c83f52e618effea7e68a83a26a8ac236615194177ec3" }, "downloads": -1, "filename": "dtscalibration-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb301a0b475d855c8aac19dc7d759d46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 27337, "upload_time": "2018-10-19T15:15:22", "url": "https://files.pythonhosted.org/packages/60/af/3e681583eaf9707124ec4f01f0766db1d4681ecef832bab72e111c8a9d22/dtscalibration-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1bc0346541eb0a1aeade625394854de5", "sha256": "577cd824fd692eb925b2c49cd1649bdb34c3cf2f011da0dc9debe639ce09721e" }, "downloads": -1, "filename": "dtscalibration-0.5.1.tar.gz", "has_sig": false, "md5_digest": "1bc0346541eb0a1aeade625394854de5", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 761025, "upload_time": "2018-10-19T15:15:25", "url": "https://files.pythonhosted.org/packages/1e/77/a56671ee0b881ada1bc2f9766673c7e11c31944d3080e49bb4e4aa9fb6b6/dtscalibration-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "39e10a04abc9550e297a69756f80c890", "sha256": "fad29b7eb7f94d1a2e60142cc2839e9f9f4a70d1682b5f6a3e29e10ea07e700a" }, "downloads": -1, "filename": "dtscalibration-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "39e10a04abc9550e297a69756f80c890", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 30078, "upload_time": "2018-10-26T06:54:37", "url": "https://files.pythonhosted.org/packages/0f/59/65d3f2716707306d562d8ff1bc426bf03ee3e96e532e60ee663dbbf11b07/dtscalibration-0.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46aee53ce8a927f83b3a8e640bab31fb", "sha256": "df7c0d43d9684c30ef12fe271fc7f252d047db4d924a26d23d155220221759ba" }, "downloads": -1, "filename": "dtscalibration-0.5.2.tar.gz", "has_sig": false, "md5_digest": "46aee53ce8a927f83b3a8e640bab31fb", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 1209821, "upload_time": "2018-10-26T06:54:44", "url": "https://files.pythonhosted.org/packages/5a/7a/eb867bc718a3e3ceeff2a9371b783cd7d438a1d8e790d85fb37c0bd4b2b2/dtscalibration-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "d2a5c4a6ed7934e0e64e8704bd47225e", "sha256": "7babe04d41be02aa47890e291aa1ffb0a9a7c93f8081b5a61da9a0c7c92a1b3d" }, "downloads": -1, "filename": "dtscalibration-0.5.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d2a5c4a6ed7934e0e64e8704bd47225e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 30225, "upload_time": "2018-10-26T07:16:17", "url": "https://files.pythonhosted.org/packages/bc/31/5c52cad0e9f132d40fa3ddb09fbc8dd1b2652055661956a7e4a1ba4d6d8e/dtscalibration-0.5.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "024b4a2fd09ca50af8ef610f742194e5", "sha256": "377b11fc875ca505f36310ecbad76e07b4faac9e31130fb1caf98bc68eaac211" }, "downloads": -1, "filename": "dtscalibration-0.5.3.tar.gz", "has_sig": false, "md5_digest": "024b4a2fd09ca50af8ef610f742194e5", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 1210129, "upload_time": "2018-10-26T07:16:23", "url": "https://files.pythonhosted.org/packages/94/db/15dcbafc4c1b3572e17ebdc771b7bfe2f64fe8280e449f59a49d86f12e2f/dtscalibration-0.5.3.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "b0b1e080c727ce1d688a40d3a1887752", "sha256": "302df29f77ead5d89d54b6e36c87661a2da5070f220d4ca5d8f51a23268600c2" }, "downloads": -1, "filename": "dtscalibration-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b0b1e080c727ce1d688a40d3a1887752", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 34446, "upload_time": "2018-12-08T17:07:59", "url": "https://files.pythonhosted.org/packages/d7/e7/10dfd02530c0582c7777e5debd994ca9bb05df9db64317a0500ecb832498/dtscalibration-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "71d0df21fe264c9748785956cc33cdb4", "sha256": "3b074eabb256f574e6022a437171547a93fa51576e0d8b2d6870270d1b5b3390" }, "downloads": -1, "filename": "dtscalibration-0.6.0.tar.gz", "has_sig": false, "md5_digest": "71d0df21fe264c9748785956cc33cdb4", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 2487969, "upload_time": "2018-12-08T17:08:20", "url": "https://files.pythonhosted.org/packages/ce/8b/ef5a3fcc962b82a15f0d1191ec060440afa979d76020a876998069af0fdc/dtscalibration-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "b72d027cd649f4d6fe82f957fc544c67", "sha256": "156c07e8b376e8d32d683ddd12d7e1fc8ac32aa77d7e54a8524dd7e2fd34b498" }, "downloads": -1, "filename": "dtscalibration-0.6.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b72d027cd649f4d6fe82f957fc544c67", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 37822, "upload_time": "2019-02-04T08:01:39", "url": "https://files.pythonhosted.org/packages/a7/e1/5e05a0876cb9180f74b26eb8d7c992fd2271f1a384de8f3ff22a79645c85/dtscalibration-0.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2453d400b52473fb88e0c1fd5bd9eea5", "sha256": "4c85a98f8d922e7f7effe8e48d24fb14f9f9386d803a6964de08427ae7862803" }, "downloads": -1, "filename": "dtscalibration-0.6.1.tar.gz", "has_sig": false, "md5_digest": "2453d400b52473fb88e0c1fd5bd9eea5", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 2996953, "upload_time": "2019-02-04T08:02:24", "url": "https://files.pythonhosted.org/packages/62/b0/3e15cf0bac9583058a88024de23d7953023431874dcde994f6dfd83de579/dtscalibration-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "e8fb0efcdc7f967ae5a51748923f9246", "sha256": "ed30f7c660b6e8e2b3070b8600160d843452d556a0bf1401578317ab5e2f8426" }, "downloads": -1, "filename": "dtscalibration-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e8fb0efcdc7f967ae5a51748923f9246", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 38546, "upload_time": "2019-02-26T15:45:06", "url": "https://files.pythonhosted.org/packages/f0/64/7ce3c5056bd14dc6779e8d2217358309d644803f86b331c2efa57bd53a87/dtscalibration-0.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd184ae77edb71478ceb2f15418ecf27", "sha256": "b97bcf1e1a78f2797789da05e499ea009e0f6c4977b234962e04760351ac2b64" }, "downloads": -1, "filename": "dtscalibration-0.6.2.tar.gz", "has_sig": false, "md5_digest": "fd184ae77edb71478ceb2f15418ecf27", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 3047080, "upload_time": "2019-02-26T15:45:09", "url": "https://files.pythonhosted.org/packages/64/23/7aaaf6f81a21074ed9e823c86b83d315ce09bf1ac19ab03ba2b111ddd024/dtscalibration-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "8a403da453c8b03829a8dc185fe08b30", "sha256": "5cedf48456cb0690fa844747c732c292d4c2f80ff05539ee3f7266979fa13f06" }, "downloads": -1, "filename": "dtscalibration-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a403da453c8b03829a8dc185fe08b30", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 42863, "upload_time": "2019-04-03T14:34:38", "url": "https://files.pythonhosted.org/packages/61/bd/4e7f6dbfc3a2f9f2d77f052ba3e1e3bcc9bbd3409c64fb5057d9375a850b/dtscalibration-0.6.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00ac8c72f2bfcb8b22a597ff0d4599a2", "sha256": "7a2818ccdb184fa057b05a390c691cb71d0bab426a2be3d6df6f293b62f73399" }, "downloads": -1, "filename": "dtscalibration-0.6.3.tar.gz", "has_sig": false, "md5_digest": "00ac8c72f2bfcb8b22a597ff0d4599a2", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 5312253, "upload_time": "2019-04-03T14:34:46", "url": "https://files.pythonhosted.org/packages/d4/13/9c463603dcc1a19c55617e33f7c22c715c7cae8f7b9893480c39804a1c2f/dtscalibration-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "4902d737a10a513f50f7bb6c34fb5f8e", "sha256": "16ad014a39916743223d8ac7ef738204ae841a38feae3bfb10fdd424eac074f2" }, "downloads": -1, "filename": "dtscalibration-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4902d737a10a513f50f7bb6c34fb5f8e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 43501, "upload_time": "2019-04-09T10:05:06", "url": "https://files.pythonhosted.org/packages/e3/66/f922d7798f93132431fa191633ca378e2c4a3fff40367ffec870ec1c26db/dtscalibration-0.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c62783958cf176948465e04b919e2d1f", "sha256": "74d4db57b0a4827bf88e44624c23c712824ce0fd08c1b199fd0d3385042ae4e3" }, "downloads": -1, "filename": "dtscalibration-0.6.4.tar.gz", "has_sig": false, "md5_digest": "c62783958cf176948465e04b919e2d1f", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 5315036, "upload_time": "2019-04-09T10:09:52", "url": "https://files.pythonhosted.org/packages/c8/73/4ea24598f06a28a79c183587421fa5dbb1f07ff04e0c0d3181067ce7b9dc/dtscalibration-0.6.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4902d737a10a513f50f7bb6c34fb5f8e", "sha256": "16ad014a39916743223d8ac7ef738204ae841a38feae3bfb10fdd424eac074f2" }, "downloads": -1, "filename": "dtscalibration-0.6.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4902d737a10a513f50f7bb6c34fb5f8e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">= 3.6", "size": 43501, "upload_time": "2019-04-09T10:05:06", "url": "https://files.pythonhosted.org/packages/e3/66/f922d7798f93132431fa191633ca378e2c4a3fff40367ffec870ec1c26db/dtscalibration-0.6.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c62783958cf176948465e04b919e2d1f", "sha256": "74d4db57b0a4827bf88e44624c23c712824ce0fd08c1b199fd0d3385042ae4e3" }, "downloads": -1, "filename": "dtscalibration-0.6.4.tar.gz", "has_sig": false, "md5_digest": "c62783958cf176948465e04b919e2d1f", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 5315036, "upload_time": "2019-04-09T10:09:52", "url": "https://files.pythonhosted.org/packages/c8/73/4ea24598f06a28a79c183587421fa5dbb1f07ff04e0c0d3181067ce7b9dc/dtscalibration-0.6.4.tar.gz" } ] }