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.0.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.0.tar.gz.
File metadata
- Download URL: csae_pyutils-0.1.0.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 |
5d835cd2889e68f986c7684afa8e2a5988a47e8b6933a09e8b2b7ba11aaad66b
|
|
| MD5 |
a5359c182be46289114ee65216451774
|
|
| BLAKE2b-256 |
932aaba64b80bea5d927d688033fde2e203d75b57d04da3b286efe68c7b3f54f
|
File details
Details for the file csae_pyutils-0.1.0-py3-none-any.whl.
File metadata
- Download URL: csae_pyutils-0.1.0-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 |
d2ab0075ee71fc21e769c4dcb8b27a74878f471fdb36ba4f48b39ca5c04df297
|
|
| MD5 |
18e9b8938e8bad6602c5528d40ce8f7d
|
|
| BLAKE2b-256 |
b60265e3a198857aa5c28d5c98ed0da6755c627a8bfcb017007196c544de678b
|