Metadata-Version: 2.1
Name: simplebot-writefreely
Version: 1.1.1
Summary: DeltaChat/WriteFreely bridge (SimpleBot plugin)
Home-page: https://github.com/simplebot-org/simplebot_writefreely
Author: The SimpleBot Contributors
Author-email: adbenitez@nauta.cu
License: MPL
Keywords: simplebot plugin deltachat writefreely bridge
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: simplebot >=2.3.0
Requires-Dist: SQLAlchemy >=1.4.26
Requires-Dist: writefreely-py >=1.2.0
Provides-Extra: dev
Requires-Dist: simplebot >=2.3.0 ; extra == 'dev'
Requires-Dist: SQLAlchemy >=1.4.26 ; extra == 'dev'
Requires-Dist: writefreely-py >=1.2.0 ; extra == 'dev'
Requires-Dist: pytest >=6.2.5 ; extra == 'dev'
Requires-Dist: requests-mock >=1.9.3 ; extra == 'dev'
Requires-Dist: black >=21.10b0 ; extra == 'dev'
Requires-Dist: mypy >=0.910 ; extra == 'dev'
Requires-Dist: isort >=5.9.3 ; extra == 'dev'
Requires-Dist: pylint >=2.11.1 ; extra == 'dev'
Requires-Dist: pylama >=7.7.1 ; extra == 'dev'
Requires-Dist: types-pkg-resources >=0.1.3 ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest >=6.2.5 ; extra == 'test'
Requires-Dist: requests-mock >=1.9.3 ; extra == 'test'

DeltaChat/WriteFreely Bridge
============================

.. image:: https://img.shields.io/pypi/v/simplebot_writefreely.svg
   :target: https://pypi.org/project/simplebot_writefreely

.. image:: https://img.shields.io/pypi/pyversions/simplebot_writefreely.svg
   :target: https://pypi.org/project/simplebot_writefreely

.. image:: https://pepy.tech/badge/simplebot_writefreely
   :target: https://pepy.tech/project/simplebot_writefreely

.. image:: https://img.shields.io/pypi/l/simplebot_writefreely.svg
   :target: https://pypi.org/project/simplebot_writefreely

.. image:: https://github.com/simplebot-org/simplebot_writefreely/actions/workflows/python-ci.yml/badge.svg
   :target: https://github.com/simplebot-org/simplebot_writefreely/actions/workflows/python-ci.yml

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

`SimpleBot`_ plugin that allows Delta Chat users to publish in WriteFreely instances.

If this plugin has collisions with commands from other plugins in your bot, you can set a command prefix like ``/wf_`` for all commands::

  simplebot -a bot@example.com db -s simplebot_writefreely/command_prefix wf_

Install
-------

To install run::

  pip install simplebot-writefreely


.. _SimpleBot: https://github.com/simplebot-org/simplebot
