Metadata-Version: 2.0
Name: sblgntparser
Version: 0.2
Summary: This packages provides a python 3 parser and tools for the SBL Greek New Testament format.
Home-page: https://github.com/KLINGTdotNET/sblgntparser
Author: Andreas Linz
Author-email: klingt.net@gmail.com
License: MIT
Download-URL: https://github.com/KLINGTdotNET/sblgntparser/archive/0.1.tar.gz
Keywords: sblgnt parser
Platform: UNKNOWN

SBLGNT Parser
=============

|Build Status|

A python 3 parser for the `SBL Greek New Testament <https://github.com/morphgnt/sblgnt>`__
------------------------------------------------------------------------------------------

This package provides a parser and tools for the `SBL Greek New
Testament <https://github.com/morphgnt/sblgnt>`__ format.

Technical Information
---------------------

Currently only Python 3.4+ is supported because the package uses the new
`pathlib <https://docs.python.org/3/library/pathlib.html>`__. Maybe I
will change this in order to support all versions of python including
`pypy <http://pypy.org/>`__.

Installation
------------

via ``pip``
~~~~~~~~~~~

1. from the Python Package Index -
   `pypi <https://pypi.python.org/pypi>`__ (recommended)

   1. global

      -  ``pip install sblgntparser``

   2. local

      -  ``pip install --user sblgntparser``

2. from the git repository

   -  ``git clone git@github.com:KLINGTdotNET/sblgntparser.git``
   -  ``cd sblgntparser``
   -  ``make && pip install --user``

Usage Examples
--------------

-  will follow

.. |Build Status| image:: https://travis-ci.org/KLINGTdotNET/sblgntparser.svg?branch=master
   :target: https://travis-ci.org/KLINGTdotNET/sblgntparser


