Metadata-Version: 2.1
Name: gedcomx-python
Version: 0.1.5
Summary: GEDCOM X Python is the Python implementation of [GEDCOM X](http://www.gedcomx.org).
Home-page: https://github.com/maiorsi/pyGedcomX
License: MIT
Keywords: genealogy
Author: Simon Bragg
Author-email: 36492124+maiorsi@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Sociology :: Genealogy
Classifier: Typing :: Typed
Requires-Dist: importlib-metadata (>=1.0,<2.0) ; python_version < "3.8"
Requires-Dist: language-tags (>=1.1.0,<2.0.0)
Requires-Dist: lark-parser (>=0.12.0,<0.13.0)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Project-URL: Repository, https://github.com/maiorsi/pyGedcomX
Description-Content-Type: text/x-rst

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

.. image:: https://img.shields.io/pypi/pyversions/pygedcomx
    :target: https://pypi.org/project/pygedcomx/
.. image:: https://img.shields.io/pypi/v/pygedcomx
    :target: https://pypi.org/project/pygedcomx/
.. image:: https://img.shields.io/pypi/format/pygedcomx
    :target: https://pypi.org/project/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

