geojson-pydantic


Namegeojson-pydantic JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryPydantic data models for the GeoJSON spec.
upload_time2024-01-16 18:13:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
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.8",
    "maintainer_email": null,
    "keywords": "geojson,Pydantic",
    "author": null,
    "author_email": "Drew Bollinger <drew@developmentseed.org>",
    "download_url": "https://files.pythonhosted.org/packages/ee/a5/e1cbfaef7cef4c8fb95b9ba46faedc6dca3b115f44bb95ef4e89c4683756/geojson_pydantic-1.0.2.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.0.2",
    "project_urls": {
        "Source": "https://github.com/developmentseed/geojson-pydantic"
    },
    "split_keywords": [
        "geojson",
        "pydantic"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b1d575118ba2f51bb5110066d5f8cc50c13b222f6ff6e75b0fc2ec1ee3bd6d48",
                "md5": "dac663de00d4b79ad53e49b51966c423",
                "sha256": "d7a7f8ff4ca27298f62d1af182f69ec85f9990b9db80fa7e0161be1de2a9ae0f"
            },
            "downloads": -1,
            "filename": "geojson_pydantic-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dac663de00d4b79ad53e49b51966c423",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8588,
            "upload_time": "2024-01-16T18:13:04",
            "upload_time_iso_8601": "2024-01-16T18:13:04.026313Z",
            "url": "https://files.pythonhosted.org/packages/b1/d5/75118ba2f51bb5110066d5f8cc50c13b222f6ff6e75b0fc2ec1ee3bd6d48/geojson_pydantic-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eea5e1cbfaef7cef4c8fb95b9ba46faedc6dca3b115f44bb95ef4e89c4683756",
                "md5": "3ae1b0e7209bbd05743a3263234bf3c1",
                "sha256": "3179d665ad8763670681b73aded2228df20a1164951e9d7075be8f370eb681f4"
            },
            "downloads": -1,
            "filename": "geojson_pydantic-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3ae1b0e7209bbd05743a3263234bf3c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9180,
            "upload_time": "2024-01-16T18:13:07",
            "upload_time_iso_8601": "2024-01-16T18:13:07.259856Z",
            "url": "https://files.pythonhosted.org/packages/ee/a5/e1cbfaef7cef4c8fb95b9ba46faedc6dca3b115f44bb95ef4e89c4683756/geojson_pydantic-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 18:13:07",
    "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"
}
        
Elapsed time: 0.28024s