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

https://github.com/lukemathwalker/linfa-python

Python bindings for Rust's linfa crate.
https://github.com/lukemathwalker/linfa-python

Last synced: 15 days ago
JSON representation

Python bindings for Rust's linfa crate.

Awesome Lists containing this project

README

          

# Linfa

Python bindings for the Rust crate [`linfa`](https://github.com/LukeMathWalker/linfa).

## Requirements

* Rust nightly compiler (`2019-10-17` or later)
* Python 3.7+
* [`poetry`](https://github.com/sdispater/poetry)

## Build

```bash
poetry install
```

## Tests

```bash
poetry run pytest
```

## License
Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.