{ "info": { "author": "Wayne Crawford", "author_email": "crawford@ipgp.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics" ], "description": "===================\nobsinfo\n===================\n\nA system for for creating FDSN-standard data and metadata for ocean bottom\nseismometers using standardized, easy-to-read information files \n\nCurrent goal\n======================\n\nTo come out with a first version (v1.x) schema for the information files. We\nwould like input from seismologists and ocean bottom seismometer\nmanufacturers/facilities about what information/capabilities are missing. \nExisting questions can be found/modified in QUESTIONS_infofiles.rst\n\nInformation files\n======================\n\nThe system is based on \"`information files`_\" in JSON or YAML format, filled in\nby appropriate actors and broken down into different categories to remove\nredundancy and simplify input as much as possible.\n\nThere are 4 main file types:\n\n+---------------------------+-----------------------+-----------------+---------------+\n| Name | Description | Filled by | When filled |\n+===========================+=======================+=================+===============+\n| **campaign** | Lists of stations | | |\n| | facilities and | | |\n| | participants, plus | Chief scientist | after a data |\n| | desired verification. | | collection |\n| | NOT NEEDED FOR | | campaign |\n| | PROCESSING | | |\n+---------------------------+-----------------------+-----------------+---------------+\n| **network** | Deployed stations, | | after a |\n| | their instruments | OBS facility | campaign |\n| | and parameters | | |\n+---------------------------+-----------------------+-----------------+---------------+\n| **instrumentation** | Instrument | OBS facility | new/changed |\n| | description | | instruments |\n+---------------------------+-----------------------+-----------------+---------------+\n| **instrument_components** | Description of basic | OBS facility | when there |\n| | components (sensors, | -or- | are new |\n| | digitizers, | component | components or |\n| | amplifiers/filters) | manufacturer | calibrations |\n+---------------------------+-----------------------+-----------------+---------------+\n\nThere can also be **response** and **filter** files to simplify the input of\nrepeated elements in **instrument_components** files.\n\nOnly the **campaign** and **network** files are OBS-specific.\nThe **instrumentation** files and their subfiles could be replaced by existing\nstandards such as RESP files or the NRL (Nominal Response Library), but obsinfo provides \na simpler and more standards-compliant way to specify the components, and \nit can automatically calculate response sensitivities based on gains and filter\ncharacteristics (using obsPy). obsinfo instrumentation files could also be used to\nmake RESP-files and NRL directories, if so desired. \n\nPython code\n======================\n\nThe package name is ``obsinfo``\n\n``obsinfo.network``, ``obsinfo.instrumentation`` and\n``obsinfo.instrument_components`` contain code to process the corresponding\ninformation files. ``obsinfo.misc`` contains code common to the above modules\n\n`obspy.addons` contains modules specific to proprietary systems:\n\n- ``obspy.addons.LCHEAPO`` creates scripts to convert LCHEAPO OBS data to\n miniSEED using the ``lc2ms`` software\n- ``obspy.addons.SDPCHAIN`` creates scripts to convert basic miniSEED data\n to OBS-aware miniSEED using the ``SDPCHAIN`` software suite\n- ``obspy.addons.OCA`` creates JSON metadata in a format used by the\n Observatoire de la Cote d'Azur to create StationXML\n\nExecutables\n======================\n\nThe following command-line executables perform useful tasks:\n\n- ``obsinfo-validate``: validates an information file against its schema\n- ``obsinfo-print``: prints a summary of an information file\n- ``obsinfo-makeSTATIONXML``: generates StationXML files from a network +\n instrumentation information files\n\nThe following command-line executables make scripts to run specific data conversion software:\n\n- ``obsinfo-make_LCHEAPO_scripts``: Makes scripts to convert LCHEAPO data to miniSEED\n- ``obsinfo-make_SDPCHAIN_scripts``: Makes scripts to drift correct miniSEED data and package\n them for FDSN-compatible data centers\n\nOther subdirectories\n======================\n\n`obsinfo/data/`\n------------------------------------------------------------\n\nContains information used by the program:\n\n``data/schema`` contains JSON Schema for each file type.\n\n\n`obsinfo/_examples/`\n------------------------------------------------------------\n\nContains example information files and scripts:\n\n- ``_examples/Information_Files`` contains a complete set of information files\n\n * ``.../campaigns`` contains **network** and **campaign** files\n\n * ``.../instrumentation`` contains **instrumentation**,\n **instrument_components**, **response** and **filter** files.\n\n- ``_examples/scripts`` contains bash scripts to look at and manipulate these files\n using the executables. Running these scripts is a good way to make sure your\n installation works, looking at the files they work on is a good way to start\n making your own information files.\n\nComments\n======================\n\nWe use standard MAJOR.MINOR.MAINTENANCE version numbering but, while the\nsystem is in prerelease:\n\n- MAJOR==0\n\n- MINOR increments every time the information \n file structure changes in a **non-backwards-compatible** way\n\n- MAINTENANCE increments when the code changes or the file structure changes\n in a **backwards-compatible** way\n\nMore information\n======================\n\n`information files`_\n\n`TO DO`_\n\nUse `reStructuredText\n`_ to modify this file.\n\n.. _information files: information_files.rst\n.. _TO DO: ToDo.rst\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/WayneCrawford/obsinfo", "keywords": "seismology OBS", "license": "", "maintainer": "", "maintainer_email": "", "name": "obsinfo", "package_url": "https://pypi.org/project/obsinfo/", "platform": "", "project_url": "https://pypi.org/project/obsinfo/", "project_urls": { "Homepage": "https://github.com/WayneCrawford/obsinfo" }, "release_url": "https://pypi.org/project/obsinfo/0.106.0/", "requires_dist": [ "obspy (>=1.1)", "pyyaml (>=3.0)", "jsonschema (>=2.6)", "jsonref (>=0.2)" ], "requires_python": ">=3", "summary": "Tools for documenting ocean bottom seismometer experiments and creating meta/data", "version": "0.106.0" }, "last_serial": 5938148, "releases": { "0.104.1.post1": [ { "comment_text": "", "digests": { "md5": "a2021ef6d3262591fddbec71d7380189", "sha256": "2228803ce4d96a95953aa1c7a3351e03addfd86d400c420c09668d2363568f7d" }, "downloads": -1, "filename": "obsinfo-0.104.1.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "a2021ef6d3262591fddbec71d7380189", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 65431, "upload_time": "2019-01-14T22:26:50", "url": "https://files.pythonhosted.org/packages/4a/1e/25e0578520e0dc980b7e39b45e4a686237c6ec9e9f11d7164b728b4db87d/obsinfo-0.104.1.post1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d5b8c10428921674de96bed467523b9", "sha256": "54a67c90a3057ddbdbc489c1be57560e7b80956d4e5f0942918847640abefaec" }, "downloads": -1, "filename": "obsinfo-0.104.1.post1.tar.gz", "has_sig": false, "md5_digest": "2d5b8c10428921674de96bed467523b9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 40970, "upload_time": "2019-01-14T22:26:52", "url": "https://files.pythonhosted.org/packages/52/a1/e88e14faf81dff763b342fbba90d5b9609342dde2f395a8ad76fd5dc393e/obsinfo-0.104.1.post1.tar.gz" } ], "0.104.1.post2": [ { "comment_text": "", "digests": { "md5": "16a4731a410f6c0e422264728b0066e4", "sha256": "73f5b14027313ea6ea306d0beb0b038a5fcb9ad053940c68339e7cb594f2f5bd" }, "downloads": -1, "filename": "obsinfo-0.104.1.post2-py3-none-any.whl", "has_sig": false, "md5_digest": "16a4731a410f6c0e422264728b0066e4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 116320, "upload_time": "2019-01-14T22:40:25", "url": "https://files.pythonhosted.org/packages/ec/08/a6a69414a96bff564b2f0c86ed1de30d54bc733574b247e3556f2467bf92/obsinfo-0.104.1.post2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae687cdb41d4c021d117216033d173eb", "sha256": "6a2a71e55d4d878d40e9379252b6ffb059d6db89dee96bfa8d71b42405457a49" }, "downloads": -1, "filename": "obsinfo-0.104.1.post2.tar.gz", "has_sig": false, "md5_digest": "ae687cdb41d4c021d117216033d173eb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 59422, "upload_time": "2019-01-14T22:40:28", "url": "https://files.pythonhosted.org/packages/9d/3b/650ab9bcd3b12bdbfa0afce0c38ad732abffa2728b35ba4c638bfa878a09/obsinfo-0.104.1.post2.tar.gz" } ], "0.104.1.post3": [ { "comment_text": "", "digests": { "md5": "37e36f4fa99aef6efedb5bbcd31ce964", "sha256": "f1a7716a15fa79e395abf758378c3e0d51a6e41d94da4831d50fdfb498211fe6" }, "downloads": -1, "filename": "obsinfo-0.104.1.post3-py3-none-any.whl", "has_sig": false, "md5_digest": "37e36f4fa99aef6efedb5bbcd31ce964", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 151006, "upload_time": "2019-01-14T23:49:26", "url": "https://files.pythonhosted.org/packages/42/0a/2d66454b2d03c6db1533746977bb342b20c1e0b08a862796435949faa7b2/obsinfo-0.104.1.post3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4579897f697f3f18e4872f1da7d13609", "sha256": "693b750607f657e61320985de7692e51c559de52c1ef436483a1aceace86805c" }, "downloads": -1, "filename": "obsinfo-0.104.1.post3.tar.gz", "has_sig": false, "md5_digest": "4579897f697f3f18e4872f1da7d13609", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 78208, "upload_time": "2019-01-14T23:49:29", "url": "https://files.pythonhosted.org/packages/ee/3e/cce2344c3cfb27555c454a4d4f5c55a33320a2888634720a1f67bff2413f/obsinfo-0.104.1.post3.tar.gz" } ], "0.104.1.post4": [ { "comment_text": "", "digests": { "md5": "fc3f4e68ea37a31e8006d5b27ff0a1d1", "sha256": "7e14c4d0b4e8ed8f5e6993f872b51b4232a6e0ba8bd68b4315fb3c9cd7321aa1" }, "downloads": -1, "filename": "obsinfo-0.104.1.post4-py3-none-any.whl", "has_sig": false, "md5_digest": "fc3f4e68ea37a31e8006d5b27ff0a1d1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 151005, "upload_time": "2019-01-14T23:53:39", "url": "https://files.pythonhosted.org/packages/86/7d/e69b04df7bd084e5da0dbefd81f33fb84e96a7080a7841f5c578d358068c/obsinfo-0.104.1.post4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d495d7b75bd8bd5b0e95bc4ccbd4903", "sha256": "a8e730fe9065aaada5ed52afd9f509b83dd77ba009840000afa02f6cbbcf03bf" }, "downloads": -1, "filename": "obsinfo-0.104.1.post4.tar.gz", "has_sig": false, "md5_digest": "0d495d7b75bd8bd5b0e95bc4ccbd4903", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 58728, "upload_time": "2019-01-14T23:53:41", "url": "https://files.pythonhosted.org/packages/94/bd/b4801e47d510e21ded2b2ddc8d17282237d751b1e8bf07417b2deaf3ae62/obsinfo-0.104.1.post4.tar.gz" } ], "0.104.1.post5": [ { "comment_text": "", "digests": { "md5": "79b0828da05a8540dad6b2870bf0046e", "sha256": "586d8bdb1a3b25ad852c3e989b5ea4a50a6991348578b00ba7aa547888fcb8d1" }, "downloads": -1, "filename": "obsinfo-0.104.1.post5-py3-none-any.whl", "has_sig": false, "md5_digest": "79b0828da05a8540dad6b2870bf0046e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 151007, "upload_time": "2019-01-15T00:05:08", "url": "https://files.pythonhosted.org/packages/59/27/4b441dd44a769f376581a91ece45bf6106b831771afa17a2525666a119ea/obsinfo-0.104.1.post5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b12ea7b1ae9fce288d0da53d0573d260", "sha256": "48146e7c22269484e53ef0ceb41eff8f6bba31a2713ae4364242a765c2541438" }, "downloads": -1, "filename": "obsinfo-0.104.1.post5.tar.gz", "has_sig": false, "md5_digest": "b12ea7b1ae9fce288d0da53d0573d260", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 58724, "upload_time": "2019-01-15T00:05:10", "url": "https://files.pythonhosted.org/packages/1e/86/7f896a38eb6494436eb9fae5a011c7f9e44a7649c5848de8ea10fd5112fc/obsinfo-0.104.1.post5.tar.gz" } ], "0.104.2": [ { "comment_text": "", "digests": { "md5": "47cb1de0e90da2bae0df89a1ce55f50f", "sha256": "71b09e4608ced73dc172afeec67be9756661f046d31afc86e2538ae464fa7e97" }, "downloads": -1, "filename": "obsinfo-0.104.2-py3-none-any.whl", "has_sig": false, "md5_digest": "47cb1de0e90da2bae0df89a1ce55f50f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 181363, "upload_time": "2019-01-15T17:55:05", "url": "https://files.pythonhosted.org/packages/b4/f6/7c420e4b5727e8688d9aa7d4ab2559ceabc47aa8651a7b227f41f2d74604/obsinfo-0.104.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "39e5fbfb15682d3f6e14d301e016cf39", "sha256": "83df30fd24307df13917607e94d5ddaa6cd245323f9f2b0df53302b07a17207d" }, "downloads": -1, "filename": "obsinfo-0.104.2.tar.gz", "has_sig": false, "md5_digest": "39e5fbfb15682d3f6e14d301e016cf39", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 82378, "upload_time": "2019-01-15T17:55:09", "url": "https://files.pythonhosted.org/packages/0d/9a/3c9ec1136afcde171bf50aa31ff8521508476298deaefdb480068f1b847d/obsinfo-0.104.2.tar.gz" } ], "0.104.2.post1": [ { "comment_text": "", "digests": { "md5": "7e88ff46ee625449c0698c7c45d9b944", "sha256": "4afcfb12c90e0fcf19d28439b7f5c730c148f1de1b4ec317fd85882a74d2e8de" }, "downloads": -1, "filename": "obsinfo-0.104.2.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "7e88ff46ee625449c0698c7c45d9b944", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 183018, "upload_time": "2019-01-16T09:46:44", "url": "https://files.pythonhosted.org/packages/04/1b/291befdeae51437ddc4968247774fe63143080ef942d32ec6ff4bb1f1436/obsinfo-0.104.2.post1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c659ea952b5183df66022c37faf1aee", "sha256": "c716420acdc5a93604021b093c0d2ac9a79c97970704e4323d3184b9f9c3f2fa" }, "downloads": -1, "filename": "obsinfo-0.104.2.post1.tar.gz", "has_sig": false, "md5_digest": "5c659ea952b5183df66022c37faf1aee", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 82653, "upload_time": "2019-01-16T09:46:46", "url": "https://files.pythonhosted.org/packages/ad/1f/f142b5e5af447b9b2b16e5b1dc22c26af08c1ff106d02f5f6e538a855ba1/obsinfo-0.104.2.post1.tar.gz" } ], "0.104.3.post1": [ { "comment_text": "", "digests": { "md5": "63e02625267c60b4a11e4030c9e96a0a", "sha256": "6f12ce097db5516c9b041a91ab3b8a09e18e8c0b91e9bd0f0f97c09b64e25962" }, "downloads": -1, "filename": "obsinfo-0.104.3.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "63e02625267c60b4a11e4030c9e96a0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 101683, "upload_time": "2019-01-17T10:35:26", "url": "https://files.pythonhosted.org/packages/88/63/d09d78cd5c029435d203afc24edc5fcb89ffcc1a18cd883c481eaf4e6bfb/obsinfo-0.104.3.post1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e58ff2680964b95f5da15e63a9a5f0c", "sha256": "c2b2e0433a2b87dbb50ff59ffb60e375c2479e73cbb804694125d0ef1c320268" }, "downloads": -1, "filename": "obsinfo-0.104.3.post1.tar.gz", "has_sig": false, "md5_digest": "7e58ff2680964b95f5da15e63a9a5f0c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 55422, "upload_time": "2019-01-17T10:35:29", "url": "https://files.pythonhosted.org/packages/a3/e2/36d2eeb6c21d382c6e780337124d740aa0f211b0e176a8f4a76e1d71e2a3/obsinfo-0.104.3.post1.tar.gz" } ], "0.105": [ { "comment_text": "", "digests": { "md5": "a9efe2f14f4a8edf9078b598e7a649ee", "sha256": "c564b4e3d71ac68c6e25594d419c83a77c85d2a8a24e1a30f09ed7225ae461a1" }, "downloads": -1, "filename": "obsinfo-0.105-py3-none-any.whl", "has_sig": false, "md5_digest": "a9efe2f14f4a8edf9078b598e7a649ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 152507, "upload_time": "2019-01-30T22:11:05", "url": "https://files.pythonhosted.org/packages/37/5b/e61b5c3973f47e0108d672064a2025c4a00333c61bf9d049693ffba046f3/obsinfo-0.105-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "958992356f853d31ba64199200218775", "sha256": "0f78ca53b04317fb2db440f9f54ed83f6e82668ad35696ddaa3473e0ce916c73" }, "downloads": -1, "filename": "obsinfo-0.105.tar.gz", "has_sig": false, "md5_digest": "958992356f853d31ba64199200218775", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 77443, "upload_time": "2019-01-30T22:11:08", "url": "https://files.pythonhosted.org/packages/f0/ad/e5737371026523aa1bd563751cbc201c297312ca90ea9e75767e1f807793/obsinfo-0.105.tar.gz" } ], "0.105.2": [ { "comment_text": "", "digests": { "md5": "be501efbbba7176f518ca4ad7dd769c4", "sha256": "ad1c55da993ebeaf86a787ece42764da7c142b8ae9739039124b1973be27aa50" }, "downloads": -1, "filename": "obsinfo-0.105.2-py3-none-any.whl", "has_sig": false, "md5_digest": "be501efbbba7176f518ca4ad7dd769c4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 100199, "upload_time": "2019-03-20T17:16:09", "url": "https://files.pythonhosted.org/packages/b2/68/8a913f4856d3d0496163e1c0e3878c57f14ab18bf13e924a1c780bb0c868/obsinfo-0.105.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82f871dc920a78326a1d602356fa08f3", "sha256": "433040876f5bf1b7a6c743cea35040073343c53b16d5594ab1b0cb7ed05013dd" }, "downloads": -1, "filename": "obsinfo-0.105.2.tar.gz", "has_sig": false, "md5_digest": "82f871dc920a78326a1d602356fa08f3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 55012, "upload_time": "2019-03-20T17:16:11", "url": "https://files.pythonhosted.org/packages/41/1a/a71bff96f57faccb11bb0a52c4fb0be88957cc8eed5d54253ef3c1525c72/obsinfo-0.105.2.tar.gz" } ], "0.105.3": [ { "comment_text": "", "digests": { "md5": "5ed93f2e609a740884876b8144e3019d", "sha256": "562f79cff2bd3f64b544541cb22f68731a04d25ea60585aed0a4b7dc04d731e7" }, "downloads": -1, "filename": "obsinfo-0.105.3-py3-none-any.whl", "has_sig": false, "md5_digest": "5ed93f2e609a740884876b8144e3019d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 100313, "upload_time": "2019-03-21T07:56:08", "url": "https://files.pythonhosted.org/packages/85/8c/f2f03735ba7cc8cdfbe958212fbbc4c81dc727b72771dc7b440cde7016f9/obsinfo-0.105.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3dcf2cf8ecdc9832f3077f89bd5a22f3", "sha256": "8e92e09b3b2513a6282604a6b4c97277565a8bddf5e74ea5a10db6d2ccab2e93" }, "downloads": -1, "filename": "obsinfo-0.105.3.tar.gz", "has_sig": false, "md5_digest": "3dcf2cf8ecdc9832f3077f89bd5a22f3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 55117, "upload_time": "2019-03-21T07:56:10", "url": "https://files.pythonhosted.org/packages/78/67/e9093fed03e4b78410d00b5e533fcbbcecc2d8785f573167c20a70fc3bab/obsinfo-0.105.3.tar.gz" } ], "0.105.5": [ { "comment_text": "", "digests": { "md5": "e4df8c75d459ba3eb9f553f4b427fc01", "sha256": "7efb9206ef45aeb8c91b16f96a3718d04334774806495028487fc3ea84773324" }, "downloads": -1, "filename": "obsinfo-0.105.5-py3-none-any.whl", "has_sig": false, "md5_digest": "e4df8c75d459ba3eb9f553f4b427fc01", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 100818, "upload_time": "2019-03-28T17:16:32", "url": "https://files.pythonhosted.org/packages/b1/ed/f6a78e232c848ccb68d0808aba9d1b1016ca6f65c511e149f447116246e9/obsinfo-0.105.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b28403542af6db5e4b4bf9803826637", "sha256": "013d5ee0b77be7894bb77acf77bcb1ef0e26d38530a44508d5ae6f5f22d1456c" }, "downloads": -1, "filename": "obsinfo-0.105.5.tar.gz", "has_sig": false, "md5_digest": "2b28403542af6db5e4b4bf9803826637", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 55653, "upload_time": "2019-03-28T17:16:34", "url": "https://files.pythonhosted.org/packages/45/4a/7b1a7ba4316cbf00ed0b85b9a3d0ef686561c178f108eb5bb5455d62e920/obsinfo-0.105.5.tar.gz" } ], "0.105.8": [ { "comment_text": "", "digests": { "md5": "f3d7badefa1d87cd4ae8bc01bf13beb3", "sha256": "0084f366741a6f98cbf6deedd25d20d26e970451378399313dc5db9e5308879d" }, "downloads": -1, "filename": "obsinfo-0.105.8-py3-none-any.whl", "has_sig": false, "md5_digest": "f3d7badefa1d87cd4ae8bc01bf13beb3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 131635, "upload_time": "2019-07-06T15:29:37", "url": "https://files.pythonhosted.org/packages/42/ab/5a3f37c888294e9074af2470bf4019dfb6447a6ef9026bef87669d1017f0/obsinfo-0.105.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c83ce17d3af6643a2a3ffc38bd59a10d", "sha256": "43658ff85d93083fb00ce740e6efceb43fd4dfa73d8fe424d655b68ff4e19d34" }, "downloads": -1, "filename": "obsinfo-0.105.8.tar.gz", "has_sig": false, "md5_digest": "c83ce17d3af6643a2a3ffc38bd59a10d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 83757, "upload_time": "2019-07-06T15:29:39", "url": "https://files.pythonhosted.org/packages/fb/41/9c029939b1ac3348d865263a9080bd0c46e60efcbd5e7cbc0562e2ae0e1a/obsinfo-0.105.8.tar.gz" } ], "0.106.0": [ { "comment_text": "", "digests": { "md5": "95341e2155dcb94ba624faf48e796edb", "sha256": "b08d00cde5d02f02d9a8c18d9cd27bfd98375668579f525102967c8106c6cfd8" }, "downloads": -1, "filename": "obsinfo-0.106.0-py3-none-any.whl", "has_sig": false, "md5_digest": "95341e2155dcb94ba624faf48e796edb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 174856, "upload_time": "2019-10-07T10:51:02", "url": "https://files.pythonhosted.org/packages/8c/5d/c52f93862fc70b8b25d127c67a075145555dd74b4de94f04c50c338e9397/obsinfo-0.106.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f3685ae0e3585bbe8fed451ea7562f50", "sha256": "abbd11a6190c87053eb6b334eac678be63b826852c3c4e6bf4eea69070ff45eb" }, "downloads": -1, "filename": "obsinfo-0.106.0.tar.gz", "has_sig": false, "md5_digest": "f3685ae0e3585bbe8fed451ea7562f50", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 65251, "upload_time": "2019-10-07T10:51:04", "url": "https://files.pythonhosted.org/packages/a7/c3/95a97d3b539ffc7cb3009670ac8815a017d9b1ebe6cfe3498e645ff3e26c/obsinfo-0.106.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95341e2155dcb94ba624faf48e796edb", "sha256": "b08d00cde5d02f02d9a8c18d9cd27bfd98375668579f525102967c8106c6cfd8" }, "downloads": -1, "filename": "obsinfo-0.106.0-py3-none-any.whl", "has_sig": false, "md5_digest": "95341e2155dcb94ba624faf48e796edb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 174856, "upload_time": "2019-10-07T10:51:02", "url": "https://files.pythonhosted.org/packages/8c/5d/c52f93862fc70b8b25d127c67a075145555dd74b4de94f04c50c338e9397/obsinfo-0.106.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f3685ae0e3585bbe8fed451ea7562f50", "sha256": "abbd11a6190c87053eb6b334eac678be63b826852c3c4e6bf4eea69070ff45eb" }, "downloads": -1, "filename": "obsinfo-0.106.0.tar.gz", "has_sig": false, "md5_digest": "f3685ae0e3585bbe8fed451ea7562f50", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 65251, "upload_time": "2019-10-07T10:51:04", "url": "https://files.pythonhosted.org/packages/a7/c3/95a97d3b539ffc7cb3009670ac8815a017d9b1ebe6cfe3498e645ff3e26c/obsinfo-0.106.0.tar.gz" } ] }