Metadata-Version: 2.1
Name: flexnotes
Version: 0.1.1
Summary: 
Author: riaz
Author-email: riaz.2012@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi (>=0.111.0,<0.112.0)
Requires-Dist: prometheus-client (>=0.20.0,<0.21.0)
Requires-Dist: pytest (>=8.2.2,<9.0.0)
Requires-Dist: pytest-cov (>=5.0.0,<6.0.0)
Requires-Dist: uvicorn[standard] (>=0.30.1,<0.31.0)
Description-Content-Type: text/markdown

## Flex Notes

    This repo is a api library to geneate flash cards for quick memorization of flash cards.

### Tests

    Running all tests

    > poetry run pytest

### Deploy

    Add variable PypiToken in settings variable - gitlab
    Call that in the ci code
    Deploy to pypi


### References 

https://dev.to/iamibi/add-coverage-report-with-pytest-and-gitlab-ci-3e9p

### Notes

Gitlab groups are not allowed to be deployed using vercel
