Metadata-Version: 1.1
Name: xmlprops
Version: 1.0.2
Summary: XMLProps allows the use XML based properties files similar to Java.
Home-page: https://github.com/Acrisel/xmlprops
Author: Acrisel Team
Author-email: support@acrisel.com
License: MIT
Description: ========
        xmlprops
        ========
        
        xmlprops provides means to access properties that are stored in XML (file or string).  
        There are two main classes xmlprops provides:
        1. XMLPropsFile: file based XML that containing properties
        2. XMLPropsStr: string base XML that containing properties
        
        Thes class provides methods to would comfirtably allow access to the properties stored.
        
        More information in README document.
        
        We hope you would enjoy using this package.  Let us know your experiecne.
        
        The Acrisel Team.
Keywords: project,virtualenv,parameters
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Framework :: Project Settings and Operation
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
