File: fixed.rst

package info (click to toggle)
python-agate 1.13.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,008 kB
  • sloc: python: 8,578; makefile: 126
file content (21 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
==================
Fixed-width reader
==================

Agate contains a fixed-width file reader that is designed to work like Python's :mod:`csv`.

These readers work with CSV-formatted schemas, such as those maintained at `wireservice/ffs <https://github.com/wireservice/ffs>`_.

.. autosummary::
    :nosignatures:

    agate.fixed.reader
    agate.fixed.Reader
    agate.fixed.DictReader

Detailed list
-------------

.. autofunction:: agate.fixed.reader
.. autoclass:: agate.fixed.Reader
.. autoclass:: agate.fixed.DictReader