choclo


Namechoclo JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryKernel functions for your geophysical models
upload_time2024-04-09 23:05:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-3-Clause
keywords geoscience geophysics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <img src="https://github.com/fatiando/choclo/raw/main/doc/_static/readme-banner.png" alt="Choclo">

<h2 align="center">Kernel functions for your geophysical models</h2>

<p align="center">
<a href="https://www.fatiando.org/choclo"><strong>Documentation</strong> (latest)</a> •
<a href="https://www.fatiando.org/choclo/dev"><strong>Documentation</strong> (main branch)</a> •
<a href="https://github.com/fatiando/choclo/blob/main/CONTRIBUTING.md"><strong>Contributing</strong></a> •
<a href="https://www.fatiando.org/contact/"><strong>Contact</strong></a>
</p>

<p align="center">
Part of the <a href="https://www.fatiando.org"><strong>Fatiando
a Terra</strong></a> project, built in collaboration with <a
href="https://simpeg.xyz"><strong>SimPEG</strong></a>
</p>

<p align="center">
<a href="https://pypi.python.org/pypi/choclo"><img src="http://img.shields.io/pypi/v/choclo.svg?style=flat-square" alt="Latest version on PyPI"></a>
<a href="https://github.com/conda-forge/choclo-feedstock"><img src="https://img.shields.io/conda/vn/conda-forge/choclo.svg?style=flat-square" alt="Latest version on conda-forge"></a>
<a href="https://codecov.io/gh/fatiando/choclo"><img src="https://img.shields.io/codecov/c/github/fatiando/choclo/main.svg?style=flat-square" alt="Test coverage status"></a>
<a href="https://pypi.python.org/pypi/choclo"><img src="https://img.shields.io/pypi/pyversions/choclo.svg?style=flat-square" alt="Compatible Python versions."></a>
<a href="https://doi.org/10.5281/zenodo.7851747"><img src="https://img.shields.io/badge/doi-10.5281%2Fzenodo.7851747-blue?style=flat-square" alt="DOI used to cite Choclo"></a>
</p>

## About

