Py-picdb

Latest version: v0.1.0

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

Scan your dependencies

0.1.0

Initial release of the PicDB Python package, a command-line tool and library for interacting with the PicDB API. This release includes the following features:

🎉 Features:
- Upload functionality: Upload files to PicDB via the CLI or library functions.
- Upload a local file using `picdb upload -f <file_path>`.
- Upload a file from a URL using `picdb upload -l <link>`.
- Download functionality: Download files from PicDB using their file ID.
- Download via CLI using `picdb download <file_id> -f <file_path>`.
- Library usage: Programmatic access to upload and download functions through the `upload_file`, `upload_link`, and `download_file_id` functions in the Python package.

⚡Improvements:
- Basic error handling for file size limits (20MB).
- CLI help documentation available with `picdb help`.


**Full Changelog**: https://github.com/AkkilMG/PicDB-Python/commits/v0.1.0

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.