Metadata-Version: 2.4
Name: square_common_bl
Version: 5.0.3
Summary: common business layer for my personal server.
Home-page: https://github.com/thepmsquare/square_common_bl
Author: Parth Mukesh Mangtani
Author-email: thepmsquare@gmail.com
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 :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Framework :: FastAPI
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: uvicorn>=0.24.0.post1
Requires-Dist: fastapi>=0.104.1
Requires-Dist: pydantic>=2.5.3
Requires-Dist: requests>=2.32.3
Requires-Dist: pytest>=8.0.0
Requires-Dist: httpx>=0.27.2
Requires-Dist: square_commons>=2.1.0
Requires-Dist: square_logger>=2.0.0
Requires-Dist: square_database_helper>=2.0.0
Requires-Dist: square_database_structure>=1.0.0
Requires-Dist: square_authentication_helper>=2.5.2
Requires-Dist: square_file_store_helper>=3.0.0
Requires-Dist: python-multipart>=0.0.16
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# square_common_bl

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

## about

common business layer for my personal server.

## goals

- integration with square_*
- unified common api across all projects
- shared business logic
- security-first design
- simple and adequate
- future audit readiness

## installation

```shell
pip install square_common_bl
```

## usage

### configuration

update the settings in `config.ini` and `config.testing.ini` to match your environment (urls, logging, etc.).

### running the service

```shell
python square_common_bl/main.py
```

## env

- python>=3.12.0

> feedback is appreciated. thank you!
