| Name | geojson-pydantic JSON | 
            
| Version | 
                  2.1.0
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | Pydantic data models for the GeoJSON spec. | 
            | upload_time | 2025-10-08 13:31:12 | 
            | 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/5c/52/961c8f7c51067f5d853a732cd4abc09b4d15c742384406dda8348b98071e/geojson_pydantic-2.1.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": "2.1.0",
    "project_urls": {
        "Source": "https://github.com/developmentseed/geojson-pydantic"
    },
    "split_keywords": [
        "geojson",
        " pydantic"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13188a9dca353e605b344408114f6b045b11d14082d19f4668b073259d3ed1a9",
                "md5": "ba3be42956867f31797c0876de235367",
                "sha256": "f9091bed334ab9fbb1bef113674edc1212a3737f374a0b13b1aa493f57964c1d"
            },
            "downloads": -1,
            "filename": "geojson_pydantic-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba3be42956867f31797c0876de235367",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8819,
            "upload_time": "2025-10-08T13:31:11",
            "upload_time_iso_8601": "2025-10-08T13:31:11.646147Z",
            "url": "https://files.pythonhosted.org/packages/13/18/8a9dca353e605b344408114f6b045b11d14082d19f4668b073259d3ed1a9/geojson_pydantic-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c52961c8f7c51067f5d853a732cd4abc09b4d15c742384406dda8348b98071e",
                "md5": "4bd3f2fbc8dfc425f5fdba5193b39800",
                "sha256": "78a52b2a7cd9c113bac4898a81ce00c146c7927dd2804f1c7e9fd05c2515073f"
            },
            "downloads": -1,
            "filename": "geojson_pydantic-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4bd3f2fbc8dfc425f5fdba5193b39800",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9398,
            "upload_time": "2025-10-08T13:31:12",
            "upload_time_iso_8601": "2025-10-08T13:31:12.474955Z",
            "url": "https://files.pythonhosted.org/packages/5c/52/961c8f7c51067f5d853a732cd4abc09b4d15c742384406dda8348b98071e/geojson_pydantic-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 13:31:12",
    "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"
}