Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepmsquare/square_file_store_helper
helper to access the file store layer for my personal server.
https://github.com/thepmsquare/square_file_store_helper
file-storage helper utility
Last synced: 2 months ago
JSON representation
helper to access the file store layer for my personal server.
- Host: GitHub
- URL: https://github.com/thepmsquare/square_file_store_helper
- Owner: thepmsquare
- Created: 2024-08-27T08:07:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T16:58:24.000Z (2 months ago)
- Last Synced: 2024-11-16T17:07:34.466Z (2 months ago)
- Topics: file-storage, helper, utility
- Language: Python
- Homepage: https://pypi.org/project/square-file-store-helper/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# square_file_store_helper
## about
helper to access the file store layer for my personal server.
## installation
```shell
pip install square_file_store_helper
```## usage
[reference python file](./example/example.py)
## env
- python>=3.12.0
## changelog
### v2.0.0
- add versions to api endpoints.
- standard output format.### v1.0.1
- replace file_purpose with app_id.
### v1.0.0
- initial implementation.
## Feedback is appreciated. Thank you!