Results 38 comments of Mikhail Krivushin
trafficstars

It is better to have command mapped to `

Trafaret is maintained. If I do not accept someones PRs it means that I do not think that they are ready to be merged. About this examples – I did...

pundle uses `--target` pip feature to install package to dedicated path. So somewhere in your system `--user` option is configured. You need to turn it off. Also you can give...

BTW I'm working with pyenv and it works fine. Not sure what problem did you have. And what is bad about name?

like install packages to the dir instead of secret .pundledir?

Will take a look at the issue. Thank you for reporting. Looks like something with way I use pip. Not sure.

subdict is a function. We need to implement async_subdict then

It was not documented possible because no one was really interested in async version.

Yes, but if you use trafaret for sanitising of input data then you will not need to call anything asynchronously. But of course if you need to make query to...

Hello. As I can see it, it is impossible to do. Trafaret are functions signature and collection of combinators, thats all, nothing more. Trafaret does not represent any schema, this...