Skip to main content

Python bindings for libtermkey

Project description

pylibtermkey

PyPI Release Build Status

pylibtermkey is a set of Python bindings for libtermkey, a library for interpreting terminal input. Other Python bindings are out of date and not easily installable. This project has a few differences:

  • libtermkey is automatically built as part of this project
  • pybind11 is used for easy binding
  • unit tests are included
  • precompiled wheels are built from this repo and available on PyPI

Installation

To install from PyPI:

pip install pylibtermkey

Example

A minimal example of obtaining a keystroke and printing the results:

import pylibtermkey_cpp as termkey
tk = termkey.TermKey()

res, key = tk.waitkey()
print(res)
print(tk.strfkey(key, termkey.TermKeyFormat.VIM)

Note that, by default, termkey will read from stdin causing python terminal to not display typed characters. It is best to use termkey in an pre-written script rather in a REPL setup (as you will not be able to see what you are typing once termkey is active).

For other features, see the tests or the libtermkey man pages.

Building

To build this project:

Building from source requires cmake (pip install cmake).

python setup.py

Unit tests

To run the unit tests:

python setup.py test

or use nose:

nosetests python/pylibtermkey

Licensing

This project is licensed under the MIT license. It uses the pybind11 and libtermkey projects whose licenses can be found in those projects' directories.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylibtermkey-0.3.1.tar.gz (647.0 kB view hashes)

Uploaded Source

Built Distributions

pylibtermkey-0.3.1-cp38-cp38-manylinux2014_x86_64.whl (299.1 kB view hashes)

Uploaded CPython 3.8

pylibtermkey-0.3.1-cp38-cp38-macosx_10_13_x86_64.whl (124.3 kB view hashes)

Uploaded CPython 3.8 macOS 10.13+ x86-64

pylibtermkey-0.3.1-cp37-cp37m-manylinux2014_x86_64.whl (300.5 kB view hashes)

Uploaded CPython 3.7m

pylibtermkey-0.3.1-cp37-cp37m-macosx_10_13_intel.whl (120.8 kB view hashes)

Uploaded CPython 3.7m macOS 10.13+ intel

pylibtermkey-0.3.1-cp36-cp36m-manylinux2014_x86_64.whl (300.4 kB view hashes)

Uploaded CPython 3.6m

pylibtermkey-0.3.1-cp36-cp36m-macosx_10_13_intel.whl (120.7 kB view hashes)

Uploaded CPython 3.6m macOS 10.13+ intel

pylibtermkey-0.3.1-cp35-cp35m-manylinux2014_x86_64.whl (300.4 kB view hashes)

Uploaded CPython 3.5m

pylibtermkey-0.3.1-cp35-cp35m-macosx_10_13_intel.whl (120.7 kB view hashes)

Uploaded CPython 3.5m macOS 10.13+ intel

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page