معرفی شرکت ها


fly-tracker-0.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

The Fly Tracker library lets you monitor the flight prices for any route. The user has the option to set up notifications for the tracked route which can help him book tickets when he wants to.
ویژگی مقدار
سیستم عامل -
نام فایل fly-tracker-0.0.1
نام fly-tracker
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Ritik Panda <ritik.panda@columbia.edu>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/fly-tracker/
مجوز MIT License Copyright (c) 2023 Ritik Panda Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# fly_tracker An open source project that helps you get the best flight deals! ![license](https://img.shields.io/github/license/Ritik3111/fly_tracker) ![issues](https://img.shields.io/github/issues/Ritik3111/fly_tracker) [![PyPI](https://img.shields.io/pypi/v/fly-tracker)](https://pypi.org/project/fly-tracker/) ## Code Coverage [![codecov](https://codecov.io/gh/Ritik3111/fly_tracker/branch/main/graph/badge.svg)](https://codecov.io/gh/Ritik3111/fly_tracker) ![status](https://img.shields.io/github/actions/workflow/status/Ritik3111/fly_tracker/setup.yml) ## Overview The Fly Tracker library lets you monitor the flight prices for any route. The user has the option to set up notifications for the tracked route which can help him book tickets when he/she wants to. ## Table of Contents - [Installation](#Installation) - [Usage](#Usage) - [Example](#Example) ## Installation To install the library: `pip install fly_tracker` ## Usage The library takes the following arguments: | Argument | Name | Type | Description | -------- | -------- | -------- | -------- | | src | Source | string | Source City | | dst | Destination | string |Destination City| | price | Price | int |The threshold price that you want to set| | date | Date | string | The date you want to fly on | Run the following command: `python fly_tracker --src src-city --dst dest-city --price price --date date` Replace src-city, dest-city, price, and date with your desired values. This will start tracking the flight prices for the specified route. ## Example `python fly_tracker --src "New York" --dst "Boston" --price 100 --date "12 May"` This creates a 'Results_TimeStamp.csv' file with all airfares between New York and Boston on 12th May below 100$.


نیازمندی

مقدار نام
>=22 black
>=1.0.0 bump2version
- check-manifest
>=3.7.8 flake8
>=0.2.1 flake8-black
- flake8-pyproject
- mypy
>=4.3.0 pytest
>=2.6.1 pytest-cov
- twine
- wheel


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl fly-tracker-0.0.1:

    pip install fly-tracker-0.0.1.whl


نصب پکیج tar.gz fly-tracker-0.0.1:

    pip install fly-tracker-0.0.1.tar.gz