Metadata-Version: 2.1
Name: wwwgetpy
Version: 0.1.0
Summary: It is a Windows WSL wget python lib to use it for HTML folder directories in paralel
Home-page: https://github.com/sacamar2/wwwget_py
Author: sacamar2
License: MIT
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: twine (>=4) ; extra == 'dev'

This is a module done because of need.

Take into account that you will be able to use only if:
- Your OS is Windows
- WSL is working on your system

This module downloads a HTTP folder system. It downloads each file copying the structure. It is similar to wget but:
- It is done in paralel
- It doesn't create weird artifacts

If you want to know more about what I'm talking about visit the repository: https://github.com/sacamar2/wwwget_py
