Metadata-Version: 2.4
Name: rssMakerPy
Version: 1.0.1
Summary: RSS Feed Generator written in Python
Author-email: Malingen <admin@malingen.xyz>
License-Expression: GPL-3.0-or-later
Project-URL: Github, https://github.com/lule345/pythonRSS
Project-URL: Website, https://malingen.xyz/
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13.0
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# rssMakerPy

A simple, but effective RSS Generator written in Python for the CLI. Created to make updating my RSS feed a *lot* faster than having to deal with how slow it is to write manually in XML.

Demo Video: https://youtu.be/cRXcMsGudvM

Usage:
1. ``pipx install rssMakerPy``
2. Create or move into a working directory.
3. ``rssMakerPy``

Features:
- Simple to follow steps
- Verify each part of the process
- HTML used as a markup language rather than plaintext in RSS articles
- Open existing RSS feeds and edit them

![screenshot demo of rssMakerPy](/image.png)
