Metadata-Version: 2.1
Name: speclear
Version: 0.1
Summary: speclear - delete specific history in major windows browsers
Home-page: https://github.com/Shivanshu26shiv/speclear
Author: Shivanshu Srivastava
Author-email: shivanshu26shiv@gmail.com
License: MIT
Download-URL: https://github.com/Shivanshu26shiv/speclear/archive/v_0.1.0.tar.gz
Description: <h2>speclear - delete specific history in major windows browsers</h2>
        
        With speclear, you can delete sepcific history items in major installed windows browsers such as chrome, firefox, opera and safari.
        For Internet explorere (IE), specific segregation is not possible hence speclear will delete <b>all history items</b>.
        
        See below for more details.
        <h3>Getting it:</h3>
        To download speclear, either fork its github repo or simply use 
        Pypi via pip.
        
        	$ pip install speclear
        
        
        <h3>Compatibility:</h3>
        speclear is compatible for python version > 3.0
        
        <h3>Package dependency:</h3>
        speclear needs sqlite3 to access sqlite databases of browsers, which is installed as a standard library of python 3. 
        
        <h3>Using it:</h3>
        
        <ol>
        
        <li>
        Either via python module:
        
        	import speclear
        	speclear.delete_history('string-1', 'string-2',...)
        
        Or via command line:
        
        	C:\Program Files\Python37\speclear_pkg\speclear>python3 -m speclear string-1 string-2
        	
        Sample output:
        
        	Info:: string(s) to be deleted: string-1 string-2 ...
        	Warning:: for chrome (profile 1) database seems locked, please close the browser
        	Info:: for chrome (profile 2), number of rows deleted is: 0
        	Info:: for chrome (profile 3), number of rows deleted is: 0
        	Info:: for firefox (profile 1), number of rows deleted is: 0
        	Info:: Browser not found: opera
        	Info:: Browser not found: safari
        	Info:: IE cleared
        	
        </li>
        
        </ol>
        
        <h3>Author contact:</h3>
        <ul>
        <li>LinkedIn: https://www.linkedin.com/in/shivanshu26shiv/</li>
        </ul>
        
Keywords: browser,browser history,chrome,firefox,opera,safari,ie
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
