Name | pytest-gee JSON |
Version |
0.5.0
JSON |
| download |
home_page | None |
Summary | The Python plugin for your GEE based packages. |
upload_time | 2024-12-12 21:01:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT |
keywords |
python
skeleton
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
pytest-gee
==========
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative&logoColor=white
:target: LICENSE
:alt: License: MIT
.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?logo=git&logoColor=white
:target: https://conventionalcommits.org
:alt: conventional commit
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Black badge
.. image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier&logoColor=white
:target: https://github.com/prettier/prettier
:alt: prettier badge
.. image:: https://img.shields.io/badge/pre--commit-active-yellow?logo=pre-commit&logoColor=white
:target: https://pre-commit.com/
:alt: pre-commit
.. image:: https://img.shields.io/pypi/v/pytest-gee?color=blue&logo=pypi&logoColor=white
:target: https://pypi.org/project/pytest-gee/
:alt: PyPI version
.. image:: https://img.shields.io/conda/vn/conda-forge/pytest-gee?logo=anaconda&logoColor=white&color=blue
:target: https://anaconda.org/conda-forge/pytest-gee
:alt: conda-forge version badge
.. image:: https://img.shields.io/github/actions/workflow/status/gee-community/pytest-gee/unit.yaml?logo=github&logoColor=white
:target: https://github.com/gee-community/pytest-gee/actions/workflows/unit.yaml
:alt: build
.. image:: https://img.shields.io/codecov/c/github/gee-community/pytest-gee?logo=codecov&logoColor=white
:target: https://codecov.io/gh/gee-community/pytest-gee
:alt: Test Coverage
.. image:: https://img.shields.io/readthedocs/pytest-gee?logo=readthedocs&logoColor=white
:target: https://pytest-gee.readthedocs.io/en/latest/
:alt: Documentation Status
Overview
--------
.. image:: https://raw.githubusercontent.com/gee-community/pytest-gee/main/docs/_static/logo.svg
:width: 20%
:align: right
``pytest-gee`` provides some fixtures that make it easy to generate independent tests that require Earth Engine asset filesystem.
It also able to help maintaining tests that generate Earth Engine server side data.
This plugin uses a data directory (courtesy of ``pytest-datadir``) to store expected data files,
which are stored and used as baseline for future test runs.
You can also define your own data directory directly as described in the ``pytest_regression`` documentation.
Credits
-------
This package was created with `Copier <https://copier.readthedocs.io/en/latest/>`__ and the `@12rambau/pypackage <https://github.com/12rambau/pypackage>`__ 0.1.11 project template.
Raw data
{
"_id": null,
"home_page": null,
"name": "pytest-gee",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "Python, skeleton",
"author": null,
"author_email": "Pierrick Rambaud <pierrick.rambaud49@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/2e/5c/3f5f13d9def90c3a0ba58cb75dfae5a97530b00b24f14cff89a34813d049/pytest_gee-0.5.0.tar.gz",
"platform": null,
"description": "\npytest-gee\n==========\n\n.. image:: https://img.shields.io/badge/License-MIT-yellow.svg?logo=opensourceinitiative&logoColor=white\n :target: LICENSE\n :alt: License: MIT\n\n.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?logo=git&logoColor=white\n :target: https://conventionalcommits.org\n :alt: conventional commit\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Black badge\n\n.. image:: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier&logoColor=white\n :target: https://github.com/prettier/prettier\n :alt: prettier badge\n\n.. image:: https://img.shields.io/badge/pre--commit-active-yellow?logo=pre-commit&logoColor=white\n :target: https://pre-commit.com/\n :alt: pre-commit\n\n.. image:: https://img.shields.io/pypi/v/pytest-gee?color=blue&logo=pypi&logoColor=white\n :target: https://pypi.org/project/pytest-gee/\n :alt: PyPI version\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/pytest-gee?logo=anaconda&logoColor=white&color=blue\n :target: https://anaconda.org/conda-forge/pytest-gee\n :alt: conda-forge version badge\n\n.. image:: https://img.shields.io/github/actions/workflow/status/gee-community/pytest-gee/unit.yaml?logo=github&logoColor=white\n :target: https://github.com/gee-community/pytest-gee/actions/workflows/unit.yaml\n :alt: build\n\n.. image:: https://img.shields.io/codecov/c/github/gee-community/pytest-gee?logo=codecov&logoColor=white\n :target: https://codecov.io/gh/gee-community/pytest-gee\n :alt: Test Coverage\n\n.. image:: https://img.shields.io/readthedocs/pytest-gee?logo=readthedocs&logoColor=white\n :target: https://pytest-gee.readthedocs.io/en/latest/\n :alt: Documentation Status\n\nOverview\n--------\n\n.. image:: https://raw.githubusercontent.com/gee-community/pytest-gee/main/docs/_static/logo.svg\n :width: 20%\n :align: right\n\n``pytest-gee`` provides some fixtures that make it easy to generate independent tests that require Earth Engine asset filesystem.\nIt also able to help maintaining tests that generate Earth Engine server side data.\n\nThis plugin uses a data directory (courtesy of ``pytest-datadir``) to store expected data files,\nwhich are stored and used as baseline for future test runs.\nYou can also define your own data directory directly as described in the ``pytest_regression`` documentation.\n\nCredits\n-------\n\nThis package was created with `Copier <https://copier.readthedocs.io/en/latest/>`__ and the `@12rambau/pypackage <https://github.com/12rambau/pypackage>`__ 0.1.11 project template.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "The Python plugin for your GEE based packages.",
"version": "0.5.0",
"project_urls": {
"Homepage": "https://github.com/gee-community/pytest-gee"
},
"split_keywords": [
"python",
" skeleton"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "29be36cdaadc3cb389b9e733946aff64cb0b3bcd4f394d6a596a1965842e37c1",
"md5": "f56fbd0a53ca26526a627c1ac2f69333",
"sha256": "9ef3ccd0e777556d821e3f6dfcdd788e884b8154463135d0677b712920ff6ba6"
},
"downloads": -1,
"filename": "pytest_gee-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f56fbd0a53ca26526a627c1ac2f69333",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 14787,
"upload_time": "2024-12-12T21:01:05",
"upload_time_iso_8601": "2024-12-12T21:01:05.473137Z",
"url": "https://files.pythonhosted.org/packages/29/be/36cdaadc3cb389b9e733946aff64cb0b3bcd4f394d6a596a1965842e37c1/pytest_gee-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e5c3f5f13d9def90c3a0ba58cb75dfae5a97530b00b24f14cff89a34813d049",
"md5": "7c556c4c0d7af1550951891d32dd4aca",
"sha256": "dfe23372414bf747a45f0b66108d0f7b2e9d9315cd6aab534b0cd0a829f17b13"
},
"downloads": -1,
"filename": "pytest_gee-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "7c556c4c0d7af1550951891d32dd4aca",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1327603,
"upload_time": "2024-12-12T21:01:07",
"upload_time_iso_8601": "2024-12-12T21:01:07.641565Z",
"url": "https://files.pythonhosted.org/packages/2e/5c/3f5f13d9def90c3a0ba58cb75dfae5a97530b00b24f14cff89a34813d049/pytest_gee-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 21:01:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gee-community",
"github_project": "pytest-gee",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pytest-gee"
}