معرفی شرکت ها


fordpass-0.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python wrapper for the FordPass API for Ford vehicle information and control: start, stop, lock, unlock.
ویژگی مقدار
سیستم عامل -
نام فایل fordpass-0.0.5
نام fordpass
نسخه کتابخانه 0.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dave Clarke
ایمیل نویسنده info@daveclarke.me
آدرس صفحه اصلی https://github.com/clarkd/fordpass-python
آدرس اینترنتی https://pypi.org/project/fordpass/
مجوز MIT
[![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. The wrapper provides methods to return vehicle status as well as some basic commands, e.g. start/stop, lock/unlock. 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. ## Features * Automatically auth & re-fetches tokens once expired * Get status of the vehicle (this returns a ton of info about the car: lat/long, oil, battery, fuel, odometer, tire pressures, open windows and a bunch of other stuff that may/may not apply to your car, e.g. charge level, diesel filters.) * Start the engine (if supported) * Stop the engine (if supported) * 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`. ``` demo.py USERNAME PASSWORD VIN ``` e.g. ``` demo.py test@test.com mypassword WX12345678901234 ``` ## Publishing new versions of this package 1. Bump the version number inside `setup.py`. 2. Build the package: `python setup.py sdist bdist_wheel`. 3. Upload to TestPyPi using `twine upload --repository-url https://test.pypi.org/legacy/ dist/*` and verify everything is as expected. 4. Upload to PyPi using `twine upload dist/*`. 5. All done!


نیازمندی

مقدار نام
- requests


نحوه نصب


نصب پکیج whl fordpass-0.0.5:

    pip install fordpass-0.0.5.whl


نصب پکیج tar.gz fordpass-0.0.5:

    pip install fordpass-0.0.5.tar.gz