dodotable
Project description
HTML table representation for SQLAlchemy .
SQLAlchemy to <table>
from dodotable.schema import Table
table = Table(
cls=Music,
label='music table',
columns=[
Column(attr='id', label=u'id'),
Column(attr='name', label=u'name'),
],
sqlalchemy_session=session
)
print(table.select(offset=0, limit=10).__html__())
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
dodotable-0.1.2.tar.gz
(10.5 kB
view details)
Built Distribution
File details
Details for the file dodotable-0.1.2.tar.gz
.
File metadata
- Download URL: dodotable-0.1.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ebc159d978a67811d64b4ac257e583a20ee6216efd2250154ab2841e8dfe9f0 |
|
MD5 | 80654a8404a378bd1d353e2aad0960e1 |
|
BLAKE2b-256 | b10b11698926b253d6a0763b34e400a5d12dac448ac9cc81d7978763fbb77181 |
File details
Details for the file dodotable-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: dodotable-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6116d94265a71851b3946499798130cb5b27ef83b0bf16d719fd05f202199c93 |
|
MD5 | ef3cae09597cd8eafd84a04bca741aad |
|
BLAKE2b-256 | 00d0d34277078f3ecdb5c3b9d39711fb32937fa55da8e3b2706863ca8b0311af |