772 B
772 B
Library for Working with Files During Parsing {docsify-ignore-all}
During parsing, it's often necessary to download HTML pages and work with JSON and CSV files. This library aims to simplify the coding required for such tasks and also provides a range of additional features.
The library includes three classes for core tasks
- Pars for handling requests and bs4.
- JsonManager for working with JSON.
- CsvManager for working with CSV.
There are also three utility classes
- ProgressBarManager for creating progress bars.
- TimerManager for tracking the execution time of specific code.
- ZipManager for archiving files and folders.
Install the library:
pip install ipars
or
pip3 install ipars