Metadata-Version: 2.1
Name: gramps-webapi
Version: 1.2.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

# 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.
