some python function used in several places
Project description
csae-pyutils
some python function used in several places
gsheet_to_df
Converts a Google Sheet to a pandas DataFrame.
sheet_id = "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms"
df = gsheet_to_df(sheet_id)
upload_files_to_owncloud
Uploads files to OEAW ownCloud instance
from csae_pytuils import upload_files_to_owncloud
files = ['/path/to/file1.txt', '/path/to/file2.pdf']
result = upload_files_to_owncloud(
file_list=files,
user='your_username',
pw='your_password',
folder='my-uploads'
)
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
csae_pyutils-0.2.tar.gz
(3.8 kB
view details)
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 csae_pyutils-0.2.tar.gz.
File metadata
- Download URL: csae_pyutils-0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c7a3c142f41c9c97681f7efdd1aecbce89500a3efdebcae96a69b962aa4f9ba
|
|
| MD5 |
762f7f565c2e6a4d35115d2c31e7b1cd
|
|
| BLAKE2b-256 |
6f551e85c5651a2e20028fbdefa3d13544d5ab59f5c77ecf69f2a33d0f7c5761
|
File details
Details for the file csae_pyutils-0.2-py3-none-any.whl.
File metadata
- Download URL: csae_pyutils-0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
372f4e163a3fa64b5b66d5423eec4b2e352e0223614f2dab9b8a40340464db37
|
|
| MD5 |
62229f11e4599f23ee2acd14a48c81ce
|
|
| BLAKE2b-256 |
0a67a0f9360bb215c26d757657c81454f09c1fe4ad697b58071577dd0d9f4025
|