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.1.1.tar.gz
(3.2 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.1.1.tar.gz.
File metadata
- Download URL: csae_pyutils-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48ec6a8c55b65256b9837be9e4604e3a58122cb478ed4b220be952a3d0e85f3f
|
|
| MD5 |
cc1ddc49ec906098aa936f5c05be3519
|
|
| BLAKE2b-256 |
4d7b8c89ee56fb931d0b32fb56f5c523895d09ec18b10b62ef97ca0356263d1d
|
File details
Details for the file csae_pyutils-0.1.1-py3-none-any.whl.
File metadata
- Download URL: csae_pyutils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6523f5fe776a891c9df58394cf476f406918de6882d9d0ec76154b24cb96c80
|
|
| MD5 |
2af69028c0d709a1a60149ad00e89693
|
|
| BLAKE2b-256 |
df504f5d828c92c1e1e273f7b451099865805c46615bf9bf184603f5f61bcbd4
|