Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

kparal/gkeyring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gkeyring


No Maintenance Intended

gkeyring is no longer maintained!

This tool relies on an obsolete Python2-only library and slowly reached the end of its life. As a replacement, you can have a look at secret-tool command included in the libsecret library or at the keyring library with a same-named command.

If you feel that gkeyring should be resurrected and modernized, please fork this project and work on your improvements. I'll gladly redirect people to your new version.


A small Python tool for shell access to GNOME keyring. It provides simple querying for and creating of keyring items.

Installation

Distribution packages

There are some distribution packages you can use:

PyPI

You can install this tool from PyPI (using pip, setuptools or distutils):

$ pip install --upgrade --user gkeyring

That will find, download and install the latest available version of the program into your home directory.

You might need to install some package dependencies when installing from PyPI:

  • gnome-python2-gnomekeyring

... or, of course, you can check out this git repo directly.

Running

Run:

$ gkeyring --help

to see instructions how to control this program.

License

This program is a free software, licensed under GNU AGPL 3+.

Contact

Visit the program homepage and the support forum.

Please report all bugs to the issue tracker, but don't request new features unless you have a patch for it. This program is maintained, but not further developed. If you want to work on this program, don't hesitate to contact me, I will gladly assign you to the development team.

About

A small Python tool for shell access to GNOME keyring. It provides a simple way to query and create keyring items.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages