Metadata-Version: 2.3
Name: square_administration
Version: 4.2.0
Summary: common business layer for my personal server.
Keywords: administration,fastapi,backend
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 :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Framework :: FastAPI
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: bcrypt>=4.2.0
Requires-Dist: httpx>=0.27.2
Requires-Dist: pyjwt>=2.12.1
Requires-Dist: square-commons>=3.1.0
Requires-Dist: square-logger>=3.0.0
Requires-Dist: square-database-helper>=2.7.1
Requires-Dist: square-database-structure>=1.0.0
Requires-Dist: square-authentication-helper>=3.3.1
Requires-Dist: pytest>=8.3.3 ; extra == 'all'
Requires-Dist: pytest>=8.3.3 ; extra == 'dev'
Requires-Python: >=3.12
Project-URL: homepage, https://github.com/thepmsquare/square_administration
Provides-Extra: all
Provides-Extra: dev
Description-Content-Type: text/markdown

# square_administration

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

## about

administration business layer for my personal server.

## goals

- administration-specific logic
- api grouped by usecase
- integration with square_*
- simple and sufficient

## installation

```shell
pip install square_administration
```

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