Export data from CSV into Google sheets
Project description
csv2googlesheets
Программа предназначена для извлечения данных из csv-файла и записи этих данных в Google Sheets.
Установка
Чтобы использовать эту программу, сначала нужно перейти по следующей ссылке:
https://developers.google.com/sheets/api/quickstart/python
И выполнить требования в разделе Prerequisites и в разделе Step 1: Turn on the Google Sheets API
После этого в командной строке:
$ mkdir YOUR_NEW_DIR_NAME
$ cd YOU_NEW_DIR_NAME
$ python -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install csv2googlesheets
Использование
$ csv2g test_data/alpha_data.csv credentials.json
Created spreadsheet ID: 11potDwqU96ckscLNQeU1pm_GPwSuIx0NwlVl2K_uu0w
8 cells updated.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file csv2googlesheets-1.0.0.tar.gz.
File metadata
- Download URL: csv2googlesheets-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6a1b8e3d6353796d563cd24c9615b8323a2347a1a400c7efffd95e4c103d6c0
|
|
| MD5 |
f937029049256ed179a1bf83e42d6cff
|
|
| BLAKE2b-256 |
a4afc6747fb1f87006a5b948fbc242604fd1e04c02424f3cd1dc22a791391b38
|
File details
Details for the file csv2googlesheets-1.0.0-py3-none-any.whl.
File metadata
- Download URL: csv2googlesheets-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4562ce1b8b491c875caf4b747b1160fe2dcaefe528cf2fef2d614348e586e1c9
|
|
| MD5 |
ad1fe360cd00a809baf58b2bfafc2aed
|
|
| BLAKE2b-256 |
37c72d254af795441b5c9a4715902667e3ea379aa27109d397935e067c2a700f
|