Skip to content

Commit cbe9807

Browse files
committed
Added badges
1 parent 40ca679 commit cbe9807

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AlgorithmX Python
22
[![travis](https://travis-ci.com/algrx/algorithmx-python.svg)](https://travis-ci.com/algrx/algorithmx-python)
3+
[![PyPI version](https://badge.fury.io/py/algorithmx.svg)](https://pypi.org/project/algorithmx)
4+
[![docs](https://readthedocs.org/projects/algorithmx-python/badge/?version=latest)](https://algorithmx-python.readthedocs.io/en/latest/?badge=latest)
35

46
**AlgorithmX Python** is a library for network visualization and algorithm simulation, based on <a href="https://github.com/algrx/algorithmx">AlgorithmX</a>. It works through either a HTTP server, or as a widget in Jupyter Notebooks and JupyterLab.
57

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
scripts = glob(pjoin('scripts', '*')),
6666
cmdclass = cmdclass,
6767
packages = find_packages(),
68-
author = 'alexsocha',
68+
author = 'Alex Socha',
6969
author_email = 'algorithmx.lib@gmail.com',
7070
url = 'https://github.com/algorithmx/algorithmx-python',
7171
license = 'MIT',

0 commit comments

Comments
 (0)