File: example.py

package info (click to toggle)
python-agate-dbf 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: makefile: 126; python: 106
file content (9 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

import agate
import agatedbf

table = agate.Table.from_dbf('examples/test.dbf')

print(table)
table.print_table()