Metadata-Version: 2.4
Name: requirement-loader
Version: 0.0.3
Summary: Automatically fetch and install Python dependencies from a remote server.
Author-email: Ivole32 <ivo.theis@posteo.de>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Ivole32/requirement-loader
Project-URL: Repository, https://github.com/Ivole32/requirement-loader
Project-URL: Issues, https://github.com/Ivole32/requirement-loader/issues
Keywords: requirements,dependencies,security,automation,package-management
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0

# requirement-loader
When working on production servers, there is a risk that a zero-day vulnerability may be discovered in one of the packages listed in the requirements.txt file. With Requirement Loader, you can update the requirements file hosted online (e.g., on GitHub), and it will automatically download and install the updated dependencies. It can then either restart the application immediately or, if the update is too complex, defer the update until the next scheduled restart.
