Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbrunner/applications-download
https://github.com/sbrunner/applications-download
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbrunner/applications-download
- Owner: sbrunner
- License: bsd-2-clause
- Created: 2024-11-06T07:24:36.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T16:05:40.000Z (about 2 months ago)
- Last Synced: 2024-11-06T16:32:58.107Z (about 2 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Application Download
This tool can be used to maintain a version file (eventually also an application file) for a given application.
The version file is a YAML file that contains the version number of the application.
The version file respect the schema describe in application.md and provided in application_download/application-schema.json.The application file is also a YAML file that contains how to download and install the application.
This is a simple key value file with the application as key and the version as value.## Install
```bash
pip install application-download
```## Usage
```bash
application-download --help
```## Contributing
Install the pre-commit hooks:
```bash
pip install pre-commit
pre-commit install --allow-missing-config
```