Metadata-Version: 2.1
Name: square-administration
Version: 3.4.6
Summary: common business layer for my personal server.
Home-page: https://github.com/thepmsquare/square_administration
Author: Parth Mukesh Mangtani
Author-email: thepmsquare@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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

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

