Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@AkkilMG AkkilMG released this 26 Oct 18:15
· 1 commit to main since this release

🚀 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>.
  • 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