github-heatmap 1.1.7__tar.gz → 1.1.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/PKG-INFO +1 -1
  2. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/notion_loader.py +4 -2
  3. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap.egg-info/PKG-INFO +1 -1
  4. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/setup.py +1 -1
  5. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/LICENSE +0 -0
  6. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/README.md +0 -0
  7. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/__init__.py +0 -0
  8. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/__main__.py +0 -0
  9. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/circluar_drawer.py +0 -0
  10. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/cli.py +0 -0
  11. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/config.py +0 -0
  12. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/drawer.py +0 -0
  13. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/err.py +0 -0
  14. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/html_parser/__init__.py +0 -0
  15. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/html_parser/github_parser.py +0 -0
  16. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/html_parser/gitlab_parser.py +0 -0
  17. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/html_parser/jike_parse.py +0 -0
  18. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/html_parser/kindle_parser.py +0 -0
  19. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/__init__.py +0 -0
  20. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/apple_health_loader.py +0 -0
  21. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/base_loader.py +0 -0
  22. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/bbdc_loader.py +0 -0
  23. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/bilibili_loader.py +0 -0
  24. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/chatgpt_loader.py +0 -0
  25. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/cichang_loader.py +0 -0
  26. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/config.py +0 -0
  27. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/covid_loader.py +0 -0
  28. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/dota2_loader.py +0 -0
  29. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/duolingo_loader.py +0 -0
  30. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/forest_loader.py +0 -0
  31. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/from_github_issue_loader.py +0 -0
  32. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/garmin_loader.py +0 -0
  33. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/github_loader.py +0 -0
  34. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/gitlab_loader.py +0 -0
  35. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/gpx_loader.py +0 -0
  36. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/jike_loader.py +0 -0
  37. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/json_loader.py +0 -0
  38. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/kindle_loader.py +0 -0
  39. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/leetcode_loader.py +0 -0
  40. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/multiple_loader.py +0 -0
  41. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/neodb_loader.py +0 -0
  42. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/nrc_loader.py +0 -0
  43. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/ns_loader.py +0 -0
  44. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/openlanguage_loader.py +0 -0
  45. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/shanbay_loader.py +0 -0
  46. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/strava_loader.py +0 -0
  47. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/summary_loader.py +0 -0
  48. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/todoist_loader.py +0 -0
  49. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/wakatime_loader.py +0 -0
  50. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/weread_loader.py +0 -0
  51. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/loader/youtube_loader.py +0 -0
  52. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/poster.py +0 -0
  53. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/skyline/__init__.py +0 -0
  54. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/skyline/config.py +0 -0
  55. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/skyline/font/__init__.py +0 -0
  56. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/skyline/skyline.py +0 -0
  57. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/structures.py +0 -0
  58. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap/utils.py +0 -0
  59. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap.egg-info/SOURCES.txt +0 -0
  60. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap.egg-info/dependency_links.txt +0 -0
  61. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap.egg-info/entry_points.txt +0 -0
  62. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap.egg-info/requires.txt +0 -0
  63. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/github_heatmap.egg-info/top_level.txt +0 -0
  64. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/pyproject.toml +0 -0
  65. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/setup.cfg +0 -0
  66. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/tests/__init__.py +0 -0
  67. {github_heatmap-1.1.7 → github_heatmap-1.1.9}/tests/test_poster_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: github_heatmap
3
- Version: 1.1.7
3
+ Version: 1.1.9
4
4
  Summary: Make everything a GitHub svg poster and Skyline!
5
5
  Home-page: https://github.com/malinkang/GitHubPoster
6
6
  Author: malinkang
@@ -16,8 +16,8 @@ class NotionLoader(BaseLoader):
16
16
  def __init__(self, from_year, to_year, _type, **kwargs):
17
17
  super().__init__(from_year, to_year, _type)
18
18
  self.number_by_date_dict = self.generate_date_dict(from_year, to_year)
19
- self.notion_token = kwargs.get("notion_token", "")
20
- self.database_id = kwargs.get("database_id", "")
19
+ self.notion_token = kwargs.get("notion_token", "").strip()
20
+ self.database_id = kwargs.get("database_id", "").strip()
21
21
  self.date_prop_name = kwargs.get("date_prop_name", "")
22
22
  self.value_prop_name = kwargs.get("value_prop_name", "")
23
23
 
@@ -123,6 +123,8 @@ class NotionLoader(BaseLoader):
123
123
  value = int(value.get(type).get("number"))
124
124
  elif type == "rollup" and value.get(type).get("type") == "number":
125
125
  value = int(value.get(type).get("number"))
126
+ else:
127
+ value = value.get(type)
126
128
  date_str = pendulum.parse(dt).to_date_string()
127
129
  self.number_by_date_dict[date_str] = (
128
130
  self.number_by_date_dict.get(date_str, 0) + value
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: github_heatmap
3
- Version: 1.1.7
3
+ Version: 1.1.9
4
4
  Summary: Make everything a GitHub svg poster and Skyline!
5
5
  Home-page: https://github.com/malinkang/GitHubPoster
6
6
  Author: malinkang
@@ -6,7 +6,7 @@ setup(
6
6
  author_email="linkang.ma@gmail.com",
7
7
  url="https://github.com/malinkang/GitHubPoster",
8
8
  license="MIT",
9
- version="1.1.7",
9
+ version="1.1.9",
10
10
  description="Make everything a GitHub svg poster and Skyline!",
11
11
  packages=find_packages(),
12
12
  include_package_data=True,
File without changes
File without changes
File without changes