Metadata-Version: 2.1
Name: choclo
Version: 0.2.0
Summary: Kernel functions for your geophysical models
Author-email: The Choclo Developers <fatiandoaterra@protonmail.com>
Maintainer-email: Santiago Soler <santisoler@fastmail.com>
License: BSD-3-Clause
Project-URL: Documentation, https://www.fatiando.org/choclo
Project-URL: Changelog, https://www.fatiando.org/choclo/latest/changes.html
Project-URL: Bug Tracker, https://github.com/fatiando/choclo/issues
Project-URL: Source Code, https://github.com/fatiando/choclo
Keywords: geoscience,geophysics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS.md
Requires-Dist: numpy>=1.19
Requires-Dist: numba>=0.52

<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).
