Metadata-Version: 2.1
Name: lapa-file-store-helper
Version: 0.0.4
Summary: helper to access the file store layer for my personal server.
Home-page: https://github.com/thepmsquare/lapa_file_store_helper
Author: thePmSquare, Lav Sharma, Amish Palkar
Author-email: thepmsquare@gmail.com, lavsharma2016@gmail.com, amishpalkar302001@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: requests >=2.31.0
Requires-Dist: kiss-headers >=2.4.3
Requires-Dist: lapa-commons >=0.0.1

# lapa_file_store_helper

## about

helper to access the file store layer for my personal server.

## installation

> pip install lapa_file_store_helper

## usage

[reference python file](./example/example.py)

## configs

1. lapa_file_store_helper\data\config.ini

## env

- python>=3.12.0

## changelog

### v0.0.4

- Added helper function for /delete_file api call.

### v0.0.3

- Status code check and error raise.

### v0.0.2

- Configuration is now being read with the help of lapa_commons.

### v0.0.1

- initial implementation.

## Feedback is appreciated. Thank you!


