esfar-browser 1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ from .main import main
esfar_browser/main.py ADDED
@@ -0,0 +1,2 @@
1
+ def main():
2
+ print("ESFAR Browser is running...")
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.1
2
+ Name: esfar-browser
3
+ Version: 1
4
+ Summary: A terminal-based internet browser with ESFAR protocol
5
+ Author: Esfar Ajmain
6
+ Requires-Dist: requests
7
+ Requires-Dist: beautifulsoup4
8
+
@@ -0,0 +1,7 @@
1
+ esfar_browser/__init__.py,sha256=MigXIT7A1M9YZuH2MyjKReSziFwzbZX2boVYsLosR6s,22
2
+ esfar_browser/main.py,sha256=lzWLJs4UruCn5BGpcoZtP-L5JfQkppHF7CqIMzaal2g,53
3
+ esfar_browser-1.dist-info/METADATA,sha256=-V6f-1I5nfa2PmteeQ9sq3_g2zPqzfDGjM6brAo75vs,200
4
+ esfar_browser-1.dist-info/WHEEL,sha256=51RkbunBAw4BWsgaQWTpPhg4Diwp3c9P5iaLk67Hdtg,92
5
+ esfar_browser-1.dist-info/entry_points.txt,sha256=xOx-ypguEQXNxxRiSP4h2rXFBH0B-7ySeNdegzMrKU8,50
6
+ esfar_browser-1.dist-info/top_level.txt,sha256=RT2D8sDTsTBfS9phVlNL7_hnKU--5upcQp2RiINWqKo,14
7
+ esfar_browser-1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.47.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ esfar = esfar_browser.main:main
@@ -0,0 +1 @@
1
+ esfar_browser