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.
- Host: GitHub
- URL: https://github.com/lukemathwalker/linfa-python
- Owner: LukeMathWalker
- License: apache-2.0
- Created: 2019-11-17T18:54:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T19:27:41.000Z (over 6 years ago)
- Last Synced: 2025-11-02T16:27:47.878Z (5 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE2
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.