Skip to main content

Core utilities for interacting with pinscher password files

Project description

Pinscher is a collection of software that manages password collections. Pinscher helps you store and retrieve passwords for as many accounts as you like. It can also create random (complex) passwords for you so you can easily have a different password for each account you own.

Your username and password details are stored in strongly encrypted files so you don’t have to worry about them being stolen. These encrypted files can be kept on cloud services like Dropbox or Google Drive. This way you can share passwords across all of your computers and devices.

What’s pinscher-core?

Pinscher-core is the set of Python functions that can interact with the Pinscher password files. Using the functions in this module you can insert, update, delete and list passwords, usernames and domains. This module is not intended for end-users, it’s intended for developers who wish to include Pinscher password storage in their Python software. For more user-friendly software visit http://pinscher.williammayor.co.uk.

Getting pinscher-core

The easiest way is to use pip:

$ pip install pinscher-core

I would recommend getting virtualenv as well. It makes for really easy environment and dependency management.

Without pip

You can get the source code from the GitHub repo.

or

You can download the source using easy_install:

$ easy_install pinscher-core

Again, virtualenv is recommended.

or

You can download the files directly from PyPi or the Pinscher homepage.

Dependencies

Pinscher-core relies on PyCrypto. If you use pip to install the module then you don’t need to worry about installing this. If you use one of the other methods then you’ll need to follow the installation instructions on the PyCrypto page to go about getting yourself a copy.

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

pinscher-0.1dev.tar.gz (16.9 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