Metadata-Version: 2.1
Name: flexnote
Version: 0.1.0
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: pytest (>=8.2.2,<9.0.0)
Requires-Dist: pytest-cov (>=5.0.0,<6.0.0)
Description-Content-Type: text/markdown

## Flex Note

    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
