GeoAlchemy2


NameGeoAlchemy2 JSON
Version 0.14.5 PyPI version JSON
download
home_pagehttps://geoalchemy-2.readthedocs.io/en/stable/
SummaryUsing SQLAlchemy with Spatial Databases
upload_time2024-02-29 12:46:52
maintainer
docs_urlNone
authorEric Lemoine
requires_python>=3.7
licenseMIT
keywords geo gis sqlalchemy orm
VCS
bugtrack_url
requirements alembic flake8 mysql pytest pytest-cov pytest-html pytest-mypy rasterio
Travis-CI No Travis.
coveralls test coverage
            ============
GeoAlchemy 2
============

.. image:: https://github.com/geoalchemy/geoalchemy2/actions/workflows/test_and_publish.yml/badge.svg?branch=master
   :target: https://github.com/geoalchemy/geoalchemy2/actions

.. image:: https://coveralls.io/repos/geoalchemy/geoalchemy2/badge.png?branch=master
   :target: https://coveralls.io/r/geoalchemy/geoalchemy2

.. image:: https://readthedocs.org/projects/geoalchemy-2/badge/?version=latest
   :target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

GeoAlchemy 2 is a Python toolkit for working with spatial databases. It is
based on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.

Documentation is on Read the Docs: https://geoalchemy-2.readthedocs.io/en/stable.

            

Raw data

            {
    "_id": null,
    "home_page": "https://geoalchemy-2.readthedocs.io/en/stable/",
    "name": "GeoAlchemy2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "geo,gis,sqlalchemy,orm",
    "author": "Eric Lemoine",
    "author_email": "eric.lemoine@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/73/becbd76f15ea7b8e37203adbf21f385ce59248d67e0c870a4a56cb6994a4/GeoAlchemy2-0.14.5.tar.gz",
    "platform": null,
    "description": "============\nGeoAlchemy 2\n============\n\n.. image:: https://github.com/geoalchemy/geoalchemy2/actions/workflows/test_and_publish.yml/badge.svg?branch=master\n   :target: https://github.com/geoalchemy/geoalchemy2/actions\n\n.. image:: https://coveralls.io/repos/geoalchemy/geoalchemy2/badge.png?branch=master\n   :target: https://coveralls.io/r/geoalchemy/geoalchemy2\n\n.. image:: https://readthedocs.org/projects/geoalchemy-2/badge/?version=latest\n   :target: https://geoalchemy-2.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\nGeoAlchemy 2 is a Python toolkit for working with spatial databases. It is\nbased on the gorgeous `SQLAlchemy <http://www.sqlalchemy.org/>`_.\n\nDocumentation is on Read the Docs: https://geoalchemy-2.readthedocs.io/en/stable.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Using SQLAlchemy with Spatial Databases",
    "version": "0.14.5",
    "project_urls": {
        "Homepage": "https://geoalchemy-2.readthedocs.io/en/stable/",
        "Source": "https://github.com/geoalchemy/geoalchemy2",
        "Tracker": "https://github.com/geoalchemy/geoalchemy2/issues"
    },
    "split_keywords": [
        "geo",
        "gis",
        "sqlalchemy",
        "orm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "650970bee74636f0edfd51168533594e1f1928be2761614ec9f7cd5df9953aed",
                "md5": "05e9dc5871c1636ead64dcb70f263cb3",
                "sha256": "3b2dd73c646ac76ba093e37af167f42fa1f26a144817b07ab09650298b12f495"
            },
            "downloads": -1,
            "filename": "GeoAlchemy2-0.14.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05e9dc5871c1636ead64dcb70f263cb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 73023,
            "upload_time": "2024-02-29T12:46:50",
            "upload_time_iso_8601": "2024-02-29T12:46:50.899112Z",
            "url": "https://files.pythonhosted.org/packages/65/09/70bee74636f0edfd51168533594e1f1928be2761614ec9f7cd5df9953aed/GeoAlchemy2-0.14.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7873becbd76f15ea7b8e37203adbf21f385ce59248d67e0c870a4a56cb6994a4",
                "md5": "6a584e2590161e9c6213640fbb7fded5",
                "sha256": "450341ed4f85c43fb5e42f11e5c4dcb8b9ffed33de1ae04c62b94323249659cc"
            },
            "downloads": -1,
            "filename": "GeoAlchemy2-0.14.5.tar.gz",
            "has_sig": false,
            "md5_digest": "6a584e2590161e9c6213640fbb7fded5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 222906,
            "upload_time": "2024-02-29T12:46:52",
            "upload_time_iso_8601": "2024-02-29T12:46:52.881250Z",
            "url": "https://files.pythonhosted.org/packages/78/73/becbd76f15ea7b8e37203adbf21f385ce59248d67e0c870a4a56cb6994a4/GeoAlchemy2-0.14.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-29 12:46:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "geoalchemy",
    "github_project": "geoalchemy2",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "alembic",
            "specs": []
        },
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "mysql",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        },
        {
            "name": "pytest-html",
            "specs": []
        },
        {
            "name": "pytest-mypy",
            "specs": []
        },
        {
            "name": "rasterio",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "geoalchemy2"
}
        
Elapsed time: 0.20388s