pyrocko


Namepyrocko JSON
Version 2024.1.10 PyPI version JSON
download
home_page
SummaryA versatile seismology toolkit for Python.
upload_time2024-01-10 10:47:19
maintainer
docs_urlNone
author
requires_python>=3.7
licenseGPLv3
keywords seismology waveform analysis earthquake modelling geophysics geophysical inversion
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pyrocko
### _A seismology toolkit for Python_

[![Build Status](https://drone.pyrocko.org/api/badges/pyrocko/pyrocko/status.svg?ref=refs/heads/master)](https://drone.pyrocko.org/pyrocko/pyrocko)
[![Anaconda-Server Badge](https://anaconda.org/pyrocko/pyrocko/badges/version.svg)](https://conda.anaconda.org/pyrocko)
[![PyPI](https://img.shields.io/pypi/v/pyrocko.svg)](https://pypi.python.org/pypi/pyrocko/)


## Installation

Pyrocko can be installed on various operating systems and in many different
installation styles. Please consult the [Pyrocko Installation Manual](https://pyrocko.org/docs/current/install/) for details.

### System wide installation from source

```
git clone https://git.pyrocko.org/pyrocko/pyrocko.git
cd pyrocko
python install.py deps system
python install.py system
```

### User installation from source

```
git clone https://git.pyrocko.org/pyrocko/pyrocko.git
cd pyrocko
pip install .  # only install into isolated environments like this!
```

### Installation with Anaconda

Anaconda3 packages are available for Linux, OSX and Windows ([details](https://pyrocko.org/docs/current/install/packages/anaconda.html)).

```
conda install -c pyrocko pyrocko
```

### User installation with Python pip

Binary pip packages are available for Linux and Windows ([details](https://pyrocko.org/docs/current/install/packages/pip.html)).

```
pip install --user pyrocko
pip install --user --only-binary :all: PyQt5
```

## Documentation

Documentation and usage examples are available online at https://pyrocko.org/docs/current

## Community Support

Community support at [https://hive.pyrocko.org](https://hive.pyrocko.org/signup_user_complete/?id=9edryhxeptdbmxrecbwy3zg49y).

## Citation
The recommended citation for Pyrocko is: (You can find the BibTeX snippet in the
[`CITATION` file](CITATION.bib)):

> Heimann, Sebastian; Kriegerowski, Marius; Isken, Marius; Cesca, Simone; Daout, Simon; Grigoli, Francesco; Juretzek, Carina; Megies, Tobias; Nooshiri, Nima; Steinberg, Andreas; Sudhaus, Henriette; Vasyura-Bathke, Hannes; Willey, Timothy; Dahm, Torsten (2017): Pyrocko - An open-source seismology toolbox and library. V. 0.3. GFZ Data Services. https://doi.org/10.5880/GFZ.2.1.2017.001

[![DOI](https://img.shields.io/badge/DOI-10.5880%2FGFZ.2.1.2017.001-blue.svg)](https://doi.org/10.5880/GFZ.2.1.2017.001)

## License
GNU General Public License, Version 3, 29 June 2007

Copyright © 2017 Helmholtz Centre Potsdam GFZ German Research Centre for Geosciences, Potsdam, Germany

Pyrocko is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Pyrocko is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

## Contact
* Sebastian Heimann;
  sebastian.heimann@gfz-potsdam.de

* Marius Isken;
  marius.isken@gfz-potsdam.de

* Marius Kriegerowski;
  marius.kriegerowski@gfz-potsdam.de

```
Helmholtz Centre Potsdam German Research Centre for Geoscienes GFZ
Section 2.1: Physics of Earthquakes and Volcanoes
Helmholtzstraße 6/7
14467 Potsdam, Germany
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyrocko",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Sebastian Heimann <sebastian.heimann@uni-potsdam.de>",
    "keywords": "seismology,waveform analysis,earthquake modelling,geophysics,geophysical inversion",
    "author": "",
    "author_email": "The Pyrocko Developers <info@pyrocko.org>",
    "download_url": "https://files.pythonhosted.org/packages/60/17/317fcee2bffd32198cb1fd4a3ac23bdfcc620af7b4c6d7d37234c698289f/pyrocko-2024.1.10.tar.gz",
    "platform": null,
    "description": "# Pyrocko\n### _A seismology toolkit for Python_\n\n[![Build Status](https://drone.pyrocko.org/api/badges/pyrocko/pyrocko/status.svg?ref=refs/heads/master)](https://drone.pyrocko.org/pyrocko/pyrocko)\n[![Anaconda-Server Badge](https://anaconda.org/pyrocko/pyrocko/badges/version.svg)](https://conda.anaconda.org/pyrocko)\n[![PyPI](https://img.shields.io/pypi/v/pyrocko.svg)](https://pypi.python.org/pypi/pyrocko/)\n\n\n## Installation\n\nPyrocko can be installed on various operating systems and in many different\ninstallation styles. Please consult the [Pyrocko Installation Manual](https://pyrocko.org/docs/current/install/) for details.\n\n### System wide installation from source\n\n```\ngit clone https://git.pyrocko.org/pyrocko/pyrocko.git\ncd pyrocko\npython install.py deps system\npython install.py system\n```\n\n### User installation from source\n\n```\ngit clone https://git.pyrocko.org/pyrocko/pyrocko.git\ncd pyrocko\npip install .  # only install into isolated environments like this!\n```\n\n### Installation with Anaconda\n\nAnaconda3 packages are available for Linux, OSX and Windows ([details](https://pyrocko.org/docs/current/install/packages/anaconda.html)).\n\n```\nconda install -c pyrocko pyrocko\n```\n\n### User installation with Python pip\n\nBinary pip packages are available for Linux and Windows ([details](https://pyrocko.org/docs/current/install/packages/pip.html)).\n\n```\npip install --user pyrocko\npip install --user --only-binary :all: PyQt5\n```\n\n## Documentation\n\nDocumentation and usage examples are available online at https://pyrocko.org/docs/current\n\n## Community Support\n\nCommunity support at [https://hive.pyrocko.org](https://hive.pyrocko.org/signup_user_complete/?id=9edryhxeptdbmxrecbwy3zg49y).\n\n## Citation\nThe recommended citation for Pyrocko is: (You can find the BibTeX snippet in the\n[`CITATION` file](CITATION.bib)):\n\n> Heimann, Sebastian; Kriegerowski, Marius; Isken, Marius; Cesca, Simone; Daout, Simon; Grigoli, Francesco; Juretzek, Carina; Megies, Tobias; Nooshiri, Nima; Steinberg, Andreas; Sudhaus, Henriette; Vasyura-Bathke, Hannes; Willey, Timothy; Dahm, Torsten (2017): Pyrocko - An open-source seismology toolbox and library. V. 0.3. GFZ Data Services. https://doi.org/10.5880/GFZ.2.1.2017.001\n\n[![DOI](https://img.shields.io/badge/DOI-10.5880%2FGFZ.2.1.2017.001-blue.svg)](https://doi.org/10.5880/GFZ.2.1.2017.001)\n\n## License\nGNU General Public License, Version 3, 29 June 2007\n\nCopyright \u00a9 2017 Helmholtz Centre Potsdam GFZ German Research Centre for Geosciences, Potsdam, Germany\n\nPyrocko is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\nPyrocko is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\nYou should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\n\n## Contact\n* Sebastian Heimann;\n  sebastian.heimann@gfz-potsdam.de\n\n* Marius Isken;\n  marius.isken@gfz-potsdam.de\n\n* Marius Kriegerowski;\n  marius.kriegerowski@gfz-potsdam.de\n\n```\nHelmholtz Centre Potsdam German Research Centre for Geoscienes GFZ\nSection 2.1: Physics of Earthquakes and Volcanoes\nHelmholtzstra\u00dfe 6/7\n14467 Potsdam, Germany\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A versatile seismology toolkit for Python.",
    "version": "2024.1.10",
    "project_urls": {
        "changelog": "https://git.pyrocko.org/pyrocko/pyrocko/src/branch/master/CHANGELOG.md",
        "documentation": "https://pyrocko.org/docs",
        "homepage": "https://pyrocko.org",
        "repository": "https://git.pyrocko.org/pyrocko/pyrocko"
    },
    "split_keywords": [
        "seismology",
        "waveform analysis",
        "earthquake modelling",
        "geophysics",
        "geophysical inversion"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7eae94e7c9d601d52db722b3a6b8bd6ec1da95abfc3a7bb3d7fe2e0aec74986c",
                "md5": "ce7be8c2bc6d724eafb1e63a73a78520",
                "sha256": "0a76a3ab68b18779f68c1001f78252bc18500a1cac683fbf3dcb0b5445337484"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "ce7be8c2bc6d724eafb1e63a73a78520",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1747924,
            "upload_time": "2024-01-10T10:49:16",
            "upload_time_iso_8601": "2024-01-10T10:49:16.557190Z",
            "url": "https://files.pythonhosted.org/packages/7e/ae/94e7c9d601d52db722b3a6b8bd6ec1da95abfc3a7bb3d7fe2e0aec74986c/pyrocko-2024.1.10-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "602e19903aa71990e61d2e6b8e417353857649b152d39df784bf99aa063b42d0",
                "md5": "8c04415b662bfd0eb3cf6ec8118114ca",
                "sha256": "2b6e895ceabc862cc2a2822500068704c411874c50eb952f494a551badc26c78"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c04415b662bfd0eb3cf6ec8118114ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2191101,
            "upload_time": "2024-01-10T10:51:02",
            "upload_time_iso_8601": "2024-01-10T10:51:02.941781Z",
            "url": "https://files.pythonhosted.org/packages/60/2e/19903aa71990e61d2e6b8e417353857649b152d39df784bf99aa063b42d0/pyrocko-2024.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76cec2394d1052f0ebe98ca2f07de66e3eafe3e7352aa5d4534ac6c8f219df22",
                "md5": "ee770a68d53f74b49224afdd4c9b69c8",
                "sha256": "c7c0dc7b63bb4441894684f69e0e744daa4af017acb2529e5787449fd023f7f6"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ee770a68d53f74b49224afdd4c9b69c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1445900,
            "upload_time": "2024-01-10T11:03:08",
            "upload_time_iso_8601": "2024-01-10T11:03:08.799852Z",
            "url": "https://files.pythonhosted.org/packages/76/ce/c2394d1052f0ebe98ca2f07de66e3eafe3e7352aa5d4534ac6c8f219df22/pyrocko-2024.1.10-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8fc442c29cf13d74c53d44c32e1dc9ea2bd986d1664db2b9c8c04d89603bd1d",
                "md5": "8c8ad2f96a9502cb305c8bde08da724c",
                "sha256": "9332e2c80b65a57d904721af5e4f5bea0903f8b2535ac7afbd63210eccc60219"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "8c8ad2f96a9502cb305c8bde08da724c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1747960,
            "upload_time": "2024-01-10T10:49:18",
            "upload_time_iso_8601": "2024-01-10T10:49:18.251474Z",
            "url": "https://files.pythonhosted.org/packages/c8/fc/442c29cf13d74c53d44c32e1dc9ea2bd986d1664db2b9c8c04d89603bd1d/pyrocko-2024.1.10-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "597c27ada112f8563b2eb80e91fdd71503c4088d372cc0da64bfbfc79c7f998c",
                "md5": "b420483b056b8389d99ceca553eaa762",
                "sha256": "adb7ca0b69ebf6c1c21c6b5fbfe31d80562acd65953e63d99702ebd8bdba6fe0"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b420483b056b8389d99ceca553eaa762",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2199910,
            "upload_time": "2024-01-10T10:51:05",
            "upload_time_iso_8601": "2024-01-10T10:51:05.448275Z",
            "url": "https://files.pythonhosted.org/packages/59/7c/27ada112f8563b2eb80e91fdd71503c4088d372cc0da64bfbfc79c7f998c/pyrocko-2024.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cdaef099ba945e6d4d68a64664c57a89d899400d65a4071837ad250d2d77722",
                "md5": "bb35f9e6f7053e812729caa5ab51a0b7",
                "sha256": "179f4e7c7dc95e5b7abed6cdaad119556aadbd343c02cb10b1f73c948dfd99a7"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bb35f9e6f7053e812729caa5ab51a0b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1445863,
            "upload_time": "2024-01-10T11:03:11",
            "upload_time_iso_8601": "2024-01-10T11:03:11.030342Z",
            "url": "https://files.pythonhosted.org/packages/6c/da/ef099ba945e6d4d68a64664c57a89d899400d65a4071837ad250d2d77722/pyrocko-2024.1.10-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f8c9c5fd9d9b8051929d9ae28b154683f54a168a6aeb178d994ed8a6a1d92e8",
                "md5": "bd4e8abc3cb9e6a59d7fed65a2bf5e4a",
                "sha256": "6c5ffb30f29658ba08594306e886253a36c2b631cf04feee2f91695003a162f3"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "bd4e8abc3cb9e6a59d7fed65a2bf5e4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1751780,
            "upload_time": "2024-01-10T10:49:20",
            "upload_time_iso_8601": "2024-01-10T10:49:20.225370Z",
            "url": "https://files.pythonhosted.org/packages/8f/8c/9c5fd9d9b8051929d9ae28b154683f54a168a6aeb178d994ed8a6a1d92e8/pyrocko-2024.1.10-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f9d5d828248431fb5bbe18cb1c24f53d70b47ff8edec970816ca0fbbd9c2015",
                "md5": "f55e20a178279bca3a185e9727d5632d",
                "sha256": "83812b9f66ae5c710012fb2f84a57badc549c321f63ce056615f782af742b389"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f55e20a178279bca3a185e9727d5632d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2206450,
            "upload_time": "2024-01-10T10:51:07",
            "upload_time_iso_8601": "2024-01-10T10:51:07.218796Z",
            "url": "https://files.pythonhosted.org/packages/7f/9d/5d828248431fb5bbe18cb1c24f53d70b47ff8edec970816ca0fbbd9c2015/pyrocko-2024.1.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8500a530c6398b68b9a9df19edda89b18a6ef827d03047aec4700ef023d46d08",
                "md5": "475ead7b013c28c4053d8ef7b6a85d05",
                "sha256": "0a27d6297649cdec92ada021557618d0ed4359f5bb3fc1993540c394d734a1c6"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "475ead7b013c28c4053d8ef7b6a85d05",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1447521,
            "upload_time": "2024-01-10T11:03:14",
            "upload_time_iso_8601": "2024-01-10T11:03:14.625386Z",
            "url": "https://files.pythonhosted.org/packages/85/00/a530c6398b68b9a9df19edda89b18a6ef827d03047aec4700ef023d46d08/pyrocko-2024.1.10-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab56ff5644086ff9c8f13782ec95bf3b4bf57a5435d6fac447267b3f7b020747",
                "md5": "27922d7040978fe7558406baf914bdd5",
                "sha256": "b0c84c42c5a0eb9bcd6d436af4f8f7bc4d63816a15dabf568883144f49198545"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "27922d7040978fe7558406baf914bdd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2187932,
            "upload_time": "2024-01-10T10:51:09",
            "upload_time_iso_8601": "2024-01-10T10:51:09.909880Z",
            "url": "https://files.pythonhosted.org/packages/ab/56/ff5644086ff9c8f13782ec95bf3b4bf57a5435d6fac447267b3f7b020747/pyrocko-2024.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27ba325f0002a578436e1b815f39028f920ee8d5ec93b3ac0b263f7431b9d956",
                "md5": "2c1d620d176ba1e297785acfd33af461",
                "sha256": "a76e5b9f722170f8ce6bed2771703617cc4f93713dae2da1bb5f0c7996883272"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2c1d620d176ba1e297785acfd33af461",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1445968,
            "upload_time": "2024-01-10T11:03:17",
            "upload_time_iso_8601": "2024-01-10T11:03:17.001961Z",
            "url": "https://files.pythonhosted.org/packages/27/ba/325f0002a578436e1b815f39028f920ee8d5ec93b3ac0b263f7431b9d956/pyrocko-2024.1.10-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "643e68c77b47dc12bd36d0bdd2e65cf6a7bfbbbc872a55f3ea595bd7cbdedc74",
                "md5": "8efcb7f9db7153b8a6dc0df667fd565b",
                "sha256": "fb924c3d73ac29f60a7a4792a4120898590d7601948503d949a27245dd087c4f"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8efcb7f9db7153b8a6dc0df667fd565b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2190370,
            "upload_time": "2024-01-10T10:51:11",
            "upload_time_iso_8601": "2024-01-10T10:51:11.793991Z",
            "url": "https://files.pythonhosted.org/packages/64/3e/68c77b47dc12bd36d0bdd2e65cf6a7bfbbbc872a55f3ea595bd7cbdedc74/pyrocko-2024.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f32b53105f8aa0e727dba18aa2b523a31484cff8a78349f1a01ed4b7cfd2645b",
                "md5": "68fd28692a42054698891f5856ae9b23",
                "sha256": "8d47e609ae27890d25ea2a14623187ba22a95d4d86d746c331dd919190a89fbd"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "68fd28692a42054698891f5856ae9b23",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1445885,
            "upload_time": "2024-01-10T11:03:20",
            "upload_time_iso_8601": "2024-01-10T11:03:20.150837Z",
            "url": "https://files.pythonhosted.org/packages/f3/2b/53105f8aa0e727dba18aa2b523a31484cff8a78349f1a01ed4b7cfd2645b/pyrocko-2024.1.10-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8611aa5f5a03df76ff8899fa99ad69b7b232f402807595777b4d21acfd1fd660",
                "md5": "76b8905e8534ccc5fe48c16826e0d530",
                "sha256": "b034c3efd50034f6eef839222d5cacaf0086e50cb9b8ff3ebe1b40f1c8586a07"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76b8905e8534ccc5fe48c16826e0d530",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2187106,
            "upload_time": "2024-01-10T10:51:13",
            "upload_time_iso_8601": "2024-01-10T10:51:13.761926Z",
            "url": "https://files.pythonhosted.org/packages/86/11/aa5f5a03df76ff8899fa99ad69b7b232f402807595777b4d21acfd1fd660/pyrocko-2024.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36dfb873a7f6019625a81c046fca1868b4200e315af7b67cb2a991a11616f44f",
                "md5": "d5256002b491391276395765f399b244",
                "sha256": "f5a684aa2118fa0a3ab2ec45f6c24ebcf671544f2170d4942181097162490963"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d5256002b491391276395765f399b244",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1445836,
            "upload_time": "2024-01-10T11:03:23",
            "upload_time_iso_8601": "2024-01-10T11:03:23.629632Z",
            "url": "https://files.pythonhosted.org/packages/36/df/b873a7f6019625a81c046fca1868b4200e315af7b67cb2a991a11616f44f/pyrocko-2024.1.10-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6017317fcee2bffd32198cb1fd4a3ac23bdfcc620af7b4c6d7d37234c698289f",
                "md5": "5396ac4161a2ec1e0c067599c41c6bba",
                "sha256": "4fb2c72d0b036ce3c70bfd066e1ce4946eb93d9190d202e9fc689c1f29e4845f"
            },
            "downloads": -1,
            "filename": "pyrocko-2024.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "5396ac4161a2ec1e0c067599c41c6bba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2084418,
            "upload_time": "2024-01-10T10:47:19",
            "upload_time_iso_8601": "2024-01-10T10:47:19.494581Z",
            "url": "https://files.pythonhosted.org/packages/60/17/317fcee2bffd32198cb1fd4a3ac23bdfcc620af7b4c6d7d37234c698289f/pyrocko-2024.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-10 10:47:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyrocko"
}
        
Elapsed time: 0.34451s