feat(python): add native distribution and release infrastructure
- add the Rust-backed Python API with PyStemmer compatibility - distribute standard compiled models as a separate Python package - generate model artifacts during builds instead of storing them in Git - add GitHub release and Pages-backed package index workflows - add Python tests, benchmarks, documentation, and Gradle integration - refresh the documentation site, branding, and language benchmarks
This commit is contained in:
5
.github/act/python-models-standard.json
vendored
Normal file
5
.github/act/python-models-standard.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"inputs": {
|
||||
"version": "1.0.0"
|
||||
}
|
||||
}
|
||||
5
.github/act/python-native.json
vendored
Normal file
5
.github/act/python-native.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"inputs": {
|
||||
"version": "4.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user