Vertopal

Latest version: v1.1.0

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

Scan your dependencies

Page 1 of 2

1.1.0

🚀 Features

- Add optional `--beautify` (flag) argument to the `vertopal api` command to pretty-print to the standard output.
- Add 3 new API methods: `vertopal.api.v1.API.format_get()`, `vertopal.api.v1.API.convert_graph()`, and `vertopal.api.v1.API.convert_formats()`.

🐛 Bug Fixes

- Use minimum version for package dependencies.

---

**Full Changelog:** [`v1.0.6...v1.1.0`](https://github.com/vertopal/vertopal-cli/compare/v1.0.6...v1.1.0)

1.0.6

🐛 Bug Fixes

- Build Windows binary using _PyInstaller 5.7.0_ and a _compiled bootloader_ to prevent false-positive antivirus alerts.

---

**Full Changelog:** [`v1.0.5...v1.0.6`](https://github.com/vertopal/vertopal-cli/compare/v1.0.5...v1.0.6)

1.0.5

🚀 Features

- Introducing `api` command for sending authenticated HTTP requests to the Vertopal API.
To view the full `api` command help, execute `vertopal api --help` in the terminal.

---

**Full Changelog:** [`v1.0.4...v1.0.5`](https://github.com/vertopal/vertopal-cli/compare/v1.0.4...v1.0.5)

1.0.4

🚀 Features

- Introducing `Converter` class for easier file convert implementation in your projects.
- Added custom exceptions to give developers better control on the conversion errors.

📈 Improvements

- Use different product names in User-Agent to distinguish between the requests of CLI and Python package.

🐛 Bug Fixes

- Increase the connection timeout for the **upload** and the **download** tasks for upload/downloading the bigger-sized files.

---

**Full Changelog:** [`v1.0.3...v1.0.4`](https://github.com/vertopal/vertopal-cli/compare/v1.0.3...v1.0.4)

1.0.3

🚀 Features

- Override app ID and security token.
If you don't have read/write access to the global config file location, you can still set client credentials. Instead of using the `vertopal config` command, pass the app ID and security token using the `--app` and `--token` arguments. Execute the `vertopal convert --help` command for more info.

🐛 Bug Fixes

- Insert a newline at the end of command output.

---

**Full Changelog:** [`v1.0.2...v1.0.3`](https://github.com/vertopal/vertopal-cli/compare/v1.0.2...v1.0.3)

1.0.2

🚀 Features

- Include custom `User-Agent` header in API requests.

📈 Improvements

- Remove trailing whitespace characters.
- Use Python f-strings.
- Include a 30 seconds timeout in API requests.

🐛 Bug Fixes

- Better resource management using the Python `with` statement.

---

**Full Changelog:** [`v1.0.1...v1.0.2`](https://github.com/vertopal/vertopal-cli/compare/v1.0.1...v1.0.2)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.