معرفی شرکت ها


Clique-blockchain-0.2.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python API for Clique block chains; ID chains and auth chains included.
ویژگی مقدار
سیستم عامل -
نام فایل Clique-blockchain-0.2.3
نام Clique-blockchain
نسخه کتابخانه 0.2.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Travis Shirk
ایمیل نویسنده travis@pobox.com
آدرس صفحه اصلی https://github.com/nicfit/clique
آدرس اینترنتی https://pypi.org/project/Clique-blockchain/
مجوز GNU LGPL v3.0
============== Clique Python ============== Python API for Clique block chains; ID chains and auth chains included. Invented by Andrew Biggs <balthorium@gmail.com>, and contributed to by others. Status ------ .. image:: https://img.shields.io/pypi/v/clique-blockchain.svg :target: https://pypi.python.org/pypi/clique-blockchain/ :alt: Latest Version .. image:: https://img.shields.io/pypi/status/clique-blockchain.svg :target: https://pypi.python.org/pypi/clique-blockchain/ :alt: Project Status .. image:: https://travis-ci.org/nicfit/Clique.svg?branch=master :target: https://travis-ci.org/nicfit/Clique :alt: Build Status .. image:: https://img.shields.io/pypi/l/clique-blockchain.svg :target: https://pypi.python.org/pypi/clique-blockchain/ :alt: License .. image:: https://img.shields.io/pypi/pyversions/clique-blockchain.svg :target: https://pypi.python.org/pypi/clique-blockchain/ :alt: Supported Python versions .. image:: https://coveralls.io/repos/nicfit/Clique/badge.svg :target: https://coveralls.io/r/nicfit/Clique :alt: Coverage Status Features -------- Requirements ------------ * Python >= 3.4 * cryptography * jwcrypto Getting Started ---------------- .. code-block:: bash # Note, replace <username> with your own. $ git clone https://<username>@stash-eng-chn-sjc1.cisco.com/stash/scm/~adb/clique.git $ cd clique/python3 # Using mkvirtualenv $ mkvirtualenv -p python3 -r requirements/default.txt clique # ... or virtualenv $ virtualenv -p python3 /path/clique $ source /path/clique/bin/activate $ pip install -r requirements/default.txt Installation ------------ The install the ``clique`` module and scripts, either system-wide or in a virtualenv, use ``setup.py`` in the standard fashion. .. code-block:: bash # To install $ ./setup.py install $ clique examples authchain .. note:: Developers should skip the install since testing requires pushing new versions. See the developer section. Development ----------- To initialize the environment to run against your working copy use the ``develop`` command. .. code-block:: bash # To develop $ ./setup.py develop $ clique examples authchain For running tests and performing other developer tasks more dependencies are required. .. code-block:: bash # For running tests $ pip install -r requirements/test.txt # For running tests with coverage, tox, building docs, linting, etc $ pip install -r requirements/dev.txt Release History =============== v0.2.3 (2017-02-05) ------------------------ Fix ~~~ - Fixed status badges (for PyPi package name change) v0.2.2 (2017-02-05) ------------------------- * Initial release


نیازمندی

مقدار نام
- cryptography
- jwcrypto
>=0.5.10 nicfit.py
- requests


نحوه نصب


نصب پکیج whl Clique-blockchain-0.2.3:

    pip install Clique-blockchain-0.2.3.whl


نصب پکیج tar.gz Clique-blockchain-0.2.3:

    pip install Clique-blockchain-0.2.3.tar.gz