Metadata-Version: 2.3
Name: square_file_store_helper
Version: 3.1.1
Summary: helper to access the file store layer for my personal server.
Keywords: file,helper,utilities
Author: Parth Mukesh Mangtani
Author-email: Parth Mukesh Mangtani <thepmsquare@gmail.com>
License: GPLv3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests>=2.31.0
Requires-Dist: kiss-headers>=2.4.3
Requires-Dist: square-commons>=3.1.0
Requires-Dist: black>=25.12.0 ; extra == 'all'
Requires-Dist: pytest>=9.0.2 ; extra == 'all'
Requires-Dist: pytest-cov>=7.0.0 ; extra == 'all'
Requires-Dist: pytest-mock>=3.15.1 ; extra == 'all'
Requires-Dist: black>=25.12.0 ; extra == 'dev'
Requires-Dist: pytest>=9.0.2 ; extra == 'dev'
Requires-Dist: pytest-cov>=7.0.0 ; extra == 'dev'
Requires-Dist: pytest-mock>=3.15.1 ; extra == 'dev'
Requires-Python: >=3.12
Project-URL: homepage, https://github.com/thepmsquare/square_file_store_helper
Provides-Extra: all
Provides-Extra: dev
Description-Content-Type: text/markdown

# square_file_store_helper

> 📌 versioning: see [CHANGELOG.md](./CHANGELOG.md).

## 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

> feedback is appreciated. thank you!
