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

26 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.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.

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 2 or later

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