Metadata-Version: 2.1
Name: pipecashagents
Version: 0.1.2.6
Summary: A collection of common agents used in PipeCash. Learn more about PipeCash on http://pipe.cash/
Home-page: https://github.com/Pipe-Cash/pipecashagents
Author: Aleksandar Nikolaev Dinkov
Author-email: alexander.n.dinkov@gmail.com
License: MIT license
Keywords: pipecashagents
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

===============
pipecashagents
===============


.. image:: https://img.shields.io/pypi/v/pipecashagents.svg
        :target: https://pypi.python.org/pypi/pipecashagents

.. image:: https://img.shields.io/travis/Pipe-Cash/pipecashagents.svg
        :target: https://travis-ci.org/Pipe-Cash/pipecashagents

.. image:: https://readthedocs.org/projects/pipecashagents/badge/?version=latest
        :target: https://pipecashagents.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/Pipe-Cash/pipecashagents/shield.svg
     :target: https://pyup.io/repos/github/Pipe-Cash/pipecashagents/
     :alt: Updates



A collection of common agents used in PipeCash. Learn more about PipeCash on http://pipe.cash/


* Free software: MIT license
* Documentation: https://pipecashagents.readthedocs.io.




Installation
----------------

pip install pipecashwallets

Usage
--------

This package is not intended for direct usage.
Simply install it and reference its modules in your PipeCash configurations.

Contributing
----------------

All pull requests are wellcome.

The areas that need the most help are:

- Write agents
- Testing
- Documentation


=======
History
=======

0.1.2.6 (2019-04-07)
------------------
* bug fixes

0.1.2.5 (2019-04-07)
------------------
* bug fixes

0.1.2.4 (2019-04-07)
------------------
* New agents:
    - HTML text scrape
    - WriteFile & WriteEventToFile agents
    - 3 OpReturn Agents
    - Read File agent
    - WatchDirectory Agent
    - GetHandCashAddress agent
    - ForEach (list splitter to events) agent
    - RegexFilter Agent
    - 13 different Twitter Agents


0.1.2.2 (2019-04-07)
------------------
* Fixed broken assertions

0.1.2.1 (2019-04-07)
------------------
* New agents:
    - EmailSend
    - OnNewEmail
    - GetWalletReceiveAddress
    - OnWalletBalanceChange
    - WalletSend
    - AttributeDifference
    - NumberDifference
    - DeDuplicationDetector
    - DelayedEventQueue
    - RssChecker

0.1.1 (2019-02-08)
------------------
* First release on PyPI.


