Skip to content

Keypirinha's Python API

License

Notifications You must be signed in to change notification settings

Keypirinha/PythonLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keypirinha Python Library

This is Keypirinha launcher's Python Library repository.

It contains the API of Keypirinha that is exposed to Python plugins, as well as a set of utility functions and classes often used in the development of a Keypirinha package.

The files under the src directory of this repository are distributed with Keypirinha under in python\site.

You can find Keypirinha's Official Packages in their own repository.

Report an issue

Issues must be reported to application's issue tracker.

License

The content of this repository is distributed under the terms of the zlib license, which you can find in the LICENSE file located in this directory.

Contribute

  1. Check for open issues or create a new issue to start a discussion around a feature idea or a bug.
  2. Fork the repository on GitHub to start making your changes.
  3. Send a pull request. Please stick to one feature per PR!