Metadata-Version: 1.2
Name: moco-explorer
Version: 0.1.0
Summary: Command line to for exporting data over the moco api
Home-page: https://github.com/sommalia/moco_explorer
Author: sommalia
Author-email: sommalia@tuta.io
License: GNU General Public License v3
Description: =============
        moco-explorer
        =============
        
        
        .. image:: https://img.shields.io/pypi/v/moco_explorer.svg
                :target: https://pypi.python.org/pypi/moco_explorer
        
        .. image:: https://img.shields.io/travis/sommalia/moco_explorer.svg
                :target: https://travis-ci.com/sommalia/moco_explorer
        
        .. image:: https://readthedocs.org/projects/moco-explorer/badge/?version=latest
                :target: https://moco-explorer.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        The quick and easy interface for exporting data from moco.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://moco-explorer.readthedocs.io (work in progress)
        
        Disclaimer
        ----------
        
        This project is in no way finished, or polished.
        I am not responsible for any commercial, financial or emotional damage that may or may not be caused by using this project.
        
        
        Features
        --------
        
        * Easy access to your moco data
        * Csv/Json/Text Export
        * Authentication over cli with username and password
        
        
        Requirements
        ------------
        
        * python 3.5 or greater
        * moco_wrapper 0.6.2 or greater
        
        Installation
        ------------
        
        From source
        ===========
        
        .. code-block:: shell
        
            $ git clone https://github.com/sommalia/moco_explorer moco-explorer
            $ cd moco-explorer
            $ pip install -r requirements_dev.txt
            $ make install
        
        From pip
        ========
        
        .. code-block:: shell
        
            $ pip install moco_explorer
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-03-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: moco_explorer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
