🤹🏻♂️ SheetJuggler helps you to copy sheets on google sheets.
Project description
🤹🏻♂️ SheetJuggler v0.0.1
SheetJuggler helps you to copy sheets on gsheets.
How to use
Initiate using a credentials file:
sj = SheetJuggler(service_account_file="credentials.json")
gsheet_from = "MY_SOURCE_GSHEET_ID_OR_URL"
gsheet_to = "MY_DESTINY_GSHEET_ID_OR_URL"
sj.copy_sheet(
gsheet_from=gsheet_from,
sheet_range_from="Sheet1",
gsheet_to=gsheet_to,
sheet_range_to="Sheet1"
)
You can use your own credentials instance like:
credentials = "my_own_credentials"
sj = SheetJuggler(credentials=credentials)
You can use the SERVICE_ACCOUNT_FILE environement variable and initiate directely:
sj = SheetJuggler()
See Also
License
This package is distributed under the MIT license.
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 sheetjuggler-0.0.1.tar.gz.
File metadata
- Download URL: sheetjuggler-0.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a3fb7de3a240081da27bae83234a98a163a1ae65da13d90d3ab72ee1b292020
|
|
| MD5 |
c1094462cc9c4e122fb8b341755b954a
|
|
| BLAKE2b-256 |
dd609e52ca5e055a6ecc8cb13c3be03feb27ad6973f6448b7c1ac987ad39e538
|
File details
Details for the file sheetjuggler-0.0.1-py3-none-any.whl.
File metadata
- Download URL: sheetjuggler-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2dc9c3d5e0e276abd27cf6d04500087f948cfc40e463d348e8b6bfa7b0474ef
|
|
| MD5 |
54243d89a74f0b200e78b3949a941f29
|
|
| BLAKE2b-256 |
269975c731477a6707af4f2ec9c8dde76966bde8a68856b7d82c6b693bc3110f
|