Metadata-Version: 2.1
Name: pygedcomx
Version: 0.0.1
Summary: GEDCOM X toolbox for Python
Home-page: https://github.com/dekoza/pyGedcomX
License: Apache-2.0
Keywords: genealogy
Author: Dominik Kozaczko
Author-email: dominik@kozaczko.info
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: importlib-metadata (>=1.0,<2.0); python_version < "3.8"
Requires-Dist: language-tags (>=1.0.0,<2.0.0)
Requires-Dist: lark-parser (>=0.9.0,<0.10.0)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: pydantic (>=1.6.1,<2.0.0)
Project-URL: Repository, https://github.com/dekoza/pyGedcomX
Description-Content-Type: text/x-rst

====================
Welcome to pyGedcomX
====================

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
    :target: https://opensource.org/licenses/Apache-2.0

This is Python implementation of GEDCOM X specification
as described in `GEDCOM X Conceptual Model`_.

.. _GEDCOM X Conceptual Model: https://github.com/FamilySearch/gedcomx/blob/master/specifications/conceptual-model-specification.md

Features
========

* reading and writing of the GEDCOM X JSON Serialization Format with use of pydantic.

Features in development
=======================

* GEDCOM X File Format support
* GEDCOM X Extensions support

