Skip to content

Commit 7431909

Browse files
committed
Administrivia:
* Add badges * More ignore
1 parent ca7433c commit 7431909

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
*~
22
/.python-version
33
/ChangeLog
4+
/build
5+
/dist
46
/pymathics_graph.egg-info
57
__pycache__

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
|Pypi Installs| |Latest Version| |Supported Python Versions|
2+
13
`Mathics <https://mathics.org>`_ Graph Module using `NetworkX <https://networkx.org/>`_ and `Matplotlib <https://matplotlib.org>`_
24

35
Example Session
@@ -55,3 +57,9 @@ Currently this works well in `mathicsscript` but not in the Django interface, al
5557

5658

5759
.. |screenshot| image:: https://github.com/Mathics3/pymathics-graph/blob/master/screenshots/BinomialTree-3.png
60+
.. |Latest Version| image:: https://badge.fury.io/py/pymathics-graph.svg
61+
:target: https://badge.fury.io/py/pymathics-graph
62+
.. |Pypi Installs| image:: https://pepy.tech/badge/pymathics-graph
63+
.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/pymathics-graph.svg
64+
.. |Packaging status| image:: https://repology.org/badge/vertical-allrepos/pymathics-graph.svg
65+
:target: https://repology.org/project/pymathics-graph/versions

0 commit comments

Comments
 (0)