770 B
770 B
Library for File Handling During Parsing {docsify-ignore-all}
During parsing, it is often necessary to download HTML pages and work with JSON and CSV files. This library is designed to simplify the coding tasks for such activities and provides a range of additional features.
The library contains three primary classes
- Pars for handling requests and bs4.
- JsonManager for working with JSON.
- CsvManager for handling CSV files.
There are also three auxiliary classes
- ProgressBarManager for creating progress bars.
- TimerManager for measuring the execution time of specific code.
- ZipManager for archiving files and folders.
To install the library:
pip install ipars
or
pip3 install ipars