Metadata-Version: 2.1
Name: Polysign
Version: 0.1.3
Summary: Polysign PIP module for Bismuth. Handles the various cryptographic primitives Bismuth Crypto currency supports.
Home-page: https://github.com/bismuthfoundation/polysign
Author: EggdraSyl from Bismuth Foundation
Author-email: dev@eggpool.net
License: MIT license
Keywords: polysign
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pycryptodomex
Requires-Dist: ed25519
Requires-Dist: pynacl
Requires-Dist: base58
Requires-Dist: coincurve

========
polysign
========


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

.. image:: https://img.shields.io/travis/EggPool/polysign.svg
        :target: https://travis-ci.org/EggPool/polysign

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




Polysign PIP module for Bismuth. Handles the various cryptographic primitives Bismuth Crypto currency supports.


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


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


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

0.1.3 (2020-10-19)
------------------

* Bugfix in testnet style addresses

0.1.2 (2020-09-18)
------------------

* Cleanup V2 Bismuth DB

0.1.1 (2020-09-17)
------------------

* Support for V2 Bismuth DB

0.1.0 (2019-07-18)
------------------

* First release on PyPI.


