Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.19 KB

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!