Metadata-Version: 2.4
Name: ged4py
Version: 0.1.12
Summary: GEDCOM tools for Python
Home-page: https://github.com/andy-z/ged4py
Author: Andy Salnikov
Author-email: ged4py@py-dev.com
License: MIT License
Keywords: ged4py
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Sociology :: Genealogy
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: ansel
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

========================
GEDCOM parser for Python
========================


.. image:: https://img.shields.io/pypi/v/ged4py.svg
        :target: https://pypi.python.org/pypi/ged4py

.. image:: https://img.shields.io/travis/andy-z/ged4py.svg
        :target: https://travis-ci.org/andy-z/ged4py

.. image:: https://readthedocs.org/projects/ged4py/badge/?version=latest
        :target: https://ged4py.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

Implementation of the GEDCOM parser in Python


* Free software: MIT license
* Documentation: https://ged4py.readthedocs.io.


Features
--------

* Parsing of GEDCOM files as defined by 5.5.1 version of GEDCOM standard
* Supported file encodings are UTF-8 (with or without BOM), ASCII or ANSEL
* Designed to parse large files efficiently
* Supports Python 2.7 and 3.3+

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.12 (2020-03-01)
-------------------

* Add support for a bunch of illegal encodings (thanks @Tuisto59 for report).

0.1.11 (2019-01-06)
-------------------

* Improve support for ANSEL encoded documents that use combining characters.

0.1.10 (2018-10-17)
-------------------

* Add protection for empty DATE fields.

0.1.9 (2018-05-17)
------------------

* Improve exception messages, convert bytes to string

0.1.8 (2018-05-16)
------------------

* Add simple integrity checks to parser

0.1.7 (2018-04-23)
------------------

* Fix for DateValue comparison, few small improvements

0.1.6 (2018-04-02)
------------------

* Improve handling of non-standard dates, any date string that cannot
  be parsed according to GEDCOM syntax is assumed to be a "Date phrase"

0.1.5 (2018-03-25)
------------------

* Fix for exception due to empty NAME record

0.1.4 (2018-01-31)
------------------

* Improve name parsing for ALTREE dialect

0.1.3 (2018-01-16)
------------------

* improve Py3 compatibility

0.1.2 (2017-11-26)
------------------

* Get rid of name formatting options, too complicated for this package.
* Describe name parsing for different dialects.

0.1.1 (2017-11-20)
------------------

* Fix for missing modules.

0.1.0 (2017-07-17)
------------------

* First release on PyPI.
