githubdata
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: githubdata | ||
| Version: 16.1.1 | ||
| Version: 16.1.2 | ||
| Summary: A simple Python package to easily download from and manage a GitHub "Data repository" | ||
@@ -5,0 +5,0 @@ Project-URL: Homepage, https://github.com/imahdimir/githubdata |
+1
-1
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "githubdata" | ||
| version = "16.1.1" | ||
| version = "16.1.2" | ||
| authors = [{ name = "Mahdi Mir", email = "imahdimir@gmail.com" }] | ||
@@ -10,0 +10,0 @@ description = "A simple Python package to easily download from and manage a GitHub \"Data repository\"" |
@@ -31,8 +31,8 @@ """ | ||
| def commit_and_push_by_u_repo(gdr: GitHubDataRepo) : | ||
| msg = 'Updated by associated \"u-\" repo/code' | ||
| msg = 'Updated by associated \"u\" repo' | ||
| gdr.commit_and_push(msg) | ||
| def upload_2_github(gdr: GitHubDataRepo , df , fn: str) : | ||
| if hasattr(gdr , "data_fp") : | ||
| dfp = gdr.data_fp | ||
| dfp = gdr.data_fp | ||
| if dfp is not None : | ||
| dfp.unlink() | ||
@@ -39,0 +39,0 @@ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
13118
-0.14%