All Projects â†’ cenkalti â†’ Pypi Notifier

cenkalti / Pypi Notifier

Licence: mit
📨 A web service that monitors your requirements.txt files

Programming Languages

python
139335 projects - #7 most used programming language

PyPI Notifier

http://www.pypi-notifier.org

Watches your requirements.txt files and notifies you via email when a requirement is updated.

.. image:: https://travis-ci.org/cenkalti/pypi-notifier.svg?branch=master :target: https://travis-ci.org/cenkalti/pypi-notifier

Requirements

Python 3 is required to run PyPI Notifier. Install the project's dependencies with::

pip install -r requirements.txt

Running

First, add your Github client credentials into development config in config.py.

Then, set your config env var in your shell::

export PYPI_NOTIFIER_CONFIG=development

Create necessary tables for the application::

flask init-db

Web server is run with gevent <http://www.gevent.org/>_. There is a script for running the web server::

./run_gevent.py

Flask development server can be run with the following command::

flask run

An hourly task is run by a scheduler to send emails::

flask hourly
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].