wandera / 1password-client

Python wrapper for OnePassword CLI developed at Wandera.
MIT License
47 stars 25 forks source link

Accommodate Z shell profiles #4

Closed slw07g closed 4 years ago

slw07g commented 4 years ago

Revised code to accommodate .zsh profiles.

Replaced try/catch in some places with checks to see if the path exists since IOError exceptions may be raised for a variety of reasons.

dtpryce commented 4 years ago

Great contributions! Tests all passed but not sure why it's not building, will try to fix today. Otherwise you can install from local using master branch and pip install -e .

dtpryce commented 4 years ago

Build fixed ... if you want to make further changes make sure to branch from develop 👍 now your code is in 0.2.2 on PyPi 🥇