Metadata-Version: 1.1
Name: diclipy
Version: 0.1.2
Summary: CLI script for posting/reading on Diaspora* pod written around diaspy API
Home-page: https://notabug.org/uzver/diclipy
Author: uzver
Author-email: uzver(at)protonmail.ch
License: GNU/GPLv3+
Description: Description:
        ------------
        
        `diclipy <https://notabug.org/uzver/diclipy.git>`__ - CLI python script for posting/reading on `Diaspora\* <http://diasporafoundation.org>`__ pod written around `diaspy <https://github.com/marekjm/diaspy>`__ API
        
        Dependencies:
        -------------
        
        -  python3
        -  `diaspy <https://github.com/marekjm/diaspy>`__
        -  `clap <https://github.com/marekjm/clap>`__
        
        Usage:
        ------
        
        Run ``diclipy -h`` for help.
        
        Config folder: ~/.diclipy
        
        Install:
        --------
        
        diaspy:
        ~~~~~~~
        
        ``sudo pip3 install diaspy-api``
        
        or:
        
        1. download and unpack `diaspy <https://github.com/marekjm/diaspy>`__
           repo
        2. ``cd`` to folder
        3. ``sudo pip3 install .``
        
        clap:
        ~~~~~
        
        ``sudo pip3 install clap-api``
        
        or:
        
        1. download and unpack `clap <https://github.com/marekjm/clap>`__ repo
        2. ``cd`` to folder
        3. ``sudo pip3 install .``
        
        diclipy:
        ~~~~~~~~
        
        ``sudo pip3 install diclipy``
        
        or:
        
        1. download and unpack this repo
        2. ``cd`` to folder
        3. ``sudo pip3 install .``
        
        
        
Keywords: diaspora diaspy cli social blog network
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
