glourencoffee / pycvm

Python library for processing data from CVM
MIT License
2 stars 0 forks source link

Add a function to count the total number of documents in CVM files #17

Open glourencoffee opened 2 years ago

glourencoffee commented 2 years ago

Description

As a library user, I want to read how many documents are in a CVM file (FCA, DFP, ITR, etc.) so that I can write a progress bar or an alike functionality on my program before reading the files.

Challenge

Because I don't know how many documents are in a CVM file beforehand, I have to read all documents in that file to know it.

Benefit

Information

Acceptance criteria