Todd Leonhardt

Results 44 comments of Todd Leonhardt

I like the concept of putting this in the basic oookiecutter template: https://github.com/jayrod/cookiecutter-python-cmd2/issues/10 We can probably also update our documentation a little to emphasize just how darn useful `ipy` is...

@mrherman Did you ever find a solution to your problem?

@crotwell Thank you very much for this PR. We appreciate your contribution. My understanding is that this solution is incomplete and likely not the best long-term approach. This PR has...

I'm going to close this. But @phrrngtn we would be very happy to accept a PR that adds and example to document this use case.

Closing ancient issue due to inactivity

Closing very old issue due to inactivity. @anselor if you get the motivation to work on this, feel free to create a new issue or reopen.

While `cmd2` does broadly take `bash` as an inspiration, we value customer/user experience more than strict adherence to behaving like any particular shell program. I think it is more important...

@Hierosme Just curious, did you ever look into this more?

If this plugin gets upgraded to use the newer requests plugin for AWS auth [aws-requests-auth](https://github.com/DavidMuller/aws-requests-auth), then that has support for [automatically gathering AWS credentials](https://github.com/DavidMuller/aws-requests-auth#using-boto-to-automatically-gather-aws-credentials) using [botocore](https://github.com/boto/botocore). Upgrading to this requests...

This plugin for ``httpie`` currently depends on the outdated and unsupported [python-requests-aws](https://github.com/tax/python-requests-aws) plugin for ``requests``. There is a much newer ``requests`` plugin with excellent support for Signature Version 4: [aws-requests-auth](https://github.com/DavidMuller/aws-requests-auth)....