**Choclo** is a Python library that hosts optimized kernel functions for
running geophysical forward and inverse models, intended to be used by other
libraries as the underlying layer of their computation.
"Choclo" is a term used in some countries of South America to refer to corn,
originated from the [quechua](https://en.wikipedia.org/wiki/Quechuan_languages)
word _chuqllu_.

## Project goals

* Provide optimized kernel functions for gravity and magnetic forward and
  inverse models that can be easily harnessed by different geophysical
  libraries.
* Generate a pure-Python library that could be easily distributed and installed
  on any operating system.
* Rely on [Numba](https://numba.pydata.org/) for just-in-time compilations and
  optional parallelization.
* Keep the dependencies to the bare minimum to encourage other libraries to
  depend on Choclo.

## Project status

**Choclo is ready for use but still changing.**
This means that we sometimes break backwards compatibility as we try to
improve the software based on user experience, new ideas, better design
decisions, etc. Please keep that in mind before you update Choclo to a newer
version.

**We welcome feedback and ideas!** This is a great time to bring new ideas on
how we can improve the project.
[Join the conversation](https://www.fatiando.org/contact) or submit
[issues on GitHub](https://github.com/fatiando/choclo/issues).

## Getting involved

🗨️ **Contact us:**
Find out more about how to reach us at
[fatiando.org/contact](https://www.fatiando.org/contact/).

👩🏾‍💻 **Contributing to project development:**
Please read our
[Contributing Guide](https://github.com/fatiando/choclo/blob/main/CONTRIBUTING.md)
to see how you can help and give feedback.

🧑🏾‍🤝‍🧑🏼 **Code of conduct:**
This project is released with a
[Code of Conduct](https://github.com/fatiando/community/blob/main/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.

> **Imposter syndrome disclaimer:**
> We want your help. **No, really.** There may be a little voice inside your
> head that is telling you that you're not ready, that you aren't skilled
> enough to contribute. We assure you that the little voice in your head is
> wrong. Most importantly, **there are many valuable ways to contribute besides
> writing code**.
>
> *This disclaimer was adapted from the*
> [MetPy project](https://github.com/Unidata/MetPy).

## License

This is free software: you can redistribute it and/or modify it under the terms
of the **BSD 3-clause License**. A copy of this license is provided in
[`LICENSE.txt`](https://github.com/fatiando/choclo/blob/main/LICENSE.txt).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "choclo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Santiago Soler <santisoler@fastmail.com>",
    "keywords": "geoscience, geophysics",
    "author": null,
    "author_email": "The Choclo Developers <fatiandoaterra@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/79/1c/0a8b589532c6d371cc172030e6691e86c3f8737093a66095e66b32bcf746/choclo-0.2.0.tar.gz",
    "platform": null,
    "description": "<img src=\"https://github.com/fatiando/choclo/raw/main/doc/_static/readme-banner.png\" alt=\"Choclo\">\n\n<h2 align=\"center\">Kernel functions for your geophysical models</h2>\n\n<p align=\"center\">\n<a href=\"https://www.fatiando.org/choclo\"><strong>Documentation</strong> (latest)</a> \u2022\n<a href=\"https://www.fatiando.org/choclo/dev\"><strong>Documentation</strong> (main branch)</a> \u2022\n<a href=\"https://github.com/fatiando/choclo/blob/main/CONTRIBUTING.md\"><strong>Contributing</strong></a> \u2022\n<a href=\"https://www.fatiando.org/contact/\"><strong>Contact</strong></a>\n</p>\n\n<p align=\"center\">\nPart of the <a href=\"https://www.fatiando.org\"><strong>Fatiando\na Terra</strong></a> project, built in collaboration with <a\nhref=\"https://simpeg.xyz\"><strong>SimPEG</strong></a>\n</p>\n\n<p align=\"center\">\n<a href=\"https://pypi.python.org/pypi/choclo\"><img src=\"http://img.shields.io/pypi/v/choclo.svg?style=flat-square\" alt=\"Latest version on PyPI\"></a>\n<a href=\"https://github.com/conda-forge/choclo-feedstock\"><img src=\"https://img.shields.io/conda/vn/conda-forge/choclo.svg?style=flat-square\" alt=\"Latest version on conda-forge\"></a>\n<a href=\"https://codecov.io/gh/fatiando/choclo\"><img src=\"https://img.shields.io/codecov/c/github/fatiando/choclo/main.svg?style=flat-square\" alt=\"Test coverage status\"></a>\n<a href=\"https://pypi.python.org/pypi/choclo\"><img src=\"https://img.shields.io/pypi/pyversions/choclo.svg?style=flat-square\" alt=\"Compatible Python versions.\"></a>\n<a href=\"https://doi.org/10.5281/zenodo.7851747\"><img src=\"https://img.shields.io/badge/doi-10.5281%2Fzenodo.7851747-blue?style=flat-square\" alt=\"DOI used to cite Choclo\"></a>\n</p>\n\n## About\n\n**Choclo** is a Python library that hosts optimized kernel functions for\nrunning geophysical forward and inverse models, intended to be used by other\nlibraries as the underlying layer of their computation.\n\"Choclo\" is a term used in some countries of South America to refer to corn,\noriginated from the [quechua](https://en.wikipedia.org/wiki/Quechuan_languages)\nword _chuqllu_.\n\n## Project goals\n\n* Provide optimized kernel functions for gravity and magnetic forward and\n  inverse models that can be easily harnessed by different geophysical\n  libraries.\n* Generate a pure-Python library that could be easily distributed and installed\n  on any operating system.\n* Rely on [Numba](https://numba.pydata.org/) for just-in-time compilations and\n  optional parallelization.\n* Keep the dependencies to the bare minimum to encourage other libraries to\n  depend on Choclo.\n\n## Project status\n\n**Choclo is ready for use but still changing.**\nThis means that we sometimes break backwards compatibility as we try to\nimprove the software based on user experience, new ideas, better design\ndecisions, etc. Please keep that in mind before you update Choclo to a newer\nversion.\n\n**We welcome feedback and ideas!** This is a great time to bring new ideas on\nhow we can improve the project.\n[Join the conversation](https://www.fatiando.org/contact) or submit\n[issues on GitHub](https://github.com/fatiando/choclo/issues).\n\n## Getting involved\n\n\ud83d\udde8\ufe0f **Contact us:**\nFind out more about how to reach us at\n[fatiando.org/contact](https://www.fatiando.org/contact/).\n\n\ud83d\udc69\ud83c\udffe\u200d\ud83d\udcbb **Contributing to project development:**\nPlease read our\n[Contributing Guide](https://github.com/fatiando/choclo/blob/main/CONTRIBUTING.md)\nto see how you can help and give feedback.\n\n\ud83e\uddd1\ud83c\udffe\u200d\ud83e\udd1d\u200d\ud83e\uddd1\ud83c\udffc **Code of conduct:**\nThis project is released with a\n[Code of Conduct](https://github.com/fatiando/community/blob/main/CODE_OF_CONDUCT.md).\nBy participating in this project you agree to abide by its terms.\n\n> **Imposter syndrome disclaimer:**\n> We want your help. **No, really.** There may be a little voice inside your\n> head that is telling you that you're not ready, that you aren't skilled\n> enough to contribute. We assure you that the little voice in your head is\n> wrong. Most importantly, **there are many valuable ways to contribute besides\n> writing code**.\n>\n> *This disclaimer was adapted from the*\n> [MetPy project](https://github.com/Unidata/MetPy).\n\n## License\n\nThis is free software: you can redistribute it and/or modify it under the terms\nof the **BSD 3-clause License**. A copy of this license is provided in\n[`LICENSE.txt`](https://github.com/fatiando/choclo/blob/main/LICENSE.txt).\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Kernel functions for your geophysical models",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/fatiando/choclo/issues",
        "Changelog": "https://www.fatiando.org/choclo/latest/changes.html",
        "Documentation": "https://www.fatiando.org/choclo",
        "Source Code": "https://github.com/fatiando/choclo"
    },
    "split_keywords": [
        "geoscience",
        " geophysics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "161273c273f795be9ce105a3b2ce9de2d38dd986bcf1f81edc61a6f5938d5452",
                "md5": "3a4981f27fe64d1986b71ce93fa4ca0f",
                "sha256": "0d3719358bf45218d4c198610fe0d8d5ae202ea0a6a5c2af1022920f10f33ea3"
            },
            "downloads": -1,
            "filename": "choclo-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a4981f27fe64d1986b71ce93fa4ca0f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 46216,
            "upload_time": "2024-04-09T23:05:28",
            "upload_time_iso_8601": "2024-04-09T23:05:28.279045Z",
            "url": "https://files.pythonhosted.org/packages/16/12/73c273f795be9ce105a3b2ce9de2d38dd986bcf1f81edc61a6f5938d5452/choclo-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "791c0a8b589532c6d371cc172030e6691e86c3f8737093a66095e66b32bcf746",
                "md5": "ddd573c992d705e7653e485c1287f34d",
                "sha256": "95caebb50f775c3578e2dde7d07ba5f9271a0b89c4f5b847e8370302a19b5684"
            },
            "downloads": -1,
            "filename": "choclo-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ddd573c992d705e7653e485c1287f34d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 40115,
            "upload_time": "2024-04-09T23:05:31",
            "upload_time_iso_8601": "2024-04-09T23:05:31.233684Z",
            "url": "https://files.pythonhosted.org/packages/79/1c/0a8b589532c6d371cc172030e6691e86c3f8737093a66095e66b32bcf746/choclo-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 23:05:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fatiando",
    "github_project": "choclo",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "choclo"
}
        
Elapsed time: 0.21690s