Skip to content

Commit

Permalink
Update description & add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkd committed Oct 16, 2020
1 parent f7907e5 commit 022858d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![PyPI version](https://badge.fury.io/py/fordpass.svg)](https://badge.fury.io/py/fordpass)

# fordpass-python

This is a basic Python wrapper around the FordPass APIs. It's more or less a straight port of @d4v3y0rk's NPM module [d4v3y0rk/ffpass](https://github.com/d4v3y0rk/ffpass-module) - props to him for his work figuring out the relevant API requests needed.
Expand All @@ -11,6 +13,13 @@ This is a basic Python wrapper around the FordPass APIs. It's more or less a str
* Lock the doors
* Unlock the doors

## Install
Install using pip:

```
pip install fordpass
```

## Demo

To test the libary there is a demo script `demo.py`.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setup(
name='fordpass',
version='0.0.1',
version='0.0.2',
author="Dave Clarke",
author_email="[email protected]",
description="Wrapper around the FordPass APIs",
description="Python wrapper for the FordPass API for Ford vehicle information and control: start, stop, lock, unlock.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/clarkd/fordpass-python",
Expand Down

0 comments on commit 022858d

Please sign in to comment.