Metadata-Version: 2.1
Name: cleverweb
Version: 0.0.1a1
Summary: A collection of methods used by CleverSession for accessing common sites using selenium.
Home-page: https://github.com/Pfython/cleverweb
Author: Peter Fison
Author-email: peter@southwestlondon.tv
License: MIT License
Download-URL: https://github.com/Pfython/cleverweb/archive/0.0.1a1.tar.gz
Description: # `cleverweb`
        ![Replace with your own inspirational logo here](https://github.com/PFython/easypypi/blob/main/easypypi.png?raw=true)
        
        # 1. OVERVIEW
        A collection of methods used by CleverSession for accessing common sites using selenium.
        
        # 2. INSTALLATION
        
            pip install cleverweb
        
        
        # 3. BASIC USE
        
            >>> import cleverweb
        
        
        # 4. UNDER THE BONNET
        
        # 5. CONTRIBUTING
        
        Contact Peter Fison peter@southwestlondon.tv or feel free to raise Pull Requests / Issue in the normal Github way.
        
        # 6. CREDITS
        
        # 7. PAYING IT FORWARD
        
        
        If `cleverweb` helps you save time and focus on more important things, please feel free to to show your appreciation by starring the repository on Github.
        
        I'd also be delighted if you wanted to:
        
        <a href="https://www.buymeacoffee.com/{self.Github_username}" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/arial-yellow.png" alt="Buy Me A Coffee" width="217px" ></a>
        
Keywords: cleverweb,Peter Fison,Pfython,
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
