-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): enhance Python bindings documentation and CLI
Improve documentation and clarity of the Python bindings and CLI interface, with particular focus on streaming operations and API completeness. Documentation Improvements: - Add comprehensive docstrings for all Python functions - Enhance streaming_decrypt_from_storage documentation with parallel processing details - Add detailed examples using ThreadPoolExecutor for chunk retrieval - Include minimum size requirements in encryption documentation - Add CLI usage examples and command descriptions Technical Details: - Clarify get_chunks callback interface for streaming operations - Add key features section for streaming functionality - Improve error descriptions and type hints - Add memory efficiency notes for large file operations Version bump to 0.32.3 to reflect documentation improvements.
- Loading branch information
Showing
3 changed files
with
256 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.