Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Mar 24, 2017
1 parent edc66c9 commit b30dd29
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ PyJNIus
=======

A Python module to access Java classes as Python classes using JNI.

PyJNIus is a "Work In Progress".
Warning: the pypi name is now `pyjnius` instead of `jnius`.

[![Build Status](https://travis-ci.org/kivy/pyjnius.svg?branch=master)](https://travis-ci.org/kivy/pyjnius)
[![PyPI](https://img.shields.io/pypi/v/pyjnius.svg)]()

Installation
------------

```
pip install pyjnius
```

Quick overview
--------------
Expand Down

0 comments on commit b30dd29

Please sign in to comment.