GitHub - freshdated/foy-python-handler: requirements parser for Fountain of Youth
-
Notifications
You must be signed in to change notification settings - Fork 0
Foy - Python Handler
Python handler for Fountain of Youth Project, using Pypi packages.
Usage
Parse packages from requirements.txt:
Check for a package's new version:
Project requirements
Your project should have a requirements.txt file in the following format:
Note that you can also use:
[package]>=[version]
[package]<=[version]
[package]>[version]
[package]<[version]