pyms
pyms copied to clipboard
Library of utils to create REST Python Microservices
Extend `setup.cfg` with [ipdb](https://pypi.org/project/ipdb/) configuration
It's useful to have a standard way to do commits. With commitizen it's pretty easy: https://commitizen-tools.github.io/commitizen/
See this issue for context. https://github.com/python-microservices/pyms/issues/181
Add more Python type hints and add mypy valitations. This validation could be a step in GH actions or tox You can learn more about type hints in this [link](https://docs.python.org/3/library/typing.html)...
**Is your feature request related to a problem? Please describe.** Would be great if there was option to use OpenTelemetry instead of OpenTracing. It seems that it can quickly become...
Research how to use [gRCP](https://grpc.io/docs/what-is-grpc/introduction/) in PyMS
Create a service like metrics or requests to support `cache` https://github.com/sh4nks/flask-caching **How-to:** - Read the tutorial How to [create services](https://py-ms.readthedocs.io/en/latest/tutorial_create_services/) - Add new dependencies in [setup.py](https://github.com/python-microservices/pyms/blob/6b5bc4bf20725641a323a2f29c3a626c068a6e70/setup.py#L33) - Create the service...
PyMS supports encryptation with [AWS KMS](https://github.com/python-microservices/pyms/blob/master/pyms/cloud/aws/kms.py) and [Fernet](https://github.com/python-microservices/pyms/blob/master/pyms/crypt/fernet.py) - Add support to [Google KMS](https://cloud.google.com/security-key-management) - Describe in [the documentation](https://py-ms.readthedocs.io/en/latest/encrypt_decryt_configuration/) how to use
Create a service like metrics or requests to support `vault` Vault https://www.vaultproject.io/ **How-to:** - Read the tutorial How to [create services](https://py-ms.readthedocs.io/en/latest/tutorial_create_services/) - Add new dependencies in [setup.py](https://github.com/python-microservices/pyms/blob/6b5bc4bf20725641a323a2f29c3a626c068a6e70/setup.py#L33) - Create the...
Create a service like metrics or requests to support `flask_cors` https://flask-cors.readthedocs.io/en/latest/ **How-to:** - Read the tutorial How to [create services](https://py-ms.readthedocs.io/en/latest/tutorial_create_services/) - Add new dependencies in [setup.py](https://github.com/python-microservices/pyms/blob/6b5bc4bf20725641a323a2f29c3a626c068a6e70/setup.py#L33) - Create the service...