Metadata-Version: 2.3
Name: ansel
Version: 1.0.0
Summary: Codecs for reading/writing documents in the ANSEL character set.
Home-page: https://github.com/haney/python-ansel/
License: MIT
Keywords: ansel,gedcom
Author: David Haney
Author-email: david.haney@gmail.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (<1) ; extra == "docs"
Project-URL: Documentation, https://python-ansel.readthedocs.io/
Project-URL: Repository, https://github.com/haney/python-ansel/
Description-Content-Type: text/x-rst

============
ANSEL Codecs
============


.. image:: https://img.shields.io/pypi/v/ansel.svg
        :target: https://pypi.python.org/pypi/ansel
        :alt: PyPI Status

.. image:: https://github.com/haney/python-ansel/actions/workflows/build.yml/badge.svg
        :target: https://travis-ci.org/haney/python-ansel
        :alt: Build Status

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




Codecs for reading/writing documents in the ANSEL character set.


* Free software: MIT license
* Documentation: https://python-ansel.readthedocs.io.


Features
--------

* Adds support for character set encodings ANSEL_ (ANSI/NISO Z39.47) and GEDCOM_.
* Re-orders combining characters for consistency with the ANSEL specification.

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
.. _ANSEL: https://en.wikipedia.org/wiki/ANSEL
.. _GEDCOM: https://en.wikipedia.org/wiki/GEDCOM

