https://github.com/claui/release-feed-mediola
Atom feed for software product releases of Mediola AG
https://github.com/claui/release-feed-mediola
atom-feed release-tracker release-tracking rss rss-feed
Last synced: 5 months ago
JSON representation
Atom feed for software product releases of Mediola AG
- Host: GitHub
- URL: https://github.com/claui/release-feed-mediola
- Owner: claui
- License: apache-2.0
- Created: 2022-10-01T15:32:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-06T08:25:52.000Z (6 months ago)
- Last Synced: 2025-12-10T01:56:45.385Z (6 months ago)
- Topics: atom-feed, release-tracker, release-tracking, rss, rss-feed
- Language: Python
- Homepage:
- Size: 497 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# release-feed-mediola
A tool that generates Atom feeds for software updates of
[Mediola](https://www.mediola.com/) products.
Not affiliated with Mediola – connected living AG.
## Installation
### Installing from PyPI
To install `release-feed-mediola` from PyPI, open a shell and run:
```shell
pip install release-feed-mediola
```
If that doesn’t work, try:
```shell
python3 -m pip install release-feed-mediola
```
### Installing from the AUR
Direct your favorite
[AUR helper](https://wiki.archlinux.org/title/AUR_helpers) to the
`release-feed-mediola` package.
## Usage
See [`USAGE.md`](https://github.com/claui/release-feed-mediola/blob/main/USAGE.md) or `man release-feed-mediola` for details.
## Contributing to release-feed-mediola
See [`CONTRIBUTING.md`](https://github.com/claui/release-feed-mediola/blob/main/CONTRIBUTING.md).
## Legal notice
This tool and repository are not affiliated with Mediola – connected
living AG. Products mentioned in the Atom feed generated by this
tool may be subject to Mediola’s end-user license agreement (EULA).
For your convenience, each entry of the generated feed includes a
link to that EULA.
## License
Copyright (c) 2022 – 2024 Claudia Pellegrino
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
For a copy of the License, see [LICENSE](LICENSE).