Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ksp-java

Easy way to bundle java files in python packages.

A PEP 517 build backend (wrapping hatchling) that includes Java source folders in built distributions under .java/ (for wheels this becomes site-packages/.java).

Use tool.ksp-java.java-paths in pyproject.toml to configure the folders to bundle:

[build-system]
requires = ["ksp-java"]
build-backend = "ksp_java"

[tool.ksp-java]
java-paths = [
    "root/path/to/java"
]

About

Easy way to bundle java files in python packages

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages