Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 498 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 498 Bytes

Foy - Python Handler

Python handler for Fountain of Youth Project, using Pypi packages.

Usage

Parse packages from requirements.txt:

foy.python -R <file>

Check for a package's new version:

foy.python -C <package>

Project requirements

Your project should have a requirements.txt file in the following format:

[package]==[version]

Note that you can also use:

[package]>=[version]
[package]<=[version]
[package]>[version]
[package]<[version]