Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

pinscher is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
 
Links
Author
License
LICENSE.txt
Dependencies

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.

Subscribe to package updates

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.