Metadata-Version: 1.1
Name: typecraft_python
Version: 0.4.3
Summary: Lightweight implementation of the Typecraft XML format in python.
Home-page: https://github.com/Typecraft/typecraft_python
Author: Tormod Haugland
Author-email: tormod.haugland@gmail.com
License: MIT license
Description: ================
        Typecraft Python
        ================
        
        
        .. image:: https://img.shields.io/pypi/v/typecraft_python.svg
                :target: https://pypi.python.org/pypi/typecraft_python
        
        .. image:: https://img.shields.io/travis/Typecraft/typecraft_python.svg
                :target: https://travis-ci.org/Typecraft/typecraft_python
        
        .. image:: https://readthedocs.org/projects/typecraft_python/badge/?version=latest
                :target: https://typecraft_python.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/Typecraft/typecraft_python/shield.svg
             :target: https://pyup.io/repos/github/Typecraft/typecraft_python/
             :alt: Updates
        
        
        Lightweight implementation of the Typecraft XML format in python.
        
        
        * Free software: MIT license
        * Documentation: https://typecraft_python.readthedocs.io.
        
        Installation
        ------------
            pip install typecraft_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
        
Keywords: typecraft_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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
