Metadata-Version: 2.1
Name: diclipy
Version: 0.1.5
Summary: CLI script for posting/reading/commenting on Diaspora* pod written around Diaspy API
Home-page: https://notabug.org/uzver/diclipy
Author: uzver
Author-email: uzver@protonmail.ch
License: GNU/GPLv3+
Keywords: diaspora diaspy cli social blog federative network fediverse
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
License-File: LICENSE.txt

Description:
------------

`diclipy <https://notabug.org/uzver/diclipy>`__ - CLI python script for posting/reading/commenting on `Diaspora\* <http://diasporafoundation.org>`__ pod written around `Diaspy <https://github.com/marekjm/diaspy>`__ API

Dependencies:
-------------

-  python3
-  `diaspy-api <https://pypi.python.org/pypi/diaspy-api/>`__ (`Github <https://github.com/marekjm/diaspy>`__)
-  `clap-api <https://pypi.python.org/pypi/clap-api/>`__ (`Github <https://github.com/marekjm/clap>`__)

Usage:
------

Run ``diclipy -h`` for help.

Config folder: ~/.diclipy

Doc.: http://pythonhosted.org/diclipy

Install:
--------

``sudo pip3 install diclipy``

or if you get errors try from git:

clap:
~~~~~

1. download and unpack `clap <https://github.com/marekjm/clap/archive/refs/heads/devel.zip>`__
2. ``cd`` to ``clap`` folder
3. ``pip3 install .``

diaspy:
~~~~~~~

1. download and unpack `diaspy <https://github.com/marekjm/diaspy/archive/refs/heads/master.zip>`__
   repo
2. ``cd`` to ``diaspy`` folder
3. ``pip3 install .``

diclipy:
~~~~~~~~

1. download and unpack `diclipy <https://notabug.org/uzver/diclipy/archive/master.zip>`__
2. ``cd`` to ``diclipy`` folder
3. ``pip3 install .``


