Name | geojson-pydantic JSON |
Version |
1.2.0
JSON |
| download |
home_page | None |
Summary | Pydantic data models for the GeoJSON spec. |
upload_time | 2024-12-19 19:33:23 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
geojson
pydantic
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# geojson-pydantic
<p align="center">
<em> <a href="https://docs.pydantic.dev/latest/" target="_blank">Pydantic</a> models for GeoJSON.</em>
</p>
<p align="center">
<a href="https://github.com/developmentseed/geojson-pydantic/actions?query=workflow%3ACI" target="_blank">
<img src="https://github.com/developmentseed/geojson-pydantic/workflows/CI/badge.svg" alt="Test">
</a>
<a href="https://codecov.io/gh/developmentseed/geojson-pydantic" target="_blank">
<img src="https://codecov.io/gh/developmentseed/geojson-pydantic/branch/main/graph/badge.svg" alt="Coverage">
</a>
<a href="https://pypi.org/project/geojson-pydantic" target="_blank">
<img src="https://img.shields.io/pypi/v/geojson-pydantic?color=%2334D058&label=pypi%20package" alt="Package version">
</a>
<a href="https://pypistats.org/packages/geojson-pydantic" target="_blank">
<img src="https://img.shields.io/pypi/dm/geojson-pydantic.svg" alt="Downloads">
</a>
<a href="https://github.com/developmentseed/geojson-pydantic/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/github/license/developmentseed/geojson-pydantic.svg" alt="License">
</a>
<a href="https://anaconda.org/conda-forge/geojson-pydantic" target="_blank">
<img src="https://anaconda.org/conda-forge/geojson-pydantic/badges/version.svg" alt="Conda">
</a>
</p>
---
**Documentation**: <a href="https://developmentseed.org/geojson-pydantic/" target="_blank">https://developmentseed.org/geojson-pydantic/</a>
**Source Code**: <a href="https://github.com/developmentseed/geojson-pydantic" target="_blank">https://github.com/developmentseed/geojson-pydantic</a>
---
## Description
`geojson_pydantic` provides a suite of Pydantic models matching the [GeoJSON specification rfc7946](https://datatracker.ietf.org/doc/html/rfc7946). Those models can be used for creating or validating geojson data.
## Install
```bash
$ python -m pip install -U pip
$ python -m pip install geojson-pydantic
```
Or install from source:
```bash
$ python -m pip install -U pip
$ python -m pip install git+https://github.com/developmentseed/geojson-pydantic.git
```
Install with conda from [`conda-forge`](https://anaconda.org/conda-forge/geojson-pydantic):
```bash
$ conda install -c conda-forge geojson-pydantic
```
## Contributing
See [CONTRIBUTING.md](https://github.com/developmentseed/geojson-pydantic/blob/main/CONTRIBUTING.md).
## Changes
See [CHANGES.md](https://github.com/developmentseed/geojson-pydantic/blob/main/CHANGELOG.md).
## Authors
Initial implementation by @geospatial-jeff; taken liberally from https://github.com/arturo-ai/stac-pydantic/
See [contributors](hhttps://github.com/developmentseed/geojson-pydantic/graphs/contributors) for a listing of individual contributors.
## License
See [LICENSE](https://github.com/developmentseed/geojson-pydantic/blob/main/LICENSE)
Raw data
{
"_id": null,
"home_page": null,
"name": "geojson-pydantic",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "geojson, Pydantic",
"author": null,
"author_email": "Drew Bollinger <drew@developmentseed.org>",
"download_url": "https://files.pythonhosted.org/packages/8e/45/2aefc48622a54a050e0ba9a312e96e65ca77a277e2da1484460714afa0e5/geojson_pydantic-1.2.0.tar.gz",
"platform": null,
"description": "# geojson-pydantic\n\n<p align=\"center\">\n <em> <a href=\"https://docs.pydantic.dev/latest/\" target=\"_blank\">Pydantic</a> models for GeoJSON.</em>\n</p>\n<p align=\"center\">\n <a href=\"https://github.com/developmentseed/geojson-pydantic/actions?query=workflow%3ACI\" target=\"_blank\">\n <img src=\"https://github.com/developmentseed/geojson-pydantic/workflows/CI/badge.svg\" alt=\"Test\">\n </a>\n <a href=\"https://codecov.io/gh/developmentseed/geojson-pydantic\" target=\"_blank\">\n <img src=\"https://codecov.io/gh/developmentseed/geojson-pydantic/branch/main/graph/badge.svg\" alt=\"Coverage\">\n </a>\n <a href=\"https://pypi.org/project/geojson-pydantic\" target=\"_blank\">\n <img src=\"https://img.shields.io/pypi/v/geojson-pydantic?color=%2334D058&label=pypi%20package\" alt=\"Package version\">\n </a>\n <a href=\"https://pypistats.org/packages/geojson-pydantic\" target=\"_blank\">\n <img src=\"https://img.shields.io/pypi/dm/geojson-pydantic.svg\" alt=\"Downloads\">\n </a>\n <a href=\"https://github.com/developmentseed/geojson-pydantic/blob/main/LICENSE\" target=\"_blank\">\n <img src=\"https://img.shields.io/github/license/developmentseed/geojson-pydantic.svg\" alt=\"License\">\n </a>\n <a href=\"https://anaconda.org/conda-forge/geojson-pydantic\" target=\"_blank\">\n <img src=\"https://anaconda.org/conda-forge/geojson-pydantic/badges/version.svg\" alt=\"Conda\">\n </a>\n</p>\n\n---\n\n**Documentation**: <a href=\"https://developmentseed.org/geojson-pydantic/\" target=\"_blank\">https://developmentseed.org/geojson-pydantic/</a>\n\n**Source Code**: <a href=\"https://github.com/developmentseed/geojson-pydantic\" target=\"_blank\">https://github.com/developmentseed/geojson-pydantic</a>\n\n---\n\n## Description\n\n`geojson_pydantic` provides a suite of Pydantic models matching the [GeoJSON specification rfc7946](https://datatracker.ietf.org/doc/html/rfc7946). Those models can be used for creating or validating geojson data.\n\n## Install\n\n```bash\n$ python -m pip install -U pip\n$ python -m pip install geojson-pydantic\n```\n\nOr install from source:\n\n```bash\n$ python -m pip install -U pip\n$ python -m pip install git+https://github.com/developmentseed/geojson-pydantic.git\n```\n\nInstall with conda from [`conda-forge`](https://anaconda.org/conda-forge/geojson-pydantic):\n\n```bash\n$ conda install -c conda-forge geojson-pydantic\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/developmentseed/geojson-pydantic/blob/main/CONTRIBUTING.md).\n\n## Changes\n\nSee [CHANGES.md](https://github.com/developmentseed/geojson-pydantic/blob/main/CHANGELOG.md).\n\n## Authors\n\nInitial implementation by @geospatial-jeff; taken liberally from https://github.com/arturo-ai/stac-pydantic/\n\nSee [contributors](hhttps://github.com/developmentseed/geojson-pydantic/graphs/contributors) for a listing of individual contributors.\n\n## License\n\nSee [LICENSE](https://github.com/developmentseed/geojson-pydantic/blob/main/LICENSE)\n",
"bugtrack_url": null,
"license": null,
"summary": "Pydantic data models for the GeoJSON spec.",
"version": "1.2.0",
"project_urls": {
"Source": "https://github.com/developmentseed/geojson-pydantic"
},
"split_keywords": [
"geojson",
" pydantic"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "461d302eada860ab11524af66c90943de586846f112581ababf104c69ceb6747",
"md5": "472ca8fa605190db9ae6c9f51e59c5c9",
"sha256": "30f469d05f7f73dcac5f995579209d1ae74a148c0724018fa9492675e05eebf6"
},
"downloads": -1,
"filename": "geojson_pydantic-1.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "472ca8fa605190db9ae6c9f51e59c5c9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 8743,
"upload_time": "2024-12-19T19:33:21",
"upload_time_iso_8601": "2024-12-19T19:33:21.787827Z",
"url": "https://files.pythonhosted.org/packages/46/1d/302eada860ab11524af66c90943de586846f112581ababf104c69ceb6747/geojson_pydantic-1.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e452aefc48622a54a050e0ba9a312e96e65ca77a277e2da1484460714afa0e5",
"md5": "9d1201f2a8fcbcf170eb5b5c9db0732a",
"sha256": "eb5c61d3106a28bc71c936ef4cb44f36025db314059217063fee87d82e50cc81"
},
"downloads": -1,
"filename": "geojson_pydantic-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "9d1201f2a8fcbcf170eb5b5c9db0732a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 9231,
"upload_time": "2024-12-19T19:33:23",
"upload_time_iso_8601": "2024-12-19T19:33:23.903031Z",
"url": "https://files.pythonhosted.org/packages/8e/45/2aefc48622a54a050e0ba9a312e96e65ca77a277e2da1484460714afa0e5/geojson_pydantic-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-19 19:33:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "developmentseed",
"github_project": "geojson-pydantic",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "geojson-pydantic"
}