File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22message : If you use this software, please cite it using these metadata.
33title : GitHub Extractor
4- abstract : Extract various information from the GitHub API
4+ abstract : Extract various information from the GitHub API.
55type : software
6- version : 0.1.0
7- date-released : 2024-05-29
6+ version : 0.1.1
7+ date-released : 2024-06-26
88repository-code : https://github.com/GitHubToolbox/github-extractor-package
99keywords :
1010 - " Wolf Software"
Original file line number Diff line number Diff line change 1+ pytest == 8.2.2
2+ setuptools == 70.1.0
Original file line number Diff line number Diff line change 1- pytest == 8.2.2
21requests == 2.32.3
3- setuptools == 70.1.0
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'wolfsoftware.github-extractor' ,
15- version = '0.1.0 ' ,
15+ version = '0.1.1 ' ,
1616 author = 'Wolf Software' ,
1717 author_email = 'pypi@wolfsoftware.com' ,
18- description = 'Extract information from GitHub' ,
18+ description = 'Extract various information from the GitHub API. ' ,
1919 long_description = long_description ,
2020 long_description_content_type = 'text/markdown' ,
2121 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments