Metadata-Version: 2.0
Name: tc-xml-python
Version: 0.1.1
Summary: Lightweight implementation of the Typecraft XML format in python.
Home-page: https://github.com/Typecraft/tc_xml_python
Author: Tormod Haugland
Author-email: tormod.haugland@gmail.com
License: MIT license
Keywords: tc_xml_python
Platform: UNKNOWN
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)

===============================
Typecraft XML Python
===============================


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

.. image:: https://img.shields.io/travis/Typecraft/tc_xml_python.svg
        :target: https://travis-ci.org/Typecraft/tc_xml_python

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

.. image:: https://pyup.io/repos/github/Typecraft/tc_xml_python/shield.svg
     :target: https://pyup.io/repos/github/Typecraft/tc_xml_python/
     :alt: Updates


Lightweight implementation of the Typecraft XML format in python.


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

Installation
--------

    pip install tc_xml_python


Features
--------

This repository contains a lightweight python implementation of the Typecraft IGT-model, bundled with a simple parser.

Usage
-------

Currently, the project can only be used as a library, and does nothing as a standalone.


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.1 (2016-08-15)
-----------------
* Fixed some small bugs.

0.1.0 (2016-08-14)
------------------

* First release. Added main bulk of initial code:
    * Parser works in its most basic inception and parses TC-XML documents into its object-tree


