Skip to content

A collection of utilities ready to be git subtree'ed into a Python GTK+ project

License

Notifications You must be signed in to change notification settings

jefferyto/python-gtk-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-gtk-utils

A collection of utilities ready to be git subtree-ed into a Python GTK+ project
https://github.com/jefferyto/python-gtk-utils
0.2.0

All bug reports, feature requests and miscellaneous comments are welcome at the project issue tracker.

Installation

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

Documentation

...would be a good idea ;-)

License

Copyright © 2013, 2017 Jeffery To jeffery.to@gmail.com

Available under GNU General Public License version 3

About

A collection of utilities ready to be git subtree'ed into a Python GTK+ project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages