Metadata-Version: 2.4
Name: maps-by-people-api
Version: 0.0.2
Summary: Maps by People - API
License-File: LICENSE
Author: danialcala94
Author-email: danielalcalavalera@gmail.com
Requires-Python: >=3.10,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beanie (>=2.1.0,<9999.0.0)
Requires-Dist: fastapi (>=0.140.13,<9999.0.0)
Requires-Dist: uvicorn (>=0.52.0,<9999.0.0)
Description-Content-Type: text/markdown

# Maps by People - API

The module to provide information about the places we have in our database.

## Endpoints

#### GET
- `/places/{place_id}`
  -  To obtain a specific place with the given `place_id` (by now is giving a hardcoded one).

#### POST
No endpoints available
