danionescu0 / docker-flask-mongodb-example

Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
GNU General Public License v3.0
99 stars 41 forks source link

Use PEP 634 from python 3.10 structural pattern matching for a new use case #114

Open danionescu0 opened 2 years ago

danionescu0 commented 2 years ago

Describe the solution you'd like Develop an use case for PEP 634. It should be a different service

Describe alternatives you've considered Some state machine or a specific algorithm to illustrate Structural pattern mathching.

Additional context PEP 634: https://peps.python.org/pep-0634/