Metadata-Version: 2.4
Name: joao_marcionilo_finances
Version: 0.1.0
Summary: Package with CRUD using SQL Server and a FastAPI local server for testing it
Project-URL: Homepage, https://github.com/Joao-Marcionilo/finances
Author-email: João Marcionilo <marcionilojob@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: fastapi~=0.115.2
Requires-Dist: pydantic<2.0.0
Requires-Dist: pyodbc~=5.2.0
Requires-Dist: uvicorn~=0.32.0
Description-Content-Type: text/markdown

# Finances

Package with CRUD using SQL Server and a FastAPI local server for testing it

## Installation

You can install it using pip:

```
py -m pip install joao_marcionilo_finances
```

## Try it out

You can test the package with a local API running the following code

```
from joao_marcionilo_finances import server

server.run()
```

[Click here](http://127.0.0.1:8000/docs) while running the code to access the doc of the API