Skip to content

AccessKit/accesskit-python

AccessKit Python bindings

These are the bindings to use AccessKit from Python.

Documentation for the Rust packages can be found here.

An example program showing how to integrate AccessKit in a pygame application is available here.

Building from a Source Distribution

If there are no wheels available for your platform, you will have to build one yourself. You will need to have Rust installed on your system, so that the native libraries can be compiled. Please visit rustup.rs for instructions on how to proceed.

Building from within the repository

This project uses maturin as its build tool. If you need to manually build wheels for development purposes, it is recommended to install it inside a virtual environment. All maturin commands must be issued from this repository's root directory.

Contributing

Contributions to AccessKit are welcome. Please see CONTRIBUTING.md.

License

AccessKit is licensed under the Apache License, Version 2.0 or the MIT license, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in AccessKit by you, as defined in the Apache License, shall be dual-licensed as above, without any additional terms or conditions.

The list of authors for copyright purposes is in the AUTHORS file.

Significant portions of AccessKit are derived from Chromium and are covered by its BSD-style license.