Metadata-Version: 2.2
Name: gramps-webapi
Version: 2.8.2
Summary: A RESTful web API for the Gramps genealogical database.
Author: Gramps Development Team
Author-email: "David M. Straub" <straub@protonmail.com>
License: AGPL-3.0-or-later
Project-URL: homepage, https://github.com/gramps-project/gramps-web-api
Project-URL: repository, https://github.com/gramps-project/gramps-web-api
Keywords: RESTful,web API,genealogy,Gramps
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gramps[GUI,i18n]==5.2.*
Requires-Dist: Click>=7.0
Requires-Dist: Flask>=2.1.0
Requires-Dist: Flask-Caching>=2.0.0
Requires-Dist: Flask-Compress
Requires-Dist: Flask-Cors
Requires-Dist: Flask-JWT-Extended!=4.4.0,!=4.4.1,>=4.2.1
Requires-Dist: Flask-Limiter>=2.9.0
Requires-Dist: Flask-SQLAlchemy
Requires-Dist: marshmallow>=3.13.0
Requires-Dist: waitress
Requires-Dist: webargs
Requires-Dist: SQLAlchemy>=2.0.0
Requires-Dist: pdf2image
Requires-Dist: Pillow
Requires-Dist: bleach[css]>=5.0.0
Requires-Dist: jsonschema
Requires-Dist: ffmpeg-python
Requires-Dist: boto3<1.36.0
Requires-Dist: alembic
Requires-Dist: celery[redis]
Requires-Dist: Unidecode
Requires-Dist: pytesseract
Requires-Dist: gramps-ql>=0.3.0
Requires-Dist: object-ql>=0.1.2
Requires-Dist: sifts>=0.8.3
Provides-Extra: ai
Requires-Dist: sentence-transformers; extra == "ai"
Requires-Dist: openai; extra == "ai"

# Gramps Web API

This is the repository for **Gramps Web API**, a Python REST API for [Gramps](https://gramps-project.org).

It allows to query and manipulate a [Gramps](https://gramps-project.org) family tree database via the web.

Gramps Web API is the backend of [Gramps Web](https://www.grampsweb.org/), a genealogy web app based on Gramps, but can also be used as backend for other tools.

## More information

- API documentation for Gramps Web API: https://gramps-project.github.io/gramps-web-api/
- Developer documentation for Gramps Web API: https://www.grampsweb.org/dev-backend/
- Documentation for Gramps Web: https://www.grampsweb.org

## Related projects

- Gramps Web frontend repository: https://github.com/gramps-project/gramps-web
