An open API service indexing awesome lists of open source software.

https://github.com/vpoverennov/interception-cffi

Interception cffi bindings for python
https://github.com/vpoverennov/interception-cffi

cffi interception python

Last synced: about 1 month ago
JSON representation

Interception cffi bindings for python

Awesome Lists containing this project

README

          

interception-cffi
=================
[![PyPI - Version](https://img.shields.io/pypi/v/interception)](https://pypi.org/project/interception/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/interception)](https://pypi.org/project/interception/)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/interception)](https://pypi.org/project/interception/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/interception)](https://pypi.org/project/interception/)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/interception)](https://pypi.org/project/interception/)

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/vpoverennov/interception-cffi/build.yaml)
[![codecov](https://codecov.io/github/vpoverennov/interception-cffi/graph/badge.svg?token=UX0CP8IXON)](https://codecov.io/github/vpoverennov/interception-cffi)

Overview
--------

Python interception module is a low-level binding for [Interception][interception] library.
To use it you still need to install interception driver.
For installation guide refer to interception readme located in the [interception github repo][interception]

Installation
------------

`python -m pip install interception`

Usage
-----

Original samples are ported to python and can be found in [samples directory][samples]

You can also execute them as scripts using
`python -m interception.samples.x2y`

or list using
`python -m interception.samples`

[interception]: https://github.com/oblitum/interception/
[samples]: https://github.com/vpoverennov/interception-cffi/tree/master/samples