andrenarchy / stellar-observatory

Python package for analyzing the Stellar network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellar Observatory

Build Status PyPI version

Stellar Observatory is a Python package for analyzing the Stellar network. It contains experimental and non-optimized code that is used for conducting research on quorums, quorum slices, and other aspects of the Stellar network.

This work is supported by a research grant in the Stellar academic research program of the Stellar Development Foundation.

Installation

pip install stellar-observatory

Note: Stellar Observatory requires Python 3.5 or above.

Example

See https://colab.research.google.com/drive/1-dOgu35CWWw4J-mQnhrmjnRFkLlEXDzL

Maintainer docs

Upload new version

rm -rf dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

About

Python package for analyzing the Stellar network

License:MIT License


Languages

Language:Python 100.0%