This document is an example project repository using pymfdata in FastAPI.
This project uses Poetry to manage dependencies. So you need to install Poetry first.
$ pip install poetry$ brew install poetryInstall poetry using pip or the Homebrew command.
Use the following command to install dependencies to be used in the project.
$ git clone https://github.com/NEONKID/python-mf-data-example$ poetry installYou can install the dependencies needed for this project via poetry install command.
See how it works by project.
If you have any problems at any time, please post them in the issues section of this repository.