Skip to content

Commit

Permalink
Path-like API for filetree navigation
Browse files Browse the repository at this point in the history
Closes #9.
  • Loading branch information
jwodder committed Oct 3, 2023
1 parent 96aff06 commit 128b853
Show file tree
Hide file tree
Showing 8 changed files with 870 additions and 22 deletions.
3 changes: 3 additions & 0 deletions src/wheel_inspect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
FileProvider,
WheelFile,
)
from .consts import PathType, Tree
from .inspecting import inspect, inspect_dist_info_dir, inspect_wheel
from .schema import WHEEL_SCHEMA

Expand All @@ -35,6 +36,8 @@
"DistInfoDir",
"DistInfoProvider",
"FileProvider",
"PathType",
"Tree",
"WHEEL_SCHEMA",
"WheelFile",
"inspect",
Expand Down
Loading

0 comments on commit 128b853

Please sign in to comment.