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 mainImport into your code:
from .utils import connect_handlers, disconnect_handlersPull 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 [email protected]
Available under GNU General Public License version 2 or later