Metadata-Version: 2.1
Name: pewn
Version: 0.1.0
Summary: 📦 Another Python library for downloading files from URL.
Home-page: https://github.com/5elenay/pewn/
Author: 5elenay
Author-email: 
License: MIT
Project-URL: Bug Tracker, https://github.com/5elenay/pewn/issues
Description: # Pewn
        
        [![Version](https://badge.fury.io/py/pewn.svg)](https://pypi.python.org/pypi/pewn)
        [![Downloads](https://img.shields.io/pypi/dm/pewn.svg)](https://pypi.python.org/pypi/pewn)
        ![Stars](https://img.shields.io/github/stars/5elenay/pewn)
        ![Commits](https://img.shields.io/github/commit-activity/w/5elenay/pewn)
        
        Another Python library for downloading files from URL. Python version of [Dewnload](https://github.com/iamtuhana/dewnload) (3.6>=)
        
        ## Installation
        
        Just type `pip install pewn` and you are ready to go!
        
        ## Examples
        
        Check [examples](https://github.com/5elenay/pewn/tree/main/examples) folder for examples.
        
        ## Documentation
        
        Check [docs](https://github.com/5elenay/pewn/tree/main/docs) folder for documentation.
        
Keywords: python,download,pewn,async,download-file
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
