You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
First off, it's not as much of an API as it is a collection of commands that interact with config and Github. I'm thinking configuring.py and github_backend.py.
Tutorial should be its own class instead of a 3-tuple.
Recursively looking at parent directories for a file should be a find_in_parents function, potentially using a path library.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First off, it's not as much of an API as it is a collection of commands that interact with config and Github. I'm thinking
configuring.py
andgithub_backend.py
.Tutorial should be its own class instead of a 3-tuple.
Recursively looking at parent directories for a file should be a
find_in_parents
function, potentially using a path library.The text was updated successfully, but these errors were encountered: