-
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
6 changed files
with
58 additions
and
91 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,43 +4,35 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "githubdata" | ||
version = "15.0.0" | ||
version = "16.0.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" | ||
license = { file = "LICENSE" } | ||
dependencies = [ | ||
"giteasy", | ||
"pandas", | ||
"fastparquet", | ||
"pyarrow", | ||
"openpyxl", | ||
"mirutil", | ||
"persiantools" | ||
"pandas", | ||
] | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.6", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: Implementation :: PyPy", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Utilities"] | ||
"Topic :: Utilities" | ||
] | ||
keywords = [ | ||
"TSE", | ||
"Finance", | ||
"data", | ||
"cleaning", | ||
"data_cleaning", | ||
"Tehran", | ||
"Stocks"] | ||
"Stocks" | ||
] | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/imahdimir/githubdata" | ||
|
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,2 +1,4 @@ | ||
from .github_data_repo import default_containing_dir | ||
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 get_data_wo_double_clone |
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