Metadata-Version: 1.1
Name: pymagisto
Version: 0.1
Summary: Wrapper for magisto api
Home-page: https://github.com/alejandrojnm/pymagisto
Author: Alejandro JNM
Author-email: alejandrojnm@gmail.com
License: GPLv3
Description: Pymagisto
        
        python wrapper for magisto api
        
        Usage
        -----
        >>> from pymagisto import Pymagisto
        >>> data = Pymagisto(API_KEY, API_SECRET)
        
        
        Installation
        ------------
        pip3 install pymagisto
        
        
        Requirements
        ^^^^^^^^^^^^
        requests
        
        Compatibility
        -------------
        python 3.7
        
        Licence
        -------
        GPLv3
        
        Authors
        -------
        
        `pymagisto` was written by `Alejandro JNM <alejandrojnm@gmail.com>`_.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
