Fabio Cerqueira
Fabio Cerqueira
Maybe this example could be a good way to use environment variables on YAML config file: http://stackoverflow.com/questions/26712003/pyyaml-parsing-of-the-environment-variable-in-the-yaml-configuration-file
nameko_cli ``` python #!/usr/bin/env python # -*- coding: utf-8 -*- import yaml import os import re from nameko.cli.main import main as nameko_cli_main ENVVAR_PATTERN = re.compile(r'\$\{([a-zA-Z][^}:\s]+)(:([^}]+))?\}') def replace_envvar(match): env_var, _, default...
@kooba go ahead :D I think this would be great. It will be nice if supports different types, int values, float values, boolean values. Thank you.
https://github.com/ambv/black - You can use this project for it
```python from functools import wraps from dependency_injector import containers, providers from dependency_injector.wiring import Provide, inject class Reporter: def info(self, msg): print(f"*** [INFO] {msg}") class Container(containers.DeclarativeContainer): conf = providers.Configuration() reporter =...
Same issue. What is the maintenance status of this lib? @rmk135 This issue seems to be important to be open for so long
Blz, vou tentar olhar essa semana :D
Depois de 10 anos respondendo. Cara, eu infelizmente eu n marquei as tags. Não mantenho mais esse projeto devido a atualização de API do Pagseguro
@gladson já testei nas versões 1.2, 1.3 e estou usando esta app em um projeto com 1.4. Em relação ao demo, seria só para mostrar o uso mesmo. Poderia ser...
Sei que da Python Nordeste tem algumas informacoes no github: https://github.com/pythonNordeste/