google-csv-helper


Namegoogle-csv-helper JSON
Version 1.2.5 PyPI version JSON
download
home_pagehttps://github.com/changyy/google-csv-helper
SummaryA simple tool that takes CSV reports from Google Adsense, Google Admob, and Google Analytics and outputs them in JSON / Pandas.DataFrame format.
upload_time2024-05-30 16:43:38
maintainerNone
docs_urlNone
authorYuan-Yi Chang
requires_python>=3.10
licenseNone
keywords python google csv adsense admob report
VCS
bugtrack_url
requirements google-api-python-client google-auth-oauthlib numpy pandas asciichartpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # google-csv-helper

[![PyPI](https://img.shields.io/pypi/v/google-csv-helper.svg)](https://pypi.org/project/google-csv-helper/)

A simple tool for parsing google csv files.

# Installation

```
% pip install google-csv-helper
```

# Usage 

```
% tree csv 
csv
├── admob
│   └── hk
│       └── latest-day.csv
└── adsense
    ├── cn
    │   └── latest-day.csv
    └── hk
        └── latest-day.csv

6 directories, 3 files

% file csv/admob/hk/latest-day.csv 
csv/admob/hk/latest-day.csv: Unicode text, UTF-16, little-endian text

% iconv -f UTF-16 -t UTF-8 csv/admob/hk/latest-day.csv | head -n1
日期	預估收益 (USD)	觀察到的有效千次曝光出價 (USD)	請求	媒合率 (%) (%)	比對成功的請求	顯示率 (%) (%)	曝光	點閱率 (%) (%)	點擊次數	出價要求	參與競價的出價 (%)	參與競價的出價	勝出出價 (%)	勝出出價次數

% file csv/adsense/hk/latest-day.csv 
csv/adsense/hk/latest-day.csv: CSV text

% head -n1 csv/adsense/hk/latest-day.csv 
日期,預估收益 (USD),瀏覽量,網頁千次曝光收益 (USD),曝光次數,曝光千次曝光收益 (USD),Active View 可視率,點擊,點閱率,單次點擊出價 (USD)

% head -n1 csv/adsense/cn/latest-day.csv
日期,估算收入 (USD),网页浏览量,网页 RPM (USD),展示次数,每千次展示收入 (USD),Active View 可见率,点击次数,点击率,CPC (USD)
```

---

## Use Google AdSense/Admob api to get the report content and convert it into csv format

```
% google-csv-helper --google-token-file .google-account01 --google-show-report-list
% google-csv-helper --google-token-file .google-account02 --google-show-report-list
% google-csv-helper --google-token-file .google-account01 --google-adsense-latest-csv > csv/account1/adsense/latest-day.csv
% google-csv-helper --google-token-file .google-account02 --google-admob-latest-csv > csv/account2/admob/latest-day.csv
% google-csv-helper --google-token-file .google-account02 --google-adsense-latest-csv > csv/account2/adsense/latest-day.csv
% tree csv 
csv
├── account01
│   └── adsense
│       └── latest-day.csv
└── account02
    ├── adsense
    │   └── latest-day.csv
    └── admob
        └── latest-day.csv

6 directories, 3 files
```

---

## Create Dashboard reports from csv files

```
% google-csv-helper --output markdown csv
## Current:
### Date Range: 2023-06-01 ~ 2023-06-04
#### compare: 2023-05-01 ~ 2023-05-31
| Item | Cumulative Revenue | Average Daily Revenue | Average CPC | Min Daily Revenue | Max Daily Revenue 
| -- | --: | --: | --: | --: | --: 
| Admob Global | 1,234.56 | 123.45 (-12.34%) | 0.001 (-1.23%) | 234.56 [06/02 Fri] | 456.78 [06/01 Thu] 
| Adsense Global | 1,234.56 | 123.45 (-12.34%) | 0.1234 (-2.34%) | 123.45 [06/02 Fri] | 345.67 [06/01 Thu] 
| Adsense China |  1,234.56 | 123.45 (-12.34%) | 0.2345 (2.34%) | 123.45 [06/02 Fri] | 345.67 `[06/01 Thu] 
| Total | 1,234.56 | 456.78 | | | 
```

---

```
% google-csv-helper --output markdown --output-chart-columns 'Estimated earnings (USD)' csv 
```

## Current:
### Date Range: 2023-06-01 ~ 2023-06-04
#### compare: 2023-05-01 ~ 2023-05-31
| Item | Cumulative Revenue | Average Daily Revenue | Average CPC | Min Daily Revenue | Max Daily Revenue 
| -- | --: | --: | --: | --: | --: 
| Admob Global | 1,234.56 | 123.45 (-12.34%) | 0.001 (-1.23%) | 234.56 [06/02 Fri] | 456.78 [06/01 Thu] 
| Adsense Global | 1,234.56 | 123.45 (-12.34%) | 0.1234 (-2.34%) | 123.45 [06/02 Fri] | 345.67 [06/01 Thu] 
| Adsense China |  1,234.56 | 123.45 (-12.34%) | 0.2345 (2.34%) | 123.45 [06/02 Fri] | 345.67 `[06/01 Thu] 
| Total | 1,234.56 | 456.78 | | | 
#### ref
##### Sum of (Admob Global, Adsense Global, Adsense China) - Cumulative Average of 'Estimated earnings (USD)' Chart:
```
 867.61  ┤
 846.52  ┤                          ╭──
 825.44  ┼╮                        ╭╯
 804.36  ┤│                      ╭─╯
 783.27  ┤│                     ╭╯
 762.19  ┤│                   ╭─╯
 741.11  ┤│ ╭╮ ╭╮            ╭╯
 720.02  ┤│╭╯╰─╯╰╮           │
 698.94  ┤╰╯     ╰─╮         │
 677.86  ┤         ╰╮       ╭╯
 656.77  ┤          ╰───╮   │
 635.69  ┤              ╰───╯
```

---

```
% google-csv-helper --output-chart-columns 'Estimated earnings (USD)' --output-chart-detailed-columns csv
```

## Current:
### Date Range: 2023-06-01 ~ 2023-06-04
#### compare: 2023-05-01 ~ 2023-05-31
| Item | Cumulative Revenue | Average Daily Revenue | Average CPC | Min Daily Revenue | Max Daily Revenue 
| -- | --: | --: | --: | --: | --: 
| Admob Global | 1,234.56 | 123.45 (-12.34%) | 0.001 (-1.23%) | 234.56 [06/02 Fri] | 456.78 [06/01 Thu] 
| Adsense Global | 1,234.56 | 123.45 (-12.34%) | 0.1234 (-2.34%) | 123.45 [06/02 Fri] | 345.67 [06/01 Thu] 
| Adsense China |  1,234.56 | 123.45 (-12.34%) | 0.2345 (2.34%) | 123.45 [06/02 Fri] | 345.67 `[06/01 Thu] 
| Total | 1,234.56 | 456.78 | | | 
#### ref
##### Sum of (Admob Global, Adsense Global, Adsense China) - Cumulative Average of 'Estimated earnings (USD)' Chart:
```
 867.61  ┤
 846.52  ┤                          ╭──
 825.44  ┼╮                        ╭╯
 804.36  ┤│                      ╭─╯
 783.27  ┤│                     ╭╯
 762.19  ┤│                   ╭─╯
 741.11  ┤│ ╭╮ ╭╮            ╭╯
 720.02  ┤│╭╯╰─╯╰╮           │
 698.94  ┤╰╯     ╰─╮         │
 677.86  ┤         ╰╮       ╭╯
 656.77  ┤          ╰───╮   │
 635.69  ┤              ╰───╯
```
###### Admob Global - Cumulative Average of 'Estimated earnings (USD)' Chart:
```
  297.11  ┼╮
  294.28  ┤│     ╭╮
  291.46  ┤│    ╭╯╰─╮
  288.64  ┤│    │   ╰╮
  285.81  ┤│    │    ╰╮╭╮
  282.99  ┤│    │     ╰╯╰╮
  280.17  ┤│    │        ╰╮
  277.35  ┤│   ╭╯         ╰╮
  274.52  ┤│   │           ╰╮ ╭─╮
  271.70  ┤╰╮  │            ╰─╯ ╰─╮  ╭──
  268.88  ┤ ╰──╯                  ╰──╯
  266.06  ┤
```
###### Adsense Global - Cumulative Average of 'Estimated earnings (USD)' Chart:
```
  495.71  ┤
  473.65  ┤                          ╭──
  451.59  ┤                         ╭╯
  429.53  ┼╮                       ╭╯
  407.46  ┤│                     ╭─╯
  385.40  ┤│                    ╭╯
  363.34  ┤│╭─╮                ╭╯
  341.28  ┤╰╯ ╰╮              ╭╯
  319.22  ┤    ╰──╮           │
  297.16  ┤       ╰╮         ╭╯
  275.10  ┤        ╰─╮      ╭╯
  253.04  ┤          ╰──────╯
```
###### Adsense China - Cumulative Average of 'Estimated earnings (USD)' Chart:
```
  211.76  ┤
  209.91  ┤     ╭──╮
  208.06  ┤     │  ╰╮
  206.20  ┤     │   ╰╮ ╭─╮
  204.35  ┤     │    ╰─╯ ╰╮  ╭──╮
  202.50  ┤    ╭╯         ╰──╯  ╰─╮
  200.65  ┼╮  ╭╯                  ╰────╮
  198.80  ┤│  │                        ╰
  196.95  ┤│  │
  195.10  ┤│ ╭╯
  193.25  ┤│ │
  191.40  ┤╰─╯
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/changyy/google-csv-helper",
    "name": "google-csv-helper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "python, google, csv, adsense, admob, report",
    "author": "Yuan-Yi Chang",
    "author_email": "<changyy.csie@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/5f/7f5cdce0647547b20f809f4e843054dfa70ba5d2a4f83b8733ae87db5bb6/google_csv_helper-1.2.5.tar.gz",
    "platform": null,
    "description": "# google-csv-helper\n\n[![PyPI](https://img.shields.io/pypi/v/google-csv-helper.svg)](https://pypi.org/project/google-csv-helper/)\n\nA simple tool for parsing google csv files.\n\n# Installation\n\n```\n% pip install google-csv-helper\n```\n\n# Usage \n\n```\n% tree csv \ncsv\n\u251c\u2500\u2500 admob\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 hk\n\u2502\u00a0\u00a0     \u2514\u2500\u2500 latest-day.csv\n\u2514\u2500\u2500 adsense\n    \u251c\u2500\u2500 cn\n    \u2502\u00a0\u00a0 \u2514\u2500\u2500 latest-day.csv\n    \u2514\u2500\u2500 hk\n        \u2514\u2500\u2500 latest-day.csv\n\n6 directories, 3 files\n\n% file csv/admob/hk/latest-day.csv \ncsv/admob/hk/latest-day.csv: Unicode text, UTF-16, little-endian text\n\n% iconv -f UTF-16 -t UTF-8 csv/admob/hk/latest-day.csv | head -n1\n\u65e5\u671f\t\u9810\u4f30\u6536\u76ca (USD)\t\u89c0\u5bdf\u5230\u7684\u6709\u6548\u5343\u6b21\u66dd\u5149\u51fa\u50f9 (USD)\t\u8acb\u6c42\t\u5a92\u5408\u7387 (%) (%)\t\u6bd4\u5c0d\u6210\u529f\u7684\u8acb\u6c42\t\u986f\u793a\u7387 (%) (%)\t\u66dd\u5149\t\u9ede\u95b1\u7387 (%) (%)\t\u9ede\u64ca\u6b21\u6578\t\u51fa\u50f9\u8981\u6c42\t\u53c3\u8207\u7af6\u50f9\u7684\u51fa\u50f9 (%)\t\u53c3\u8207\u7af6\u50f9\u7684\u51fa\u50f9\t\u52dd\u51fa\u51fa\u50f9 (%)\t\u52dd\u51fa\u51fa\u50f9\u6b21\u6578\n\n% file csv/adsense/hk/latest-day.csv \ncsv/adsense/hk/latest-day.csv: CSV text\n\n% head -n1 csv/adsense/hk/latest-day.csv \n\u65e5\u671f,\u9810\u4f30\u6536\u76ca (USD),\u700f\u89bd\u91cf,\u7db2\u9801\u5343\u6b21\u66dd\u5149\u6536\u76ca (USD),\u66dd\u5149\u6b21\u6578,\u66dd\u5149\u5343\u6b21\u66dd\u5149\u6536\u76ca (USD),Active View \u53ef\u8996\u7387,\u9ede\u64ca,\u9ede\u95b1\u7387,\u55ae\u6b21\u9ede\u64ca\u51fa\u50f9 (USD)\n\n% head -n1 csv/adsense/cn/latest-day.csv\n\u65e5\u671f,\u4f30\u7b97\u6536\u5165 (USD),\u7f51\u9875\u6d4f\u89c8\u91cf,\u7f51\u9875 RPM (USD),\u5c55\u793a\u6b21\u6570,\u6bcf\u5343\u6b21\u5c55\u793a\u6536\u5165 (USD),Active View \u53ef\u89c1\u7387,\u70b9\u51fb\u6b21\u6570,\u70b9\u51fb\u7387,CPC (USD)\n```\n\n---\n\n## Use Google AdSense/Admob api to get the report content and convert it into csv format\n\n```\n% google-csv-helper --google-token-file .google-account01 --google-show-report-list\n% google-csv-helper --google-token-file .google-account02 --google-show-report-list\n% google-csv-helper --google-token-file .google-account01 --google-adsense-latest-csv > csv/account1/adsense/latest-day.csv\n% google-csv-helper --google-token-file .google-account02 --google-admob-latest-csv > csv/account2/admob/latest-day.csv\n% google-csv-helper --google-token-file .google-account02 --google-adsense-latest-csv > csv/account2/adsense/latest-day.csv\n% tree csv \ncsv\n\u251c\u2500\u2500 account01\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 adsense\n\u2502\u00a0\u00a0     \u2514\u2500\u2500 latest-day.csv\n\u2514\u2500\u2500 account02\n    \u251c\u2500\u2500 adsense\n    \u2502\u00a0\u00a0 \u2514\u2500\u2500 latest-day.csv\n    \u2514\u2500\u2500 admob\n        \u2514\u2500\u2500 latest-day.csv\n\n6 directories, 3 files\n```\n\n---\n\n## Create Dashboard reports from csv files\n\n```\n% google-csv-helper --output markdown csv\n## Current:\n### Date Range: 2023-06-01 ~ 2023-06-04\n#### compare: 2023-05-01 ~ 2023-05-31\n| Item | Cumulative Revenue | Average Daily Revenue | Average CPC | Min Daily Revenue | Max Daily Revenue \n| -- | --: | --: | --: | --: | --: \n| Admob Global | 1,234.56 | 123.45 (-12.34%) | 0.001 (-1.23%) | 234.56 [06/02 Fri] | 456.78 [06/01 Thu] \n| Adsense Global | 1,234.56 | 123.45 (-12.34%) | 0.1234 (-2.34%) | 123.45 [06/02 Fri] | 345.67 [06/01 Thu] \n| Adsense China |  1,234.56 | 123.45 (-12.34%) | 0.2345 (2.34%) | 123.45 [06/02 Fri] | 345.67 `[06/01 Thu] \n| Total | 1,234.56 | 456.78 | | | \n```\n\n---\n\n```\n% google-csv-helper --output markdown --output-chart-columns 'Estimated earnings (USD)' csv \n```\n\n## Current:\n### Date Range: 2023-06-01 ~ 2023-06-04\n#### compare: 2023-05-01 ~ 2023-05-31\n| Item | Cumulative Revenue | Average Daily Revenue | Average CPC | Min Daily Revenue | Max Daily Revenue \n| -- | --: | --: | --: | --: | --: \n| Admob Global | 1,234.56 | 123.45 (-12.34%) | 0.001 (-1.23%) | 234.56 [06/02 Fri] | 456.78 [06/01 Thu] \n| Adsense Global | 1,234.56 | 123.45 (-12.34%) | 0.1234 (-2.34%) | 123.45 [06/02 Fri] | 345.67 [06/01 Thu] \n| Adsense China |  1,234.56 | 123.45 (-12.34%) | 0.2345 (2.34%) | 123.45 [06/02 Fri] | 345.67 `[06/01 Thu] \n| Total | 1,234.56 | 456.78 | | | \n#### ref\n##### Sum of (Admob Global, Adsense Global, Adsense China) - Cumulative Average of 'Estimated earnings (USD)' Chart:\n```\n 867.61  \u2524\n 846.52  \u2524                          \u256d\u2500\u2500\n 825.44  \u253c\u256e                        \u256d\u256f\n 804.36  \u2524\u2502                      \u256d\u2500\u256f\n 783.27  \u2524\u2502                     \u256d\u256f\n 762.19  \u2524\u2502                   \u256d\u2500\u256f\n 741.11  \u2524\u2502 \u256d\u256e \u256d\u256e            \u256d\u256f\n 720.02  \u2524\u2502\u256d\u256f\u2570\u2500\u256f\u2570\u256e           \u2502\n 698.94  \u2524\u2570\u256f     \u2570\u2500\u256e         \u2502\n 677.86  \u2524         \u2570\u256e       \u256d\u256f\n 656.77  \u2524          \u2570\u2500\u2500\u2500\u256e   \u2502\n 635.69  \u2524              \u2570\u2500\u2500\u2500\u256f\n```\n\n---\n\n```\n% google-csv-helper --output-chart-columns 'Estimated earnings (USD)' --output-chart-detailed-columns csv\n```\n\n## Current:\n### Date Range: 2023-06-01 ~ 2023-06-04\n#### compare: 2023-05-01 ~ 2023-05-31\n| Item | Cumulative Revenue | Average Daily Revenue | Average CPC | Min Daily Revenue | Max Daily Revenue \n| -- | --: | --: | --: | --: | --: \n| Admob Global | 1,234.56 | 123.45 (-12.34%) | 0.001 (-1.23%) | 234.56 [06/02 Fri] | 456.78 [06/01 Thu] \n| Adsense Global | 1,234.56 | 123.45 (-12.34%) | 0.1234 (-2.34%) | 123.45 [06/02 Fri] | 345.67 [06/01 Thu] \n| Adsense China |  1,234.56 | 123.45 (-12.34%) | 0.2345 (2.34%) | 123.45 [06/02 Fri] | 345.67 `[06/01 Thu] \n| Total | 1,234.56 | 456.78 | | | \n#### ref\n##### Sum of (Admob Global, Adsense Global, Adsense China) - Cumulative Average of 'Estimated earnings (USD)' Chart:\n```\n 867.61  \u2524\n 846.52  \u2524                          \u256d\u2500\u2500\n 825.44  \u253c\u256e                        \u256d\u256f\n 804.36  \u2524\u2502                      \u256d\u2500\u256f\n 783.27  \u2524\u2502                     \u256d\u256f\n 762.19  \u2524\u2502                   \u256d\u2500\u256f\n 741.11  \u2524\u2502 \u256d\u256e \u256d\u256e            \u256d\u256f\n 720.02  \u2524\u2502\u256d\u256f\u2570\u2500\u256f\u2570\u256e           \u2502\n 698.94  \u2524\u2570\u256f     \u2570\u2500\u256e         \u2502\n 677.86  \u2524         \u2570\u256e       \u256d\u256f\n 656.77  \u2524          \u2570\u2500\u2500\u2500\u256e   \u2502\n 635.69  \u2524              \u2570\u2500\u2500\u2500\u256f\n```\n###### Admob Global - Cumulative Average of 'Estimated earnings (USD)' Chart:\n```\n  297.11  \u253c\u256e\n  294.28  \u2524\u2502     \u256d\u256e\n  291.46  \u2524\u2502    \u256d\u256f\u2570\u2500\u256e\n  288.64  \u2524\u2502    \u2502   \u2570\u256e\n  285.81  \u2524\u2502    \u2502    \u2570\u256e\u256d\u256e\n  282.99  \u2524\u2502    \u2502     \u2570\u256f\u2570\u256e\n  280.17  \u2524\u2502    \u2502        \u2570\u256e\n  277.35  \u2524\u2502   \u256d\u256f         \u2570\u256e\n  274.52  \u2524\u2502   \u2502           \u2570\u256e \u256d\u2500\u256e\n  271.70  \u2524\u2570\u256e  \u2502            \u2570\u2500\u256f \u2570\u2500\u256e  \u256d\u2500\u2500\n  268.88  \u2524 \u2570\u2500\u2500\u256f                  \u2570\u2500\u2500\u256f\n  266.06  \u2524\n```\n###### Adsense Global - Cumulative Average of 'Estimated earnings (USD)' Chart:\n```\n  495.71  \u2524\n  473.65  \u2524                          \u256d\u2500\u2500\n  451.59  \u2524                         \u256d\u256f\n  429.53  \u253c\u256e                       \u256d\u256f\n  407.46  \u2524\u2502                     \u256d\u2500\u256f\n  385.40  \u2524\u2502                    \u256d\u256f\n  363.34  \u2524\u2502\u256d\u2500\u256e                \u256d\u256f\n  341.28  \u2524\u2570\u256f \u2570\u256e              \u256d\u256f\n  319.22  \u2524    \u2570\u2500\u2500\u256e           \u2502\n  297.16  \u2524       \u2570\u256e         \u256d\u256f\n  275.10  \u2524        \u2570\u2500\u256e      \u256d\u256f\n  253.04  \u2524          \u2570\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n```\n###### Adsense China - Cumulative Average of 'Estimated earnings (USD)' Chart:\n```\n  211.76  \u2524\n  209.91  \u2524     \u256d\u2500\u2500\u256e\n  208.06  \u2524     \u2502  \u2570\u256e\n  206.20  \u2524     \u2502   \u2570\u256e \u256d\u2500\u256e\n  204.35  \u2524     \u2502    \u2570\u2500\u256f \u2570\u256e  \u256d\u2500\u2500\u256e\n  202.50  \u2524    \u256d\u256f         \u2570\u2500\u2500\u256f  \u2570\u2500\u256e\n  200.65  \u253c\u256e  \u256d\u256f                  \u2570\u2500\u2500\u2500\u2500\u256e\n  198.80  \u2524\u2502  \u2502                        \u2570\n  196.95  \u2524\u2502  \u2502\n  195.10  \u2524\u2502 \u256d\u256f\n  193.25  \u2524\u2502 \u2502\n  191.40  \u2524\u2570\u2500\u256f\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple tool that takes CSV reports from Google Adsense, Google Admob, and Google Analytics and outputs them in JSON / Pandas.DataFrame format.",
    "version": "1.2.5",
    "project_urls": {
        "Download": "https://pypi.org/project/google-csv-helper/",
        "Homepage": "https://github.com/changyy/google-csv-helper"
    },
    "split_keywords": [
        "python",
        " google",
        " csv",
        " adsense",
        " admob",
        " report"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb5a5c4982897d4b6a9a9f065ae17cf7e324eb84d70ea3831092519c1660b101",
                "md5": "f074691f459195be406941cfad5426b6",
                "sha256": "8ad5cd456f4133669384ad267ef69a57b413cd2b0dc0b721e7fe2b671c128e08"
            },
            "downloads": -1,
            "filename": "google_csv_helper-1.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f074691f459195be406941cfad5426b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 23189,
            "upload_time": "2024-05-30T16:43:36",
            "upload_time_iso_8601": "2024-05-30T16:43:36.085455Z",
            "url": "https://files.pythonhosted.org/packages/cb/5a/5c4982897d4b6a9a9f065ae17cf7e324eb84d70ea3831092519c1660b101/google_csv_helper-1.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "485f7f5cdce0647547b20f809f4e843054dfa70ba5d2a4f83b8733ae87db5bb6",
                "md5": "b28c47a0e272489f6bff97945fb1391d",
                "sha256": "9ab52c16f1e2e64e44a371c5ebc7fb89f584f270326d4f271c4295e3a77236a6"
            },
            "downloads": -1,
            "filename": "google_csv_helper-1.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b28c47a0e272489f6bff97945fb1391d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 21783,
            "upload_time": "2024-05-30T16:43:38",
            "upload_time_iso_8601": "2024-05-30T16:43:38.335783Z",
            "url": "https://files.pythonhosted.org/packages/48/5f/7f5cdce0647547b20f809f4e843054dfa70ba5d2a4f83b8733ae87db5bb6/google_csv_helper-1.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-30 16:43:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "changyy",
    "github_project": "google-csv-helper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "google-api-python-client",
            "specs": [
                [
                    "==",
                    "2.114.0"
                ]
            ]
        },
        {
            "name": "google-auth-oauthlib",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.3"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.1.4"
                ]
            ]
        },
        {
            "name": "asciichartpy",
            "specs": [
                [
                    "==",
                    "1.5.25"
                ]
            ]
        }
    ],
    "lcname": "google-csv-helper"
}
        
Elapsed time: 0.67648s