Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepmsquare/square_file_store
file storage layer for my personal server.
https://github.com/thepmsquare/square_file_store
file-storage
Last synced: about 2 months ago
JSON representation
file storage layer for my personal server.
- Host: GitHub
- URL: https://github.com/thepmsquare/square_file_store
- Owner: thepmsquare
- Created: 2024-08-27T07:53:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T15:10:31.000Z (about 2 months ago)
- Last Synced: 2024-11-16T15:20:10.575Z (about 2 months ago)
- Topics: file-storage
- Language: Python
- Homepage: https://pypi.org/project/square-file-store/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# square_file_store
## about
file storage layer for my personal server.
## installation
```shell
pip install square_file_store
```## env
- python>=3.12.0
## changelog
### v2.0.0
- rearrange file structure.
- add versions to all api endpoints.
- standard output for json outputs.
- replace hardcoded column names with variables from square_database_structure.
- update tests.
- refactor some code logic.### v1.0.1
- replace file_purpose with app_id.
### v1.0.0
- initial implementation.
## Feedback is appreciated. Thank you!