quakemigrate


Namequakemigrate JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryA Python package for automatic earthquake detection and location using waveform migration and stacking.
upload_time2024-04-05 02:07:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseGPLv3
keywords seismic event detection seismic event location waveform migration array seismic seismology earthquake seismic waves waveform processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <!-- DOI -->
  <a href="https://doi.org/10.5281/zenodo.4442749">
    <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.4442749.svg" alt="DOI" />
  </a>
  <!-- ReadTheDocs -->
  <a href="https://quakemigrate.readthedocs.io/en/latest">
    <img src="https://readthedocs.org/projects/quakemigrate/badge/?version=latest" />
  </a>
  <!-- Build Action -->
  <a href="https://github.com/QuakeMigrate/QuakeMigrate/actions">
    <img src="https://github.com/QuakeMigrate/QuakeMigrate/actions/workflows/build_wheels.yml/badge.svg" />
  </a>
  <!-- PyPI -->
  <a href="https://pypi.org/project/quakemigrate/">
    <img src="https://img.shields.io/pypi/v/quakemigrate" />
  </a>
  <!-- Coverage -->
  <a href="https://codecov.io/gh/QuakeMigrate/QuakeMigrate">
    <img src="https://codecov.io/gh/QuakeMigrate/QuakeMigrate/branch/master/graph/badge.svg">
  </a>
  <!-- MyBinder Example -->
  <a href="https://mybinder.org/v2/gh/QuakeMigrate/QuakeMigrate/master">
    <img src="https://mybinder.org/badge_logo.svg" />
  </a>
  <!-- Python version-->
  <a href="https://www.python.org/downloads/release/python-380/">
    <img src="https://img.shields.io/badge/python-3.8+-blue.svg" />
  </a>
  <!-- License -->
  <a href="https://www.gnu.org/licenses/gpl-3.0">
    <img src="https://img.shields.io/badge/License-GPLv3-blue.svg" />
  </a>
</p>

<p align="center">
  <a href="https://quakemigrate.readthedocs.io/en/latest">QuakeMigrate</a> is a Python package for automatic earthquake detection and location using waveform migration and stacking.</a>
</p>

<p align="center">
<img src="https://github.com/QuakeMigrate/QuakeMigrate/raw/master/docs/img/QMlogoBig.png", width="80%">
</p>

Key Features
------------
QuakeMigrate uses a waveform migration and stacking algorithm to search for coherent seismic phase arrivals across a network of instruments. It produces—from raw data—catalogues of earthquakes with locations, origin times, phase arrival picks, and local magnitude estimates, as well as rigorous estimates of the associated uncertainties.

The package has been built with a modular architecture, providing the potential for extension and adaptation at numerous entry points. This includes, but is not limited to:
* the calculation or import of traveltime grids
* the choice of algorithm used to identify phase arrivals (for example by kurtosis, cross-covariance analysis between multiple components, machine learning techniques and more)
* the stacking function used to combine onset functions
* the algorithm used to perform phase picking

