-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "githubdata" | ||
version = "16.0.0" | ||
version = "16.1.0" | ||
authors = [{ name = "Mahdi Mir", email = "[email protected]" }] | ||
description = "A simple Python package to easily download from and manage a GitHub \"Data repository\"" | ||
readme = "README.md" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
from .github_data_repo import default_githubdata_dir | ||
from .github_data_repo import GitHubDataRepo | ||
from .utils import clone_overwrite_a_repo__ret_gdr_obj | ||
from .utils import commit_and_push_by_u_repo | ||
from .utils import get_data_wo_double_clone | ||
from .utils import make_data_fn | ||
from .utils import upload_2_github |
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