Metadata-Version: 2.1
Name: memsource
Version: 0.0.3
Summary: Python bindings for Memsource
Home-page: https://github.com/Spredzy/python-memsource
Author: Yanis Guenane
Author-email: yguenane+opensource@gmail.com
License: UNKNOWN
Description: # python-memsource
        
        Python Memsource API bindings
        
        This project is still under active construction.
        This README.md will be updated as progress are made.
        
        ## Usage
        
        ```python
        from memsource import Memsource
        
        _memsource = Memsource(username, password)
        
        templates = _memsource.get_templates()
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
