We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faae19 commit 0b98f09Copy full SHA for 0b98f09
1 file changed
README.rst
@@ -2,6 +2,14 @@
2
bytecode
3
********
4
5
+.. image:: https://img.shields.io/pypi/v/bytecode.svg
6
+ :alt: Latest release on the Python Cheeseshop (PyPI)
7
+ :target: https://pypi.python.org/pypi/bytecode
8
+
9
+.. image:: https://travis-ci.org/haypo/bytecode.svg?branch=master
10
+ :alt: Build status of bytecode on Travis CI
11
+ :target: https://travis-ci.org/haypo/bytecode
12
13
``bytecode`` is a Python module to generate and modify bytecode.
14
15
* `bytecode project homepage at GitHub
0 commit comments