Skip to main content

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


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.1.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

dodotable-0.1.1-py2.py3-none-any.whl (15.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dodotable-0.1.1.tar.gz.

File metadata

  • Download URL: dodotable-0.1.1.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dodotable-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e29367c62c76faa10b2a7209ad279d5d1813b2aa32e0367c271c6920c440e3fd
MD5 5ecdc29837159ce2ca6a8451c275ee44
BLAKE2b-256 1cdef8c0f8d302fe3c9e4076206d4e7c76d7e2c16b2c7c81e879be527d152157

See more details on using hashes here.

File details

Details for the file dodotable-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dodotable-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b6e315fe221ba2f0cf3ce1c12110bd2daa631d8271157935b39d33450f697850
MD5 c247cc809a4dc408d0d77502fd20d3d6
BLAKE2b-256 b7fff35cda511549d523435b141b86a6793f87dce109b13e69b9a59d3814176d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page