Metadata-Version: 2.1
Name: ensaio
Version: 0.1.0
Summary: Practice datasets to probe your code
Home-page: https://github.com/fatiando/ensaio
Author: The Ensaio Developers
Author-email: fatiandoaterra@protonmail.com
Maintainer: Leonardo Uieda
Maintainer-email: leouieda@gmail.com
License: BSD 3-Clause License
Project-URL: Documentation, https://www.fatiando.org/ensaio
Project-URL: Release Notes, https://github.com/fatiando/ensaio/releases
Project-URL: Bug Tracker, https://github.com/fatiando/ensaio/issues
Project-URL: Source Code, https://github.com/fatiando/ensaio
Keywords: geophysics,geodesy,data
Platform: any
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: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

.. image:: https://github.com/fatiando/ensaio/raw/main/doc/_static/readme-banner.png
   :alt: Ensaio: Practice datasets to probe your code

`Documentation <https://www.fatiando.org/ensaio>`__ |
`Documentation (dev version) <https://www.fatiando.org/ensaio/dev>`__ |
Part of the `Fatiando a Terra <https://www.fatiando.org>`__ project

.. image:: http://img.shields.io/pypi/v/ensaio.svg?style=flat-square
    :alt: Latest version on PyPI
    :target: https://pypi.python.org/pypi/ensaio
.. image:: https://img.shields.io/conda/vn/conda-forge/ensaio.svg?style=flat-square
    :alt: Latest version on conda-forge
    :target: https://github.com/conda-forge/ensaio-feedstock
.. image:: https://img.shields.io/codecov/c/github/fatiando/ensaio/main.svg?style=flat-square
    :alt: Test coverage status
    :target: https://codecov.io/gh/fatiando/ensaio
.. image:: https://img.shields.io/pypi/pyversions/ensaio.svg?style=flat-square
    :alt: Compatible Python versions.
    :target: https://pypi.python.org/pypi/ensaio
.. image:: https://img.shields.io/badge/doi-10.5281%2Fzenodo.5784203-blue?style=flat-square
    :alt: DOI used to cite Ensaio
    :target: https://doi.org/10.5281/zenodo.5784203

About
-----

**Ensaio** (Portuguese for "rehearsal") is a Python package for downloading
open-access sample datasets for Geoscience.
It taps into the curated collection from `fatiando/data
<https://github.com/fatiando/data>`__ that is designed for use in tutorials,
documentation, and teaching.

It uses `Pooch <https://www.fatiando.org/pooch>`__ to manage downloading and
caching the data on your computer.
This means that datasets are only downloaded if they can't be found on your
computer already.

Project goals
-------------

* Provide minimal code for downloading our sample data (basically just creates
  the relevant Pooch code).
* Only download and let the user load the data. This helps make tutorials and
  examples more easily extended to a user's own data.
* Be fully backwards compatible. We achieve this by separating **data**
  versions from **Ensaio** versions. Major releases of the data get separate
  modules in Ensaio: `ensaio.v1`, `ensaio.v2`, etc. Major releases of Ensaio
  will be few and far between (if any).

Contacting Us
-------------

Find out more about how to reach us at
`fatiando.org/contact <https://www.fatiando.org/contact/>`__

Contributing
------------

Code of conduct
+++++++++++++++

Please note that 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.

Contributing Guidelines
+++++++++++++++++++++++

Please read our
`Contributing Guide <https://github.com/fatiando/ensaio/blob/main/CONTRIBUTING.md>`__
to see how you can help and give feedback.

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/ensaio/blob/master/LICENSE.txt>`__.


