Metadata-Version: 2.1
Name: gramps-webapi
Version: 1.4.1
Summary: A RESTful web API for the Gramps genealogical database.
Home-page: https://github.com/gramps-project/web-api
Author: Gramps Development Team
License: AGPL v3 or greater
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
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: webargs
Requires-Dist: SQLAlchemy
Requires-Dist: pdf2image
Requires-Dist: Pillow
Requires-Dist: bleach>=5.0.0
Requires-Dist: tinycss2
Requires-Dist: whoosh
Requires-Dist: jsonschema
Requires-Dist: ffmpeg-python
Requires-Dist: boto3
Requires-Dist: alembic
Requires-Dist: celery[redis]
Requires-Dist: Unidecode
Requires-Dist: pytesseract

# Gramps Web API

RESTful web API for [Gramps](https://gramps-project.org).

**Users of *Gramps Web*, please see the [Gramps Web documentation site](https://gramps-project.github.io/web/) for details on setup, usage, where to get help, and how to contribute.**

## Description

This project provides a RESTful web API to query and manipulate a [Gramps](https://gramps-project.org) family tree database. It can serve e.g. as backend for a web app. Gramps Web API is the backend powering [Gramps Web](https://gramps-project.github.io/web/).

## API documentation

The documentation of the current state of the API can be browsed with Swagger:

[Gramps API docs](https://gramps-project.github.io/gramps-webapi/)

The project is still under development, so API changes should be expected.

## Developer documentation

The project's development documentation is hosted at https://gramps-project.github.io/web/dev-backend/.

## Demo Server

See the documentation site for a link to the demo server.
