-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
This will require internal changes to the library, and perhaps some API changes.
Relevant issues and pull requests:
- feature request: support non-seekable input files feature request: support non-seekable input files #5
- Streaming Streaming #14
- Only supports reading a file from the filesystem Only supports reading a file from the filesystem #25
- Add support to read dbf file from zip-archive Add support to read dbf file from zip-archive #39
- Support for DBC (compressed DBF) files #37
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.
vladtcvs, emields and yohanboniface
Metadata
Metadata
Assignees
Labels
No labels