Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/jl2py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
from jl2py.exceptions import JuliaError
from jl2py.debug import debug
from jl2py.types import JuliaAny, LayoutFlags, register_wrapper, unregister_wrapper
# Bundle fetcher — stdlib-only, independent of the native lib, so it imports and
# runs (e.g. to pre-fetch a bundle) without a built libjl2py / a live Julia.
from jl2py import bundles

__version__ = "0.3.0"
__all__ = [
Expand All @@ -20,4 +23,5 @@
"JuliaError",
"LayoutFlags", "register_wrapper", "unregister_wrapper",
"debug",
"bundles",
]
Loading
Loading