https://github.com/fedora-infra/anitya
A cross-distribution upstream release monitoring project
https://github.com/fedora-infra/anitya
hacktoberfest
Last synced: 11 months ago
JSON representation
A cross-distribution upstream release monitoring project
- Host: GitHub
- URL: https://github.com/fedora-infra/anitya
- Owner: fedora-infra
- License: gpl-2.0
- Created: 2013-11-29T10:17:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-07-03T10:46:04.000Z (about 1 year ago)
- Last Synced: 2025-07-03T11:46:32.439Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage: https://release-monitoring.org
- Size: 9.13 MB
- Stars: 281
- Watchers: 28
- Forks: 111
- Open Issues: 118
-
Metadata Files:
- Readme: README.rst
- Changelog: news/1900.bug
- Contributing: docs/contributing.rst
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
.. image:: https://img.shields.io/pypi/v/anitya.svg
:target: https://pypi.org/project/anitya/
.. image:: https://img.shields.io/pypi/pyversions/anitya.svg
:target: https://pypi.org/project/anitya/
.. image:: https://readthedocs.org/projects/anitya/badge/?version=latest
:alt: Documentation Status
:target: https://anitya.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
:target: https://renovatebot.com/
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
:target: https://pre-commit.com/
======
Anitya
======
Anitya is a release monitoring project. It provides a user-friendly interface
to add, edit, or browse projects. A cron job can be configured to regularly
scan for new releases of projects. When Anitya discovers a new release for a
project, it publishes a RabbitMQ messages via `fedora messaging`_.
This makes it easy to integrate with Anitya and perform actions when a new
release is created for a project. For example, the Fedora project runs a service
called `the-new-hotness `_
which files a Bugzilla bug against a package when the upstream project makes a
new release.
For more information, check out the `documentation`_!
Development
===========
For details on how to contribute, check out the `contribution guide`_.
.. _documentation: https://anitya.readthedocs.io/
.. _contribution guide: https://anitya.readthedocs.io/en/latest/contributing.html
.. _fedora messaging: https://fedora-messaging.readthedocs.io/en/latest