Eos-downloader

Latest version: v0.12.1

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

4.28

['4.28.6.1M', '4.28.6M', '4.28.5.1M', '4.28.5M', '4.28.4M', '4.28.3M']


- a6d7278e00888bda0250a83ba91d333a0dcc9b08: Add option to `ardl get eos` to get latest version
- Latest per release type (`M` or `F`)
- Latest per release in a given branch like `4.28`

bash
Get latest M release
❯ ardl get eos --latest -rtype m
🪐 eos-downloader is starting...
- Image Type: default
- Version: None
🔎 Searching file EOS-4.29.3M.swi
-> Found file at /support/download/EOS-USA/Active Releases/4.29/EOS-4.29.3M/EOS-4.29.3M.swi
...
✅ Downloaded file is correct.
✅ processing done !

4.23

❯ ardl get eos --latest -rtype m --branch 4.23
🪐 eos-downloader is starting...
- Image Type: default
- Version: None
🔎 Searching file EOS-4.23.13M.swi
-> Found file at /support/download/EOS-USA/Active Releases/4.23/EOS-4.23.13M/EOS-4.23.13M.swi
...
✅ Downloaded file is correct.
✅ processing done !


- a6d7278e00888bda0250a83ba91d333a0dcc9b08: Docker image is now published on Github Container Registry: `ghcr.io/titom73/eos-downloader:dev`

- a6d7278e00888bda0250a83ba91d333a0dcc9b08: Docker image now use CLI as `ENTRYPOINT`. You can now directly pass CLI option with CLI

bash
docker run --rm ghcr.io/titom73/eos-downloader:dev get eos --latest -rtype m
🪐 eos-downloader is starting...
- Image Type: default
- Version: None
🔎 Searching file EOS-4.29.3M.swi
-> Found file at /support/download/EOS-USA/Active Releases/4.29/EOS-4.29.3M/EOS-4.29.3M.swi

0.12.1

<!-- Release notes generated using configuration in .github/release.yml at v0.12.1 -->

What's Changed
Other Changes
* ci(doc): Fix an issue to build doc on branch update by titom73 in https://github.com/titom73/eos-downloader/pull/122
* chore: Update website in pyproject by titom73 in https://github.com/titom73/eos-downloader/pull/123
* doc: Update website homepage by titom73 in https://github.com/titom73/eos-downloader/pull/124
* doc: Fix incorrect link to image by titom73 in https://github.com/titom73/eos-downloader/pull/125


**Full Changelog**: https://github.com/titom73/eos-downloader/compare/v0.12.0...v0.12.1

0.12.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

Codebase upgraded

* feat: eos_downloader v2 by titom73 in https://github.com/titom73/eos-downloader/pull/103

eos-downloader documentation

A website is now available for documentation: https://titom73.github.io/eos-downloader/main/

New Features

* feat(eos_downloader): Implement a command to download package with their remote path by titom73 in https://github.com/titom73/eos-downloader/pull/120

Documentation

* doc: Implement mkdoc to expose eos-downloader documentation by titom73 in https://github.com/titom73/eos-downloader/pull/109
* doc: Update readme to point to website documentation by titom73 in https://github.com/titom73/eos-downloader/pull/110
* doc: Add more content to documentation website by titom73 in https://github.com/titom73/eos-downloader/pull/111
* doc: New website banner by titom73 in https://github.com/titom73/eos-downloader/pull/112
* doc: Add environment variables documentation by titom73 in https://github.com/titom73/eos-downloader/pull/113
* doc: New favicon for website by titom73 in https://github.com/titom73/eos-downloader/pull/114


Other Changes

* ci(dependabot): Update PR naming convention by titom73 in https://github.com/titom73/eos-downloader/pull/116
* bump(dev): mypy from 1.13.0 to 1.14.0 by dependabot in https://github.com/titom73/eos-downloader/pull/115
* bump(requirements): bump mypy from 1.14.0 to 1.14.1 by dependabot in https://github.com/titom73/eos-downloader/pull/117
* bump(requirements): update mypy requirement from ~=1.14.0 to >=1.14,<1.16 by dependabot in https://github.com/titom73/eos-downloader/pull/121
* bump(requirements): bump isort from 5.13.2 to 6.0.0 by dependabot in https://github.com/titom73/eos-downloader/pull/119
* bump Docker images to latest Python 3x by titom73 in https://github.com/titom73/eos-downloader/pull/108

**Full Changelog**: https://github.com/titom73/eos-downloader/compare/v0.10.3...v0.12.0

0.10.3

<!-- Release notes generated using configuration in .github/release.yml at v0.10.3 -->

What's Changed

Maintenance changes

* bump: Update urllib requirement to >=2.2.2 by ankudinov and titom73 in https://github.com/titom73/eos-downloader/pull/102
* doc: Add warning for no support if deployed on EOS by titom73 in https://github.com/titom73/eos-downloader/pull/89
* ci: Ignore typing in EnhancedJSONEncoder for asdict by titom73 in https://github.com/titom73/eos-downloader/pull/98

Other Changes
* ci: bump docker/build-push-action from 5 to 6 by dependabot in https://github.com/titom73/eos-downloader/pull/90
* bump: bump mypy from 1.10.0 to 1.10.1 by dependabot in https://github.com/titom73/eos-downloader/pull/91
* ci: bump pre-commit-ci/lite-action from 1.0.2 to 1.1.0 by dependabot in https://github.com/titom73/eos-downloader/pull/96
* bump: bump mypy from 1.10.1 to 1.12.0 by dependabot in https://github.com/titom73/eos-downloader/pull/97
* bump: bump mypy from 1.12.0 to 1.13.0 by dependabot in https://github.com/titom73/eos-downloader/pull/100


**Full Changelog**: https://github.com/titom73/eos-downloader/compare/v0.10.2...v0.10.3

0.10.2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Fixed issues
* fix: Fix an issue where CLI reported incorrect download by titom73 in https://github.com/titom73/eos-downloader/pull/87
Other Changes
* bump: mypy from 1.8.0 to 1.10.0 by dependabot in https://github.com/titom73/eos-downloader/pull/85
* ci: Remove upper bounds for requirements by titom73 in https://github.com/titom73/eos-downloader/pull/86
* ci: Add auto-labeler and release by titom73 in https://github.com/titom73/eos-downloader/pull/88


**Full Changelog**: https://github.com/titom73/eos-downloader/compare/v0.10.1...v0.10.2

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.