Metadata-Version: 2.1
Name: openbalkans
Version: 0.1.1
Summary: A python implementation of OpenBalkans
Home-page: https://github.com/openbalkans/openbalkans-python
Author: Barak Avrahami
Author-email: barak1345@gmail.com
License: MIT license
Keywords: openbalkans
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 :: 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-Python: >=3
Requires-Dist: cryptography (==2.8)
Requires-Dist: w3lib (==1.21.0)

==================================
Open Balkans Python Implementation
==================================


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

.. image:: https://img.shields.io/github/workflow/status/coregen/openbalkans/Unit%20tests
        :target: https://github.com/coregen/openbalkans/actions?query=workflow%3A%22Unit+tests%22

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


A python implementation of OpenBalkans


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

Features
--------

TODO
----

* Write a function that generates and saves the key to file
* Write a method that creates configuration file and allows different formats
* Format should be loaded from yaml or json


Plans
-----

* consider using config file - will create and use one
* think of key designation scheme
* user should be able to choose between WarpWallet and keyfile
* simple api (object.create_post(payload)) should be available and support lists
* only ECDSA should be supported with this implementation
* Key wrapper object and post interface should be extensible to allow different encryption types


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.0 (2019-06-28)
------------------

* First release on PyPI.


