Metadata-Version: 2.1
Name: sto
Version: 0.3.1
Summary: Security token management tool
Home-page: https://tokenmarket.net
Author: TokenMarket Ltd.
Author-email: mikko@tokenmarket.net
License: Apache 2.0
Keywords: ethereum blockchain smartcontract security token
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: eth-typing (<2)
Requires-Dist: web3[tester]
Requires-Dist: coloredlogs
Requires-Dist: colorama
Requires-Dist: tabulate
Requires-Dist: sqlalchemy (>=1.3.0b1)
Requires-Dist: tqdm
Requires-Dist: configobj
Requires-Dist: click
Requires-Dist: arrow
Provides-Extra: dev
Requires-Dist: bumpversion (<1,>=0.5.3) ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme (==0.4.2) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

A tool and Python library for issuing out and integrating security tokens.


.. image:: https://badges.gitter.im/TokenMarketNet/sto.svg
   :alt: Join the chat at https://gitter.im/security-token/Lobby
   :target: https://gitter.im/security-token/Lobby

.. image:: https://img.shields.io/travis/TokenMarketNet/sto.svg
        :target: https://travis-ci.org/TokenMarketNet/sto


Benefits
========

An open source tool ensures your company can manage its security tokens now and in the far future without vendor lock in. A good documentation ensures any capable technical advisory can pick up the work and assist you.

Features
========

This is a command line tool and Python library to manage and integrate security tokens:

* Issue out new stock series

* Printing out cap table

* Printing out my portfolio

* Managing bad transactions and lost privat keys

* Paying dividends

* Delivering voting ballots

The command line tool is locally installed via Docker and available for Windows, OSX and Linux.

Get started
===========

* `Read an introduction for security tokens <https://tokenmarket.net/news/security-tokens/what-are-security-tokens/>`_

* `Read the documentation <https://docs.tokenmarket.net/>`_

Links
=====

`TokenMarket website <https://tokenmarket.net>`_

`Documentation <https://docs.tokenmarket.net/>`_

`Github Source code and issue tracker <https://github.com/tokenmarketnet/sto>`_

`Support and chat <https://gitter.im/security-token/Lobby>`_

`Docker releases <https://hub.docker.com/r/miohtama/sto/>`_

`Python releases <https://pypi.org/project/sto/>`_

`Smart contracts repository <http://github.com/tokenmarketnet/ico>`_

`Change history <https://github.com/TokenMarketNet/sto/blob/master/CHANGES.rst>`_












