Metadata-Version: 1.1
Name: pyBaseX
Version: v0.1.0-alpha.1
Summary: pyBaseX: a Python adapter for BaseX REST interface
Home-page: https://github.com/lucalianas/pyBaseX
Author: Luca Lianas
Author-email: <lucalianas@gmail.com>
License: MIT License
Download-URL: https://github.com/lucalianas/pyBaseX/releases
Description: 
        pyBaseX: a Python adapter for BaseX REST interface
        --------------------------------------------------
        
        pyBaseX is a Python package that provides functionality to interact with BaseX via REST interface.
        
        The main features include:
         * CRUD methods for databases and documents
         * XPATH queries execution
        
Keywords: BaseX,REST,HTTP,XPATH,XML,database,python
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Requires: setuptools
Requires: requests
Requires: lxml
