Skip to content

Gnof/pypi-notifier

 
 

Repository files navigation

PyPI Notifier

http://www.pypi-notifier.org

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

image

Requirements

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

pip install -r requirements.txt

Running

Web server is run with gevent. There is a script for running the web server:

./run_gevent.py development

Flask development server can be run with the following command:

./manage.py runserver

This task is run by scheduler hourly to send emails:

./manage.py --config development hourly

About

A web service that monitors your requirements.txt files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.6%
  • HTML 17.9%
  • CSS 2.5%