Skip to content

Add support for reading from a (non-seekable) file object instead of a filename #53

@olemb

Description

@olemb

This will require internal changes to the library, and perhaps some API changes.

Relevant issues and pull requests:

I suspect the best solution to handle all of these cases is to break most of the code into functions that can be composed into different APIs. For example, there could be a function that reads the headers from a file object, an d a generator that reads records from a file object and we could write a new backwards compatible DBF class or another leaner API on top of these.

These smaller function would also be useful when writing debugging tools.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions