{ "info": { "author": "Guilherme Castel\u00e3o", "author_email": "guilherme@castelao.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=============\nCoTe De l'eau\n=============\n\n.. image:: https://zenodo.org/badge/10284681.svg\n :target: https://zenodo.org/badge/latestdoi/10284681\n\n.. image:: https://readthedocs.org/projects/cotede/badge/?version=latest\n :target: https://readthedocs.org/projects/cotede/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/travis/castelao/CoTeDe.svg\n :target: https://travis-ci.org/castelao/CoTeDe\n\n.. image:: https://codecov.io/gh/castelao/CoTeDe/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/castelao/CoTeDe\n\n.. image:: https://img.shields.io/pypi/v/cotede.svg\n :target: https://pypi.python.org/pypi/cotede\n\n\n`CoTeDe `_ is an Open Source Python package to quality control (QC) hydrographic data such as temperature and salinity.\nIt was designed to attend individual scientists as well as operational systems with large databases, reading the inputs from different formats and types of sensors, and processing those in parallel for high performance. \nTo achieve that, CoTeDe is highly customizable, allowing the user to compose the desired set of tests, as well as the specific parameters of each test. \nOtherwise there are preset QC procedures conforming with GTSPP, EuroGOOS and Argo recommendations. \nIt is also implemented innovating approaches to QC like the Fuzzy Logic (Timms 2011, Morello 2014) and Anomaly Detection (Castela\u0303o 2015). \n\nAt this point it is operational for profiles (CTD, XBT and Argo) and tracks (TSG). \nFor CTD profiles and TSG time series it uses `PySeabird package `_ to interpret directly the SeaBird's .cnv output file, and for argo it uses `PyArgo package `_ to interpret the netCDF files.\n\nThis is the result from several generations of quality control systems,\nwhich started in 2006, when I developed from scratch an automatic quality \ncontrol system for realtime evaluation of thermosalinographs at AOML-NOAA, USA. \nLater I was advising the quality control of the brazilian hydrography of PIRATA.\n\nMy vision is that we can do better than we do today with more flexible classification techniques, which includes machine learning, to minimize the burden on manual expert QC improving the consistency, performance and reliability of the QC procedure for oceanographic data, especially for realtime operations.\n\nWhy use CoTeDe\n--------------\n\nCoTeDe can apply different quality control procedures:\n - The default GTSPP, EGOOS or Argo procedures;\n - A custom set of tests, including user defined thresholds;\n - A novel approach based on Anomaly Detection, described by `Castelao 2015 `_;\n - Two different fuzzy logic approaches: as proposed by Timms 2011 & Morello 2014, and using usual defuzification by the bisector.\n\nProcess multiple files in parallel, ideal for large datasets.\n\nExport output, original data plus flags, into netCDF files following OCEANSites data structure.\n\nQuick howto\n-----------\n\nTo evaluate the records of a profile:\n\n import cotede.qc\n\n pqc = cotede.qc.fProfileQC('example.cnv')\n\nTo see the temperature records of the primary sensor:\n\n pqc['temperature']\n\nTo see the flags of all tests applied on the secondary sensor of salinity:\n\n pqc.flags['salinity2']\n\nTo evaluate a full set of profiles at once, like all profiles from a cruise, use the class ProfileQCCollection, like:\n\n dataset = ProfileQCCollection('/path/to/data/', inputpattern=\".*\\.cnv\")\n\n dataset.flags['temperature'].keys()\n\nCheck the notebooks gallery for more examples and functionalities: http://nbviewer.ipython.org/github/castelao/CoTeDe/tree/master/docs/notebooks/\n\nDocumentation\n-------------\n\nhttp://cotede.readthedocs.org\n\n\n\n\nHistory\n=======\n\n0.20 - Jul, 2018\n----------------\n\n* Removing dependency on pyArgo and pySeabird. Generalizing CoTeDe for other uses, thus now on PyArgo, PySeabird, and other packages to come public soon that use CoTeDe.\n\n0.19\n----------------\n\n* CARS features and flags\n\n0.17 - Mar, 2016\n----------------\n\n* Implementing fuzzy procedures inside CoTeDe, thus removing dependency on scikit-fuzzy. scikit-fuzzy is broken, hence compromising tests and development of CoTeDe.\n\n0.16 - Mar, 2016\n----------------\n\n* Using external package OceansDB to handle climatologies and bathymetry.\n\n0.15 - Dec, 2015\n----------------\n\n* Moved procedures to handle climatology to external standalone packages.\n\n0.14 - Aug, 2015\n----------------\n\n* Interface for human calibration of anomaly detection\n* Implemented fuzzy logic criteria\n\n0.13 - July, 2015\n-----------------\n\n* Major improvements in the anomaly detection submodule\n* Partial support to thermosalinographs (TSG)\n* Working on WOA test to generalize for profiles and tracks\n* Adding .json to default QC configuration filenames\n* Moved load_cfg from qc to utils\n\n0.12\n----\n\nSince 0.9 some of the most important changes.\n\n* Following CF vocabulary for variables names (PRES, TEMP, PSAL...)\n* Partial support to ARGO profiles\n* Added density invertion test\n* Included haversine to avoid dependency on MAUD.\n* tox and travis support.\n\n0.9 - Dec, 2013\n---------------\n\n* Going public\n\n0.7.3\n-----\n\n* Creating fProfileQC()\n\n0.5.4 - Nov, 2013\n-----------------\n\n* Including Tukey53H test\n\n0.5.0\n-----\n\n* Implemented ProfileQCCollection\n\n0.4 - Sep, 2013\n---------------\n\n* gradient and spike tests with depth conditional thresholds\n* CruiseQC\n* Use default threshold values for the QC tests.\n\n0.1 - May 24, 2013\n------------------\n\n* Initial release.\n\nQC_ML - 2011\n------------\n\n* QC_ML, a machine learning approach to quality control hydrographic data, the initial prototype of CoTeDe. I refactored the system I developed to quality control TSG, to evaluate the PIRATA's CTD stations for INPE. At this point I migrated from my personal Subversion server to Bitbucket, and I lost the history and logs before this point.\n\n2006\n----\n\n* A system to automaticaly quality control TSG data on realtime for AOML-NOAA. The data was handled in a PostgreSQL database, and only the traditional tests were applied, i.e. a sequence of binary tests (spike, gradient, valid position ...).\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://cotede.castelao.net", "keywords": "CTD TSG SeaBird ARGO Quality Control oceanography hydrography", "license": "3-clause BSD", "maintainer": "", "maintainer_email": "", "name": "cotede", "package_url": "https://pypi.org/project/cotede/", "platform": "", "project_url": "https://pypi.org/project/cotede/", "project_urls": { "Homepage": "http://cotede.castelao.net" }, "release_url": "https://pypi.org/project/cotede/0.20.3/", "requires_dist": [ "numpy (>=1.11.1)", "scipy (>=0.18.0)", "oceansdb (>=0.8.6)", "gsw (>=3.0.6) ; extra == 'gsw'", "matplotlib ; extra == 'manualqc'", "Shapely (>=1.6.4) ; extra == 'regional'" ], "requires_python": "", "summary": "Quality Control of Temperature and Salinity profiles", "version": "0.20.3" }, "last_serial": 5740815, "releases": { "0.10.1": [ { "comment_text": "", "digests": { "md5": "d26d68bfaa4fe7b4ba0513b6d4301708", "sha256": "5918d12b753a815b2b8292257848df51562d07c0bdb4bac4fa61fe673f80ef36" }, "downloads": -1, "filename": "cotede-0.10.1.tar.gz", "has_sig": false, "md5_digest": "d26d68bfaa4fe7b4ba0513b6d4301708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14410, "upload_time": "2015-03-31T11:42:18", "url": "https://files.pythonhosted.org/packages/d3/c1/c75c1f6518cbd166c1ab3bded49848a003b1aadf1c31743c635eed9d9807/cotede-0.10.1.tar.gz" } ], "0.12.5": [ { "comment_text": "", "digests": { "md5": "64c7e9bfd9afe074b5f05ff54a9ccd56", "sha256": "74233d8197d4ea9852e8d1471749482f7e94c1c1f2573f4278d7717a86b56fe6" }, "downloads": -1, "filename": "cotede-0.12.5.tar.gz", "has_sig": false, "md5_digest": "64c7e9bfd9afe074b5f05ff54a9ccd56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21292, "upload_time": "2015-06-16T16:50:55", "url": "https://files.pythonhosted.org/packages/17/00/fe66eecaabc28dfe28c3edc7f176f5b264f4e1a9f97310de60fec5b6b2a1/cotede-0.12.5.tar.gz" } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "28d19ab6e51fc8c245a7d96960a7c5ca", "sha256": "95d99411d355c083f2082f1f6f3bc659b8741816932e97025b8c4f30865ccbcb" }, "downloads": -1, "filename": "cotede-0.14.1.tar.gz", "has_sig": false, "md5_digest": "28d19ab6e51fc8c245a7d96960a7c5ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30254, "upload_time": "2015-12-09T18:31:10", "url": "https://files.pythonhosted.org/packages/75/12/5a925bb9a4e87634f52231f5d316e9c7a90a1dd72d72e8d8d13cf5e5e903/cotede-0.14.1.tar.gz" } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "881c94e40ece58a50bd1dce960fddeb5", "sha256": "e14d31c24eab23a51bd2ec9d45412ed5ab92d3a7df904761f11a34edf8ad618c" }, "downloads": -1, "filename": "cotede-0.14.2.tar.gz", "has_sig": false, "md5_digest": "881c94e40ece58a50bd1dce960fddeb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31226, "upload_time": "2015-12-18T06:33:42", "url": "https://files.pythonhosted.org/packages/dd/b0/3e018f0eccad4ffa9e2775d6ff8e2dd6040fca06470e70107538ff442b57/cotede-0.14.2.tar.gz" } ], "0.15.1": [ { "comment_text": "", "digests": { "md5": "b2ff65b72e55c12891a0d0d56463f845", "sha256": "caa8306327c9e8769545e981c8df781c8c5b819ed0bc57e8bc5412013361457b" }, "downloads": -1, "filename": "cotede-0.15.1.tar.gz", "has_sig": false, "md5_digest": "b2ff65b72e55c12891a0d0d56463f845", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29421, "upload_time": "2015-12-20T03:57:01", "url": "https://files.pythonhosted.org/packages/02/90/337d8b059bf3046c19012a5e95956b0968eb2f40ce53ff7a1999da40e6bb/cotede-0.15.1.tar.gz" } ], "0.15.2": [ { "comment_text": "", "digests": { "md5": "d413cfdab787d2d351acf1f172097c6c", "sha256": "ba94707a199ec8691f1a44fe9623c1bf8b84508cfcc7daf121281947c42f2483" }, "downloads": -1, "filename": "cotede-0.15.2.tar.gz", "has_sig": false, "md5_digest": "d413cfdab787d2d351acf1f172097c6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29433, "upload_time": "2015-12-20T04:33:22", "url": "https://files.pythonhosted.org/packages/2f/b2/1e8ff7f078405e4918dcf01bbcd22dfbf65f60c8b471135df97171ba9d8b/cotede-0.15.2.tar.gz" } ], "0.15.3": [ { "comment_text": "", "digests": { "md5": "6108c46f7692353c8c8c63af185d793d", "sha256": "a1d8469ddeee684dbe55e69bac760be1db65c5d494d848988b065259046a22f9" }, "downloads": -1, "filename": "cotede-0.15.3.tar.gz", "has_sig": false, "md5_digest": "6108c46f7692353c8c8c63af185d793d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29477, "upload_time": "2015-12-22T06:53:17", "url": "https://files.pythonhosted.org/packages/d5/2d/d326cfa7d2c1e85965829bfd326534f1d7a9d3f5a647c40014f2d6557d5f/cotede-0.15.3.tar.gz" } ], "0.15.4": [ { "comment_text": "", "digests": { "md5": "808a785c0abaef7e23085bfdfef6fd30", "sha256": "2436051fb25636e27fea2e4c03ddd1bea7c3007f889453dffd8a7ddd5caa9714" }, "downloads": -1, "filename": "cotede-0.15.4.tar.gz", "has_sig": false, "md5_digest": "808a785c0abaef7e23085bfdfef6fd30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29494, "upload_time": "2016-02-10T19:37:50", "url": "https://files.pythonhosted.org/packages/5e/ca/0b42dfe2378a830a35cd602fdd55e5f3bf9a5fa59b96e510203265ccaa53/cotede-0.15.4.tar.gz" } ], "0.17.0": [ { "comment_text": "", "digests": { "md5": "b38dbacb72f488c8a6752a9a82556619", "sha256": "e48345f4c3544c8dacf488856d787b343c1dfe8408f8ea1c144b95a7f5fdb8b2" }, "downloads": -1, "filename": "cotede-0.17.0.tar.gz", "has_sig": false, "md5_digest": "b38dbacb72f488c8a6752a9a82556619", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35049, "upload_time": "2016-04-01T22:11:13", "url": "https://files.pythonhosted.org/packages/df/93/7321afffdc55c7d5edbdfc13bcb89eae725acb7a3f36e1450b139cfc6d1f/cotede-0.17.0.tar.gz" } ], "0.18.0": [ { "comment_text": "", "digests": { "md5": "98c6aa971d12bfe993ddd993be727b79", "sha256": "3b3407d7c1476e1d2176ad9a73ea80dd43f0e693f27d50d3c4ef86ee7ec9acf3" }, "downloads": -1, "filename": "cotede-0.18.0-py2-none-any.whl", "has_sig": false, "md5_digest": "98c6aa971d12bfe993ddd993be727b79", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 69036, "upload_time": "2016-08-03T04:03:05", "url": "https://files.pythonhosted.org/packages/1b/d0/48fd87ae98279c8f6cf2888c8b2b01aec16bdff4614818fd7e0af9b08db3/cotede-0.18.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f134a1016f5d8bfcdd5de7598c3cb1e8", "sha256": "1b025fe50d218da02e554499224a0322a3ab38fbb977f780a8ec9df9f804549b" }, "downloads": -1, "filename": "cotede-0.18.0.tar.gz", "has_sig": false, "md5_digest": "f134a1016f5d8bfcdd5de7598c3cb1e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56629, "upload_time": "2016-08-03T04:01:46", "url": "https://files.pythonhosted.org/packages/a3/a8/511fda24dad207e3f67d0257d987459a9a825bbfb9c7e2c92e24de4d70df/cotede-0.18.0.tar.gz" } ], "0.19.0": [ { "comment_text": "", "digests": { "md5": "b6db3e6785c39add842a3eddf3813e1e", "sha256": "eca78c160b25465def5bb626a5e23d89266db11dc41600e2aa1591b97f8924fa" }, "downloads": -1, "filename": "cotede-0.19.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b6db3e6785c39add842a3eddf3813e1e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 54222, "upload_time": "2017-05-28T06:26:43", "url": "https://files.pythonhosted.org/packages/45/4f/4ff0a8bf23efe212b64dc8a338a90049c13bd5f7c35e2bc6529bd7b53af4/cotede-0.19.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4473b2535770468652d8987c6226f064", "sha256": "936643c93915b93be8f1cd02bf467619253dcc4e6c7b87aa67ff509c923d7d5e" }, "downloads": -1, "filename": "cotede-0.19.0.tar.gz", "has_sig": false, "md5_digest": "4473b2535770468652d8987c6226f064", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36505, "upload_time": "2017-05-28T06:26:45", "url": "https://files.pythonhosted.org/packages/92/79/19675c1e9368d977e8ffc27764ecb8c55abfd247f098d023e784abbb2cbf/cotede-0.19.0.tar.gz" } ], "0.19.1": [ { "comment_text": "", "digests": { "md5": "434852efba550539518d7d9592924479", "sha256": "8869e28641f4401f7a6a042bbb0bc7f7e2eadf866d392a2fbd7b7e874a2206a9" }, "downloads": -1, "filename": "cotede-0.19.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "434852efba550539518d7d9592924479", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 54223, "upload_time": "2017-05-29T01:12:24", "url": "https://files.pythonhosted.org/packages/06/a9/cae5386b42daef7a6c2d27e3c590162bb98c1c11c039b5447bd9e46a1b2d/cotede-0.19.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d8e46a3a9ec3149663fa771f0cbe77d", "sha256": "2a9ccf3aafd7e91694a180f6ef679bd3fa617fc7926f39602f34fb8818c03c2b" }, "downloads": -1, "filename": "cotede-0.19.1.tar.gz", "has_sig": false, "md5_digest": "2d8e46a3a9ec3149663fa771f0cbe77d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36499, "upload_time": "2017-05-29T01:12:25", "url": "https://files.pythonhosted.org/packages/f0/d6/87d85cc6d92c393722624808753e7534565dff78567f307ebb35faea5ec0/cotede-0.19.1.tar.gz" } ], "0.19.2": [ { "comment_text": "", "digests": { "md5": "5831f9c353d400404033633b5258fa77", "sha256": "dd16f91e8915078bcb40e0b4c881c49aea8a342f22a9aa6a0fd62370fe028ad6" }, "downloads": -1, "filename": "cotede-0.19.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5831f9c353d400404033633b5258fa77", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 54242, "upload_time": "2018-01-07T07:51:50", "url": "https://files.pythonhosted.org/packages/ad/a4/e3f5f7c7e4b19f72f4ca6e0136304905896299724f5e7bfd82df5c7a8c21/cotede-0.19.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d53009d73403683d815db328f9dabc88", "sha256": "1dae4b9c3f2a724f7b72fd1da0f8627ab3298cbe8ec6217adca0c9d53316c3d4" }, "downloads": -1, "filename": "cotede-0.19.2.tar.gz", "has_sig": false, "md5_digest": "d53009d73403683d815db328f9dabc88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36463, "upload_time": "2018-01-07T07:51:51", "url": "https://files.pythonhosted.org/packages/f9/44/023077af0183d6f9f0243305b0c090be29ad1d7110589c69546aea826c45/cotede-0.19.2.tar.gz" } ], "0.20.2.dev1": [ { "comment_text": "", "digests": { "md5": "bbd0051b05e0a0e1d1b4b96dcb90549c", "sha256": "b74b2bd7151967d9686ee36f05ec4b20cbe1c5dbce40ae7fd47dd8c4949c1b30" }, "downloads": -1, "filename": "cotede-0.20.2.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bbd0051b05e0a0e1d1b4b96dcb90549c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 55445, "upload_time": "2019-03-14T06:01:41", "url": "https://files.pythonhosted.org/packages/29/60/5625be6d1bffda15d038e7e5f6169a7c5ecba5a735e247218e0e2cb98ae3/cotede-0.20.2.dev1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bc07c0edc932a162f544df1bd59c05d", "sha256": "3a39fa7015d15e2798ffda13533a10ac03eb514a7e37ba130ad7261e160b279e" }, "downloads": -1, "filename": "cotede-0.20.2.dev1.tar.gz", "has_sig": false, "md5_digest": "4bc07c0edc932a162f544df1bd59c05d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39436, "upload_time": "2019-03-14T06:01:43", "url": "https://files.pythonhosted.org/packages/4d/db/611f73edff464265ad8012261dab93f0be85a2a7cab3a8ac02b9ef38b266/cotede-0.20.2.dev1.tar.gz" } ], "0.20.3": [ { "comment_text": "", "digests": { "md5": "4f9cdc7ed0c056624bd49fb8652cf8d8", "sha256": "abb4a9c9f26818809896396ebc1c9c265e0e0273f5af18dd48216a97f562cec3" }, "downloads": -1, "filename": "cotede-0.20.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4f9cdc7ed0c056624bd49fb8652cf8d8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 55662, "upload_time": "2019-08-28T05:52:08", "url": "https://files.pythonhosted.org/packages/a8/e8/13695f821989c22e82f33d36138f57e1bb66917259973ff06fdc62bad93e/cotede-0.20.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "95f23434adb5098e022250f3e8096c25", "sha256": "7851109ea8bf359bd2d69613b5b810d48b80fd9e52455a3a4d0cd98ec58c7316" }, "downloads": -1, "filename": "cotede-0.20.3.tar.gz", "has_sig": false, "md5_digest": "95f23434adb5098e022250f3e8096c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39621, "upload_time": "2019-08-28T05:52:10", "url": "https://files.pythonhosted.org/packages/d0/84/c30e5b9e943378d21e8b784a0d51d9762714a257177e81dfa31e6cc54993/cotede-0.20.3.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "a2e1619d5b64e7a823a07310d2014f08", "sha256": "df14b8ae2ab2f157c039d8235b2578c11e497f87d8e282ae3d0470b1ced3fd77" }, "downloads": -1, "filename": "cotede-0.8.tar.gz", "has_sig": false, "md5_digest": "a2e1619d5b64e7a823a07310d2014f08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12519, "upload_time": "2013-12-09T13:36:04", "url": "https://files.pythonhosted.org/packages/fc/e6/ffa11d795550788daadbfeea8fe7763b90d044c2bdeb632f0beb936b2041/cotede-0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f9cdc7ed0c056624bd49fb8652cf8d8", "sha256": "abb4a9c9f26818809896396ebc1c9c265e0e0273f5af18dd48216a97f562cec3" }, "downloads": -1, "filename": "cotede-0.20.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4f9cdc7ed0c056624bd49fb8652cf8d8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 55662, "upload_time": "2019-08-28T05:52:08", "url": "https://files.pythonhosted.org/packages/a8/e8/13695f821989c22e82f33d36138f57e1bb66917259973ff06fdc62bad93e/cotede-0.20.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "95f23434adb5098e022250f3e8096c25", "sha256": "7851109ea8bf359bd2d69613b5b810d48b80fd9e52455a3a4d0cd98ec58c7316" }, "downloads": -1, "filename": "cotede-0.20.3.tar.gz", "has_sig": false, "md5_digest": "95f23434adb5098e022250f3e8096c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39621, "upload_time": "2019-08-28T05:52:10", "url": "https://files.pythonhosted.org/packages/d0/84/c30e5b9e943378d21e8b784a0d51d9762714a257177e81dfa31e6cc54993/cotede-0.20.3.tar.gz" } ] }