Skip to main content

Team Password Manager cli

Project description

https://travis-ci.org/nrocco/team_password_cli.svg?branch=master

A Team Password Manager CLI Application

installation

team_password_cli is fully python 2.7 and python 3.4 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 install the required dependencies manually see requirements.txt or simply run:

$ pip install -r requirements.txt

Usage

Create a configuration file with the following format:

% cat ~/.passctlrc
[passctl]
baseurl = https://passwords.example.com/index.php
username = my-username@example.com
password = xxxxxxxxxxxxxxxxxxx

Contributing

  1. Fork it

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am ‘Add some feature’)

  4. Make sure that tests pass (make test)

  5. Push to the branch (git push origin my-new-feature)

  6. Create new Pull Request

Contributors

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

team_password_cli-0.1.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page