-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note that in the process I changed the signature of some of the functions to get (or return) only `pathlib.Path` objects rather than strings, where appropriate. Therefore, this PR is backward-incompatible and the next release should be a new 0.7, or even directly 1.0. However, for convenience, the main `Container.__init__` method accepts both a string or a Path object, for convenience. Fixes #149
- Loading branch information
1 parent
5ba9316
commit df96142
Showing
13 changed files
with
308 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.