Python port of go-murmur for simple password storage
Project description
murmur
A simple Python library for access to a YAML formatted password file. It's a Python port of the go-murmur Go library.
Installation
pip install pymurmur
How to use it
$ cat ~/.murmur.yaml
fooapp: topsecret
barapp: hunter3
$ cat murmur.py
from murmur import Murmur
m = Murmur()
print(m.Lookup("barapp"))
$ ./murmur.py
val=hunter3
Author
Mike Schilli, m@perlmeister.com 2025
License
Released under the Apache 2.0
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
pymurmur-0.0.1.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymurmur-0.0.1.tar.gz.
File metadata
- Download URL: pymurmur-0.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e9877f6a884145e2603e894b675285dde163c4201b44961e357285064755862
|
|
| MD5 |
ada3bd01ab97b861ab5c80b617071f06
|
|
| BLAKE2b-256 |
be51097ac8be65c1ee103cbecc0a98c21e05a88aa0905d10d9ccdd61404d69da
|
File details
Details for the file pymurmur-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pymurmur-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11c85565637d0b2d443a554c5bb1bf8f63faba9fe76dbc246166df6502d3fe0d
|
|
| MD5 |
a31fecb8ce7c0f6ff0d6a49b7a7b6d79
|
|
| BLAKE2b-256 |
f808ca1b953947f21a651b90fe82aeca2d3d411d10e5db70d911a041541d3ea4
|