A collection of utilities ready to be git subtree
-ed into a Python
GTK+ project
https://github.com/jefferyto/python-gtk-utils
0.3.1-dev
All bug reports, feature requests, and miscellaneous comments are welcome at the project issue tracker.
Be sure to watch the project on GitHub to receive notifications for new releases.
Use git subtree
to pull this sub-project into your project:
git remote add python-gtk-utils https://github.com/jefferyto/python-gtk-utils.git
git subtree add --prefix=path/to/code/utils --squash python-gtk-utils main
Import into your code:
from .utils import connect_handlers, disconnect_handlers
Pull for updates:
git subtree pull --prefix=path/to/code/utils --squash python-gtk-utils main
...would be a good idea ;-)
Copyright © 2013, 2017 Jeffery To jeffery.to@gmail.com
Available under GNU General Public License version 2 or later