Metadata-Version: 2.1
Name: pipecashwallets
Version: 0.1.1
Summary: A collection of wallet modules for PipeCaead http://pipe.cash/ for more information.
Home-page: https://github.com/Pipe-Cash/pipecashwallets
Author: Aleksandar Nikolaev Dinkov
Author-email: alexander.n.dinkov@gmail.com
License: MIT license
Keywords: pipecashwallets
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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
Requires-Dist: python-bitcoinrpc
Requires-Dist: requests

===============
pipecashwallets
===============


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

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

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


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



A collection of wallet modules for PipeCaead http://pipe.cash/ for more information.


* Free software: MIT license
* Documentation: https://pipecashwallets.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:

- Wallet implementations
- - see pipecashwallets/examples.py to learn how to write wallets
- - many of the current wallets are not fully implemented, or need fixes
- TestNet wallets
- RegTest wallets (for easy tests of PipeCash configurations)
- Testing
- Documentation


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

0.1.1 (2019-02-22)
------------------
Basic BSV RPC wallet added
Watch-only BitIndex wallet added

0.1.0 (2019-02-22)
------------------

* First release on PyPI.


