Metadata-Version: 1.0
Name: rsl.xsd
Version: 0.2.4
Summary: Remote Service Library xsd module
Home-page: http://rslib.sourceforge.net
Author: Gerhard Weis
Author-email: gerhard.weis@proclos.com
License: BSD
Description: 
        RSL - XSD
        =========
        
        This module provides an implementation to use XML-Schema as type system.
        
        See `rsl <http://cheeseshop.python.org/pypi/rsl>`_ for more details.
        
        Status:
        -------
        
        work in progress
        
        
        CHANGES
        =======
        
        0.2.4 (2009-08-28)
        ------------------
        
        - added missing built-in xml-schema data types. (but no parsing of
        these new types, they are simply treated as strings or integers)
        
        0.2.3 (2009-01-27)
        ------------------
        
        - added support for simpleType element under element definition
        - replaced warnings with logging messages
        
        0.2.1 (2009-01-12)
        ------------------
        
        - changed homepage url
        - fixed packaging
        
        0.2.0 (2008-12-03)
        ------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
