Metadata-Version: 1.1
Name: pyCTS
Version: 0.1.2
Summary: UNKNOWN
Home-page: https://github.com/mromanello/pyCTS/
Author: Matteo Romanello
Author-email: matteo.romanello@gmail.com
License: GPL v3
Description: ## pyCTS
        
        Author: Matteo Romanello, <matteo.romanello@gmail.com>
        
        pyCTS is an initial pythonic implementation of the CTS API. The support is currently limited to the `CTS_URN` class which allows one to perform basic operation on CTS URNs, i.e. the kind of URNs defined and used by the [CTS protocol](http://www.homermultitext.org/hmt-doc/cite/texts/ctsoverview.html) and the [CITE architecture](http://www.homermultitext.org/hmt-doc/cite/). 
        
        The current implementation is basically a port to python of [this CTS Java implementation](https://bitbucket.org/neelsmith/cts) by Neel Smith.
        
        ### License
        The source code in this repository is licensed under the GNU General Public
        License version 3 (http://www.gnu.org/licenses/gpl.html).
        
        (c) 2013 Matteo Romanello
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: POSIX