Documentation
-------------
Documentation for QuakeMigrate is hosted [here](https://quakemigrate.readthedocs.io/en/latest/index.html).

Installation
------------
Detailed installation instructions can be found [here](https://quakemigrate.readthedocs.io/en/latest/installation.html).

If you're comfortable with virtual environments and just want to get started, QuakeMigrate is available via the Python Package Index, and can be installed via pip:

```console
pip install quakemigrate
```

Usage
-----
We are working on tutorials covering how each individual aspect of the package works, as well as example use cases where we provide substantive reasoning for the parameter choices used. These examples include applications to cryoseismicity and volcano seismology.

This is a work in progress - [see our documentation for full details](https://quakemigrate.readthedocs.io/en/latest/tutorials.html).

### Examples you can run in your browser
To quickly get a taste for how the software works, try out the two icequake examples hosted on Binder:
* Icequakes at the Rutford Ice Stream, Antarctica  [![badge](https://img.shields.io/badge/launch-Icequake%20Rutford%20notebook-579ACA.svg)](https://mybinder.org/v2/gh/QuakeMigrate/QuakeMigrate/master?filepath=examples%2FIcequake_Rutford%2Ficequakes_rutford.ipynb)
* Icequakes at the Skeiðarárjökull outlet glacier, Iceland [![badge](https://img.shields.io/badge/launch-Icequake%20Iceland%20notebook-E66581.svg)](https://mybinder.org/v2/gh/QuakeMigrate/QuakeMigrate/master?filepath=examples%2FIcequake_Iceland%2Ficequakes_iceland.ipynb)

And for a more comprehensive demonstration of the options available, see the [template scripts](examples/template_scripts).

Citation
--------
If you use this package in your work, please cite the following conference presentation:

```console
Winder, T., Bacon, C.A., Smith, J.D., Hudson, T., Greenfield, T. and White, R.S., 2020. QuakeMigrate: a Modular, Open-Source Python Package for Automatic Earthquake Detection and Location. In AGU Fall Meeting 2020. AGU.
```

as well as the relevant version of the source code on [Zenodo](https://doi.org/10.5281/zenodo.4442749).

We hope to have a publication coming out soon:

```console
Winder, T., Bacon, C.A., Smith, J.D., Hudson, T.S., Drew, J., and White, R.S. QuakeMigrate: a Python Package for Automatic Earthquake Detection and Location Using Waveform Migration and Stacking. (to be submitted to Seismica).
```

Contributing to QuakeMigrate
----------------------------
Contributions to QuakeMigrate are welcomed. Whether you have identified a bug or would like to request a new feature, your first stop should be to reach out, either directly or—preferably—via the GitHub Issues panel, to discuss the proposed changes. Once we have had a chance to scope out the proposed changes you can proceed with making your contribution following the instructions in our [contributions guidelines](https://github.com/QuakeMigrate/QuakeMigrate/blob/master/CONTRIBUTING.md).

Bug reports, suggestions for new features and enhancements, and even links to projects that have made use of QuakeMigrate are most welcome.

Contact
-------
You can contact us directly at: quakemigrate.developers@gmail.com

Any additional comments/questions can be directed to:
* **Tom Winder** - tom.winder@esc.cam.ac.uk
* **Conor Bacon** - conor.bacon@cantab.net

License
-------
This package is written and maintained by the QuakeMigrate developers, Copyright QuakeMigrate developers 2020–2023. It is distributed under the GPLv3 License. Please see the [LICENSE](LICENSE) file for a complete description of the rights and freedoms that this provides the user.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "quakemigrate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Tom Winder <tom.winder@esc.cam.ac.uk>, Conor Bacon <cbacon@ldeo.columbia.edu>",
    "keywords": "seismic event detection, seismic event location, waveform migration, array, seismic, seismology, earthquake, seismic waves, waveform, processing",
    "author": null,
    "author_email": "The QuakeMigrate Development Team <quakemigrate.developers@gmail.com>, Tom Winder <tom.winder@esc.cam.ac.uk>, Conor Bacon <cbacon@ldeo.columbia.edu>",
    "download_url": "https://files.pythonhosted.org/packages/42/f4/40a849d6dc0df61a0595f66ec8484787bdf84999e6b1ca0ca3b08f253b94/quakemigrate-1.0.3.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <!-- DOI -->\n  <a href=\"https://doi.org/10.5281/zenodo.4442749\">\n    <img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.4442749.svg\" alt=\"DOI\" />\n  </a>\n  <!-- ReadTheDocs -->\n  <a href=\"https://quakemigrate.readthedocs.io/en/latest\">\n    <img src=\"https://readthedocs.org/projects/quakemigrate/badge/?version=latest\" />\n  </a>\n  <!-- Build Action -->\n  <a href=\"https://github.com/QuakeMigrate/QuakeMigrate/actions\">\n    <img src=\"https://github.com/QuakeMigrate/QuakeMigrate/actions/workflows/build_wheels.yml/badge.svg\" />\n  </a>\n  <!-- PyPI -->\n  <a href=\"https://pypi.org/project/quakemigrate/\">\n    <img src=\"https://img.shields.io/pypi/v/quakemigrate\" />\n  </a>\n  <!-- Coverage -->\n  <a href=\"https://codecov.io/gh/QuakeMigrate/QuakeMigrate\">\n    <img src=\"https://codecov.io/gh/QuakeMigrate/QuakeMigrate/branch/master/graph/badge.svg\">\n  </a>\n  <!-- MyBinder Example -->\n  <a href=\"https://mybinder.org/v2/gh/QuakeMigrate/QuakeMigrate/master\">\n    <img src=\"https://mybinder.org/badge_logo.svg\" />\n  </a>\n  <!-- Python version-->\n  <a href=\"https://www.python.org/downloads/release/python-380/\">\n    <img src=\"https://img.shields.io/badge/python-3.8+-blue.svg\" />\n  </a>\n  <!-- License -->\n  <a href=\"https://www.gnu.org/licenses/gpl-3.0\">\n    <img src=\"https://img.shields.io/badge/License-GPLv3-blue.svg\" />\n  </a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://quakemigrate.readthedocs.io/en/latest\">QuakeMigrate</a> is a Python package for automatic earthquake detection and location using waveform migration and stacking.</a>\n</p>\n\n<p align=\"center\">\n<img src=\"https://github.com/QuakeMigrate/QuakeMigrate/raw/master/docs/img/QMlogoBig.png\", width=\"80%\">\n</p>\n\nKey Features\n------------\nQuakeMigrate uses a waveform migration and stacking algorithm to search for coherent seismic phase arrivals across a network of instruments. It produces\u2014from raw data\u2014catalogues of earthquakes with locations, origin times, phase arrival picks, and local magnitude estimates, as well as rigorous estimates of the associated uncertainties.\n\nThe package has been built with a modular architecture, providing the potential for extension and adaptation at numerous entry points. This includes, but is not limited to:\n* the calculation or import of traveltime grids\n* the choice of algorithm used to identify phase arrivals (for example by kurtosis, cross-covariance analysis between multiple components, machine learning techniques and more)\n* the stacking function used to combine onset functions\n* the algorithm used to perform phase picking\n\nDocumentation\n-------------\nDocumentation for QuakeMigrate is hosted [here](https://quakemigrate.readthedocs.io/en/latest/index.html).\n\nInstallation\n------------\nDetailed installation instructions can be found [here](https://quakemigrate.readthedocs.io/en/latest/installation.html).\n\nIf you're comfortable with virtual environments and just want to get started, QuakeMigrate is available via the Python Package Index, and can be installed via pip:\n\n```console\npip install quakemigrate\n```\n\nUsage\n-----\nWe are working on tutorials covering how each individual aspect of the package works, as well as example use cases where we provide substantive reasoning for the parameter choices used. These examples include applications to cryoseismicity and volcano seismology.\n\nThis is a work in progress - [see our documentation for full details](https://quakemigrate.readthedocs.io/en/latest/tutorials.html).\n\n### Examples you can run in your browser\nTo quickly get a taste for how the software works, try out the two icequake examples hosted on Binder:\n* Icequakes at the Rutford Ice Stream, Antarctica  [![badge](https://img.shields.io/badge/launch-Icequake%20Rutford%20notebook-579ACA.svg)](https://mybinder.org/v2/gh/QuakeMigrate/QuakeMigrate/master?filepath=examples%2FIcequake_Rutford%2Ficequakes_rutford.ipynb)\n* Icequakes at the Skei\u00f0ar\u00e1rj\u00f6kull outlet glacier, Iceland [![badge](https://img.shields.io/badge/launch-Icequake%20Iceland%20notebook-E66581.svg)](https://mybinder.org/v2/gh/QuakeMigrate/QuakeMigrate/master?filepath=examples%2FIcequake_Iceland%2Ficequakes_iceland.ipynb)\n\nAnd for a more comprehensive demonstration of the options available, see the [template scripts](examples/template_scripts).\n\nCitation\n--------\nIf you use this package in your work, please cite the following conference presentation:\n\n```console\nWinder, T., Bacon, C.A., Smith, J.D., Hudson, T., Greenfield, T. and White, R.S., 2020. QuakeMigrate: a Modular, Open-Source Python Package for Automatic Earthquake Detection and Location. In AGU Fall Meeting 2020. AGU.\n```\n\nas well as the relevant version of the source code on [Zenodo](https://doi.org/10.5281/zenodo.4442749).\n\nWe hope to have a publication coming out soon:\n\n```console\nWinder, T., Bacon, C.A., Smith, J.D., Hudson, T.S., Drew, J., and White, R.S. QuakeMigrate: a Python Package for Automatic Earthquake Detection and Location Using Waveform Migration and Stacking. (to be submitted to Seismica).\n```\n\nContributing to QuakeMigrate\n----------------------------\nContributions to QuakeMigrate are welcomed. Whether you have identified a bug or would like to request a new feature, your first stop should be to reach out, either directly or\u2014preferably\u2014via the GitHub Issues panel, to discuss the proposed changes. Once we have had a chance to scope out the proposed changes you can proceed with making your contribution following the instructions in our [contributions guidelines](https://github.com/QuakeMigrate/QuakeMigrate/blob/master/CONTRIBUTING.md).\n\nBug reports, suggestions for new features and enhancements, and even links to projects that have made use of QuakeMigrate are most welcome.\n\nContact\n-------\nYou can contact us directly at: quakemigrate.developers@gmail.com\n\nAny additional comments/questions can be directed to:\n* **Tom Winder** - tom.winder@esc.cam.ac.uk\n* **Conor Bacon** - conor.bacon@cantab.net\n\nLicense\n-------\nThis package is written and maintained by the QuakeMigrate developers, Copyright QuakeMigrate developers 2020\u20132023. It is distributed under the GPLv3 License. Please see the [LICENSE](LICENSE) file for a complete description of the rights and freedoms that this provides the user.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A Python package for automatic earthquake detection and location using waveform migration and stacking.",
    "version": "1.0.3",
    "project_urls": {
        "GitHub": "https://github.com/QuakeMigrate/QuakeMigrate",
        "Issues": "https://github.com/QuakeMigrate/QuakeMigrate/issues"
    },
    "split_keywords": [
        "seismic event detection",
        " seismic event location",
        " waveform migration",
        " array",
        " seismic",
        " seismology",
        " earthquake",
        " seismic waves",
        " waveform",
        " processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc842d4d77d30146c55a46ad1f0b9d8ecedb9dabc0854c425e378fc2817b6f4f",
                "md5": "cf4c91ca713ae231d4fddd25a7d257ed",
                "sha256": "b071b0f4209da32db14da50ef920c99871526baf5aa09096a65585f1dffee546"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf4c91ca713ae231d4fddd25a7d257ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 441683,
            "upload_time": "2024-04-05T02:07:08",
            "upload_time_iso_8601": "2024-04-05T02:07:08.814769Z",
            "url": "https://files.pythonhosted.org/packages/cc/84/2d4d77d30146c55a46ad1f0b9d8ecedb9dabc0854c425e378fc2817b6f4f/quakemigrate-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d10908807336711d0fd24d9d5bab3507cd5102c73b3d00c5ed973a57f8152856",
                "md5": "780d57fb3b12736f1e77a39bcdf1e6c5",
                "sha256": "90872a8a337027cefce61dd5ad77ddb21b87bddd8ef30954ab64fb526117d155"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "780d57fb3b12736f1e77a39bcdf1e6c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 236439,
            "upload_time": "2024-04-05T02:07:11",
            "upload_time_iso_8601": "2024-04-05T02:07:11.053015Z",
            "url": "https://files.pythonhosted.org/packages/d1/09/08807336711d0fd24d9d5bab3507cd5102c73b3d00c5ed973a57f8152856/quakemigrate-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5430c519e92daf8f7c8e14db76b383d06d1c6fd8ed49bb31bd902103820c2a7",
                "md5": "2c36143fb2867332e9709e46bb9e677e",
                "sha256": "1dda8f82d61f3e8a8f70ffc28684505e9562f71156725362537919b4034d3fb0"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2c36143fb2867332e9709e46bb9e677e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 169016,
            "upload_time": "2024-04-05T02:07:12",
            "upload_time_iso_8601": "2024-04-05T02:07:12.573398Z",
            "url": "https://files.pythonhosted.org/packages/d5/43/0c519e92daf8f7c8e14db76b383d06d1c6fd8ed49bb31bd902103820c2a7/quakemigrate-1.0.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3e63abce405e8109fac6ebf01224656b2557cc87793df3a08ec7399242a5122",
                "md5": "691679590c644e21aee06a78fb993404",
                "sha256": "b5c530e552398d5a0520743ab83ff3e5cf97dc8e8c0550681862013bb839ec2b"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "691679590c644e21aee06a78fb993404",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 441682,
            "upload_time": "2024-04-05T02:07:14",
            "upload_time_iso_8601": "2024-04-05T02:07:14.597817Z",
            "url": "https://files.pythonhosted.org/packages/d3/e6/3abce405e8109fac6ebf01224656b2557cc87793df3a08ec7399242a5122/quakemigrate-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b8ba1de6d01f4aa924a5833d0aa09178d1c8d489ebbec5dda2a89802eae1cdd",
                "md5": "229d6b3228617ccac3cdcd54222628c2",
                "sha256": "375bc4a43d23e2d8b349a5738f73d79b96e321b040a70607cba0499dfcd05309"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "229d6b3228617ccac3cdcd54222628c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 236440,
            "upload_time": "2024-04-05T02:07:16",
            "upload_time_iso_8601": "2024-04-05T02:07:16.164693Z",
            "url": "https://files.pythonhosted.org/packages/7b/8b/a1de6d01f4aa924a5833d0aa09178d1c8d489ebbec5dda2a89802eae1cdd/quakemigrate-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a89e154f1032e668d9dc63b1dc74e351e47e46758adec7f2519e9db4967fc862",
                "md5": "e077b621438a3373c2b187f9e7c4ccf0",
                "sha256": "088549ad5e22f7ac542d07f6f02486ea4604ea25f922c508c96cf219b25038db"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e077b621438a3373c2b187f9e7c4ccf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 169014,
            "upload_time": "2024-04-05T02:07:18",
            "upload_time_iso_8601": "2024-04-05T02:07:18.095194Z",
            "url": "https://files.pythonhosted.org/packages/a8/9e/154f1032e668d9dc63b1dc74e351e47e46758adec7f2519e9db4967fc862/quakemigrate-1.0.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c543c6e5c0baa45c6d18c8414bb4cf2efbfd19a5a6f14fa04e2bec2b52eb8cd9",
                "md5": "3cc1f352a4ce18857dabbbb44b5f8b74",
                "sha256": "9d5c400625eff90c61789cfe29504b46117af76301bd552c14c343b5e842d7ff"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3cc1f352a4ce18857dabbbb44b5f8b74",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 441683,
            "upload_time": "2024-04-05T02:07:20",
            "upload_time_iso_8601": "2024-04-05T02:07:20.271048Z",
            "url": "https://files.pythonhosted.org/packages/c5/43/c6e5c0baa45c6d18c8414bb4cf2efbfd19a5a6f14fa04e2bec2b52eb8cd9/quakemigrate-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "606c596f141aa327d8e0a31fb45b3aed384c12ba317bc95e16f6483045f58932",
                "md5": "fa317ce96a9068c0bf6d023c582eb885",
                "sha256": "648cfc49b18024d07daf81971d8b09b0fad8270f19e106091c162499b3a06364"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fa317ce96a9068c0bf6d023c582eb885",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 236436,
            "upload_time": "2024-04-05T02:07:21",
            "upload_time_iso_8601": "2024-04-05T02:07:21.695777Z",
            "url": "https://files.pythonhosted.org/packages/60/6c/596f141aa327d8e0a31fb45b3aed384c12ba317bc95e16f6483045f58932/quakemigrate-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "546bad3211ab9faf79c800eacfb42311375652a69fe5dad1340be0214bf671cc",
                "md5": "0ad0522dbb316793d7e3489c52e33aa8",
                "sha256": "c9a03a769ad7dc9ed97b03256d00195b99cb82e0ab3dcc1cf40d17c33befeeb6"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0ad0522dbb316793d7e3489c52e33aa8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 169008,
            "upload_time": "2024-04-05T02:07:23",
            "upload_time_iso_8601": "2024-04-05T02:07:23.599362Z",
            "url": "https://files.pythonhosted.org/packages/54/6b/ad3211ab9faf79c800eacfb42311375652a69fe5dad1340be0214bf671cc/quakemigrate-1.0.3-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7899078aea5eaf702e5360ae9661a12faf044b3e5b91ce6765aee1eae3838358",
                "md5": "514678fe1f3d12ab22599e7f275e44ac",
                "sha256": "ccf5a99b18ea04e5207083efbb9c02a06ddeb02dbf63bfc06b2581d483a135f5"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "514678fe1f3d12ab22599e7f275e44ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 441146,
            "upload_time": "2024-04-05T02:07:25",
            "upload_time_iso_8601": "2024-04-05T02:07:25.146583Z",
            "url": "https://files.pythonhosted.org/packages/78/99/078aea5eaf702e5360ae9661a12faf044b3e5b91ce6765aee1eae3838358/quakemigrate-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc77f6594a45b58abd13170a4957fcef535690074675626a2572137e140cc04b",
                "md5": "9c27839fb99c47eb6a72372c39f070ff",
                "sha256": "0b72fda7e2ffc09a1d7c0ab1005e23d966e40700e8bc6c3d16c219997c117ab0"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9c27839fb99c47eb6a72372c39f070ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 236436,
            "upload_time": "2024-04-05T02:07:26",
            "upload_time_iso_8601": "2024-04-05T02:07:26.552051Z",
            "url": "https://files.pythonhosted.org/packages/cc/77/f6594a45b58abd13170a4957fcef535690074675626a2572137e140cc04b/quakemigrate-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b45e6fa81323e1927230285829a3c77d11a1bad6a37bb88c52f139efe899043",
                "md5": "4ec2a0c448c911101edd7d331ceaa4fd",
                "sha256": "92bf3fb6e8672de27240e38ed50ddf7e077bf4ca98468f94f81533fb89db7e2e"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4ec2a0c448c911101edd7d331ceaa4fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 169010,
            "upload_time": "2024-04-05T02:07:28",
            "upload_time_iso_8601": "2024-04-05T02:07:28.407979Z",
            "url": "https://files.pythonhosted.org/packages/9b/45/e6fa81323e1927230285829a3c77d11a1bad6a37bb88c52f139efe899043/quakemigrate-1.0.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42f440a849d6dc0df61a0595f66ec8484787bdf84999e6b1ca0ca3b08f253b94",
                "md5": "a6012c1c3cf38ada3f2b3f4340fa73c1",
                "sha256": "8e02a8555ec10e470cc4305d7b2d49da261d8fed9a0bc9a84d583d9216771ef5"
            },
            "downloads": -1,
            "filename": "quakemigrate-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a6012c1c3cf38ada3f2b3f4340fa73c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 141359,
            "upload_time": "2024-04-05T02:07:29",
            "upload_time_iso_8601": "2024-04-05T02:07:29.728362Z",
            "url": "https://files.pythonhosted.org/packages/42/f4/40a849d6dc0df61a0595f66ec8484787bdf84999e6b1ca0ca3b08f253b94/quakemigrate-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 02:07:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "QuakeMigrate",
    "github_project": "QuakeMigrate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "quakemigrate"
}
        
Elapsed time: 0.23566s