https://github.com/ascribe/pyspool
Reference implementation of the SPOOL protocol
https://github.com/ascribe/pyspool
Last synced: 6 months ago
JSON representation
Reference implementation of the SPOOL protocol
- Host: GitHub
- URL: https://github.com/ascribe/pyspool
- Owner: ascribe
- License: apache-2.0
- Created: 2015-05-28T11:58:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T15:10:28.000Z (over 7 years ago)
- Last Synced: 2025-09-02T08:47:00.550Z (10 months ago)
- Language: Python
- Size: 137 KB
- Stars: 21
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/pyspool.svg
:target: https://pypi.python.org/pypi/pyspool
.. image:: https://img.shields.io/travis/ascribe/pyspool.svg
:target: https://travis-ci.org/ascribe/pyspool
.. image:: https://img.shields.io/codecov/c/github/ascribe/pyspool/master.svg
:target: https://codecov.io/github/ascribe/pyspool?branch=master
.. image:: https://readthedocs.org/projects/pyspool/badge/?version=latest
:target: http://pyspool.readthedocs.org/en/latest/?badge=latest
pyspool
=======
pyspool is a reference implementation of the Secure Public Online Ownership
Ledger `SPOOL`_ and part of the development stack of `ascribe.io`_.
Installation
------------
.. code-block:: bash
$ pip install pyspool
Documentation
-------------
https://pyspool.readthedocs.io/
Contributing
------------
Pull requests, feedback, and suggestions are welcome.
`Issues `_ and
`pull requests `_ are handled
via github.
Background
----------
This was developed by ascribe GmbH as part of the overall ascribe technology
stack. https://www.ascribe.io
Copyright
---------
This code is © 2015 ascribe GmbH.
Licensed under the Apache License, Version 2.0.
.. _SPOOL: https://github.com/ascribe/spool
.. _ascribe.io: https://www.ascribe.io/