معرفی شرکت ها


conference-radar-0.9.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Track conferences and meetups on your terminal.
ویژگی مقدار
سیستم عامل -
نام فایل conference-radar-0.9.1
نام conference-radar
نسخه کتابخانه 0.9.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Vinayak Mehta
ایمیل نویسنده vmehta94@gmail.com
آدرس صفحه اصلی https://github.com/vinayak-mehta/conrad
آدرس اینترنتی https://pypi.org/project/conference-radar/
مجوز Apache 2.0
<p align="center"> <img src="https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/mozilla-satellite-antenna.png" width="200"> </p> # conrad — Conference Radar [![Workflow Status](https://github.com/vinayak-mehta/conrad/workflows/Get%20events/badge.svg)](https://github.com/vinayak-mehta/conrad/actions) [![Documentation Status](https://readthedocs.org/projects/conference-radar/badge/?version=latest)](https://conference-radar.readthedocs.io/en/latest/) [![image](https://img.shields.io/pypi/v/conference-radar.svg)](https://pypi.org/project/conference-radar/) [![image](https://img.shields.io/pypi/pyversions/conference-radar.svg)](https://pypi.org/project/conference-radar/) [![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) `conrad` helps you track conferences and meetups on your terminal. --- Here's how it works: <pre> $ conrad show </pre> ![show](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show.png) ## Why conrad? - 📅 Never miss CFP deadlines again. `conrad remind` can remind you every time you open a terminal! - 📊 Query and explore events using tags, names, locations, and dates. `conrad show --cfp` will tell you about events where the CFP is open! - 🤖 Crawlers update events twice a week! (Monday and Thursday at 00:00 UTC) ## Installation You can simply use pip to install `conrad`: <pre> $ pip install conference-radar </pre> ## Features ### Continuous updates The event list is maintained in `data/events.json`. This list is continuously updated by the available `crawlers` using GitHub Actions. Sources: - https://confs.tech - https://pydata.org/event-schedule - https://github.com/python-organizers/conferences - https://wiki.python.org/moin/PythonEventsCalendar ### Set reminders You can set CFP reminders so that you never miss a deadline! The color changes based on event proximity; **> 30 days** ![#008000](https://placehold.it/15/008000/000000?text=+), **>10 and < 30 days** ![#ffff00](https://placehold.it/15/ffff00/000000?text=+) and **< 10 days** ![#ff0000](https://placehold.it/15/ff0000/000000?text=+). <pre> $ conrad remind -i 6bb714 $ conrad remind </pre> ![remind](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/remind.png) **Protip**: Add `conrad remind` to your shell startup file so that you get a reminder every time you open a new terminal! ### Query and explore You can query and explore the event database using various filters. Look at events which have an open call for proposals (CFP): <pre> $ conrad show --cfp </pre> ![show-cfp](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-cfp.png) Look at conferences using a tag: <pre> $ conrad show --tag python </pre> ![show-tag](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-tag.png) Look at conferences using a name: <pre> $ conrad show --name pycon </pre> ![show-name](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-name.png) Look at conferences in a city, state or country: <pre> $ conrad show --location usa </pre> ![show-location](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-location.png) Look at conferences based on when they're happening: <pre> $ conrad show --date ">= 2019-10-01" --date "<= 2020-01-01" </pre> ![show-date](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/show-date.png) ### Refresh event database You can get the latest events using: <pre> $ conrad refresh </pre> ![refresh](https://raw.githubusercontent.com/vinayak-mehta/conrad/master/docs/_static/refresh.png) ## Contributing The [Contributor's Guide](https://github.com/vinayak-mehta/conrad/blob/master/CONTRIBUTING.md) has detailed information about guidelines around contributions. You can add new crawlers and events to `conrad`: - [Adding a crawler](https://conference-radar.readthedocs.io/en/latest/dev/adding-crawlers.html) - [Adding new events](https://conference-radar.readthedocs.io/en/latest/dev/adding-events.html) ## Versioning `conrad` uses [Semantic Versioning](https://semver.org/). For the available versions, see the tags on this repository. ## License This project is licensed under the Apache License, see the [LICENSE](https://github.com/vinayak-mehta/conrad/blob/master/LICENSE) file for details.


نیازمندی

مقدار نام
>=7.0 Click
>=1.2.1 cli-helpers
>=0.4.1 colorama
>=2.0.0 geopy
>=2.22.0 requests
>=10.6.0 rich
>=1.3.10 SQLAlchemy
>=4.1.5 textdistance
>=4.8.1 beautifulsoup4
>=1.3.2 Cerberus
>=0.7.2 dateparser
>=3.1.18 GitPython
>=1.10.0 google-api-python-client
>=0.25.2 pandas
>=19.0.0 pyOpenSSL
>=2.22.0 requests
>=4.1.5 textdistance
>=2.2.1 Sphinx
>=3.8.0 pytest
>=7.0 Click
>=1.2.1 cli-helpers
>=0.4.1 colorama
>=2.0.0 geopy
>=10.6.0 rich
>=1.3.10 SQLAlchemy
>=2.2.1 Sphinx
>=3.8.0 pytest
>=7.0 Click
>=1.2.1 cli-helpers
>=0.4.1 colorama
>=2.0.0 geopy
>=2.22.0 requests
>=10.6.0 rich
>=1.3.10 SQLAlchemy
>=4.1.5 textdistance


نحوه نصب


نصب پکیج whl conference-radar-0.9.1:

    pip install conference-radar-0.9.1.whl


نصب پکیج tar.gz conference-radar-0.9.1:

    pip install conference-radar-0.9.1.tar.gz