Team Password Manager cli
Project description
A Team Password Manager CLI Application
installation
team_password_cli is fully python 2 and python 3 compatible.
It is highly recommended to use virtualenv for this. After having your virtualenv installed and activated run the following command to install the team_password_cli package directly from pypi (using pip):
$ pip install team_password_cli
Alternatively you can manually clone team_password_cli and run setupttools setup.py:
$ git clone https://github.com/nrocco/team_password_cli.git $ cd team_password_cli $ python setup.py install
This will install the needed python libraries.
If you don’t want to install team_password_cli as a package you can run it directly from the root directory of the git repository using the following command but you are responsible for manually installing dependencies:
$ python -m team_password_cli
To contribute install team_password_cli using setuptools develop:
$ python setup.py develop
Usage
Create a configuration file with the following format:
% cat ~/.passctl.ini [passctl] baseurl = https://passwords.example.com/index.php username = my-username@example.com password = xxxxxxxxxxxxxxxxxxx
Contributing
Fork it
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am ‘Add some feature’)
Make sure that tests pass (make test)
Push to the branch (git push origin my-new-feature)
Create new Pull Request
Contributors
Nico Di Rocco (https://github.com/nrocco)
Arnoud Vermeer (https://github.com/funzoneq)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file team_password_cli-1.0.1.tar.gz
.
File metadata
- Download URL: team_password_cli-1.0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e4a7326be561af2b924afa16a6033e178005255bed7f2dfa29621f08324567f |
|
MD5 | e6bca851ba45f9bb27b69e34a049f926 |
|
BLAKE2b-256 | 51c4ffa5389298611abc6b62f058ab32a1a36e294e45402e5cecf89bdfc8cee1 |