Metadata-Version: 2.1
Name: basic-http
Version: 0.0.4b0
Summary: Python 3 http package
Home-page: https://github.com/m3sserschmitt/basic-http.git
Author: Romulus-Emanuel Ruja
Author-email: romulus-emanuel.ruja@tutanota.com
License: UNKNOWN
Description: # basic-http
        
        This python package can be used for requesting web resources (e.g. web pages).
        It has no external dependencies, supports cookies, http redirects and persistent connections. Checkout 
        [Project Github Page](https://github.com/m3sserschmitt/basic-http.git) for more details
        about how to use this package in you own Python3 projects.
Platform: UNKNOWN
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
