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
Release history Release notifications | RSS feed
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 pinscher-0.1dev.tar.gz
.
File metadata
- Download URL: pinscher-0.1dev.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aba1892f72aba5ae55d0647bd2761debec6ed5e2eac7c876d88d449c42983b4b |
|
MD5 | 88e6bdaca57a695839109d8c0199e8de |
|
BLAKE2b-256 | 433ae2b71ae4a5edb2bb0703befb6ce325578c76154be7941b41875628a910bc |