Metadata-Version: 2.1
Name: miceapi
Version: 1.0.3.dev6
Summary: An API for managing multiple simultaneous mice input on Linux
Home-page: https://github.com/m3101/miceapi
Author: Amélia O. F. da S.
Author-email: a.mellifluous.one@gmail.com
License: MIT
Keywords: mouse mice touchpad multiple simultaneous
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3
Description-Content-Type: text/markdown

# miceapi - Multi-Mouse API
A module for abstracting linux devices and making multiple simultaneous mice/pointer handling easier.

For the purpose of creating the structures that support this abstraction, a program using this module has to have access to the files at `/dev/input` and to Shared Memory manipulation. Please make sure both these requirements are met when running your program (Or just run it with superuser permissions with `sudo`).

This project was built and is maintained by a single person, thus, it hasn't been thoroughly tested (except for very basic use cases), so please report any issues and suggestions to its [GitHub repository][git].

* [Python module Documentation (At GitHub repo Wiki)][docs]

[git]: https://github.com/m3101/miceapi
[docs]: https://github.com/m3101/miceapi/wiki/Python-module-documentation

