Metadata-Version: 2.2
Name: vtb-logger
Version: 0.6.0
Summary: A simple Python package
Home-page: https://github.com/vtb-wanderers63/py-logging-module
Author: VTB Wanderer DG
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: confluent-kafka
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# python-fast-api-template

This is a basic fastapi Rest API service template

## Create python environment:

```
python3 -m venv venv
```

## Activate environment:

```
source venv/bin/activate
```

## Install dependencies:

```
pip install -r requirements.txt
```

## Deactivate environment:

```
deactivate
```

Requirements:

- BOOTSTRAP_SERVER (env_var) Kafka
- NB! Kafka topic to publish to.
- NB! add logging file path
- finalise creating package
