Releases: AkkilMG/PicDB-Python
Releases · AkkilMG/PicDB-Python
v0.1.0
🚀 PicDB v0.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>.
- Upload a local file using
- Download functionality: Download files from PicDB using their file ID.
- Download via CLI using
picdb download <file_id> -f <file_path>.
- Download via CLI using
- Library usage: Programmatic access to upload and download functions through the
upload_file,upload_link, anddownload_file_idfunctions 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