A Python port of the remote_table Ruby gem. Reads tabular data from local and remote sources.
Project description
Remote Table Python Library
A Python port of the Ruby gem 'remote_table'.
Installation
uv pip install .
Usage
from remote_table import RemoteTable
table = RemoteTable('path_or_url_to_file')
for row in table:
print(row)
Features
- Read delimited (CSV/TSV), fixed-width, HTML, JSON, XML, YAML, ODS, XLS, XLSX files
- Local and remote file support
- Auto-detect format
License
MIT
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
remote_table-0.1.0.tar.gz
(1.9 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 remote_table-0.1.0.tar.gz.
File metadata
- Download URL: remote_table-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcba5a71ce4e76a596ea25f916f6c24b000879eb5eefd67fa382891bc89c3cfb
|
|
| MD5 |
e7f12a372c49581be8d66175427bc428
|
|
| BLAKE2b-256 |
78b2a4abafa728199614381825a316931dece514a0218683169e21e80f971228
|
File details
Details for the file remote_table-0.1.0-py3-none-any.whl.
File metadata
- Download URL: remote_table-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
040e6d76216361e5213b59f72e05ee030f5b9971ec0528c42ecf495540edb81e
|
|
| MD5 |
55483504bda0587005b21dd1f15efd66
|
|
| BLAKE2b-256 |
0654ee3f3117b09713ed7938c8e0a3da60eb37189a590fff40e169f4424032e4
|