Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sqlalchemy | 7,808 | 41,853 | 5,339 | 2 hours ago | 289 | July 15, 2023 | 183 | mit | Python | |
The Database Toolkit for Python | ||||||||||
Databases | 3,517 | 30 | 90 | 25 days ago | 41 | December 18, 2022 | 124 | bsd-3-clause | Python | |
Async database support for Python. 🗄 | ||||||||||
Ibis | 3,169 | 24 | 24 | an hour ago | 48 | August 13, 2023 | 101 | apache-2.0 | Python | |
The flexibility of Python with the scale and performance of modern SQL. | ||||||||||
Flask Base | 2,838 | 8 months ago | 1 | mit | Python | |||||
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more. | ||||||||||
Awesome Sqlalchemy | 2,341 | 2 years ago | 9 | Python | ||||||
A curated list of awesome tools for SQLAlchemy | ||||||||||
Flask Migrate | 2,246 | 9,363 | 203 | 15 days ago | 44 | February 02, 2023 | 10 | mit | Python | |
SQLAlchemy database migrations for Flask applications using Alembic | ||||||||||
Alembic | 2,118 | 10,726 | 757 | 18 days ago | 119 | August 16, 2023 | 94 | mit | Python | |
A database migrations tool for SQLAlchemy. | ||||||||||
Sandman2 | 1,960 | 6 | 9 days ago | 29 | September 08, 2020 | 38 | apache-2.0 | Python | ||
Automatically generate a RESTful API service for your legacy database. No code required! | ||||||||||
Pyhive | 1,617 | 404 | 70 | 3 months ago | 28 | August 17, 2023 | 206 | other | Python | |
Python interface to Hive and Presto. 🐝 | ||||||||||
Ormar | 1,448 | 19 | 14 hours ago | 84 | June 26, 2022 | 87 | mit | Python | ||
python async orm with fastapi in mind and pydantic validation |
WARNING: This package is deprecated and was replaced by GeoAlchemy2 .
GIS Support for SQLAlchemy.
GeoAlchemy is an extension of SQLAlchemy. It provides support for Geospatial data types at the ORM layer using SQLAlchemy. It aims to support spatial operations and relations specified by the Open Geospatial Consortium (OGC). The project started under Google Summer of Code Program under the mentorship of Mark Ramm-Christensen.
Requires SQLAlchemy > 0.6. Supported on Python 2.5 and Python 2.6. Should also work with Python 2.4 but has not been tested. It also requires a supported spatial database.
At present PostGIS, Spatialite, MySQL, Oracle and MS SQL Server 2008 are supported.
GeoAlchemy is at an early stage of development. Its mailing list is available on Google Groups. The source code can be found on GitHub. Also, feel free to email the author directly to send bugreports, feature requests, patches, etc.
To install type as usual:
$ easy_install GeoAlchemy
Or, download the package, change into geoalchemy dir and type:
$ python setup.py install
Documentation is available online at http://geoalchemy.org. You can also generate full documentation using sphinx by doing make html in the doc dir and pointing the browser to doc/_build/index.html.
- geoalchemy/
- Source code of the project.
- geoalchemy/tests/
- Unittests for GeoAlchemy.
- doc/
- Documentation source.
- examples/
- A few examples demonstrating usage.
GeoAlchemy is released under the MIT License.
The contributors to this project (in alphabetical order are):