Metadata-Version: 1.1
Name: eilat-web-browser
Version: 1.5.2
Summary: QTWebkit based web browser
Home-page: http://github.com/jsoffer/eilat
Author: Jaime Soffer
Author-email: Jaime.Soffer@gmail.com
License: BSD
Download-URL: https://github.com/jsoffer/eilat/releases/
Description: 
        
            Keyboard driven, security and privacy focused web browser build in PyQt4's
            webkit engine.
        
            Features:
        
            * simple source code, focused on promoting auditing
            * Isolation of instances for facebook, google, twitter; configurable
              for more sites
            * Console logging of resources actually retrieved and cookies set or
              attempted
            * hjkl, ^j, ^h, etc. keyboard navigation
        
            Install:
        
            First install PyQt4 for Python 3 by whatever means result more appropiate;
            using a pyvenv is recommended. Then do `pip install eilat-web-browser`. Pip
            will not install PyQt, but will install all the other dependences.
        
            Quick usage notes:
        
            * facebook, twitter, google will be blacklisted unless they are the first
              URL visited on a tab (and then the tab will hold to that site only)
            * `^t` creates a new tab
            * `Ctrl+Space` toggles the status bar
            * `g` starts an in-page search; `escape` in the search frame closes it
            * javascript is off by default; to enable one-tab-only, press `q` and reload
              with F5 or `r`
        
            Read `README.md` and the wiki (https://github.com/jsoffer/eilat/wiki) for
            lots of details - there's a lot of non obvious functionality that requires
            a bit of reading, e.g. modal keys or navigating through isolated tabs
        
            
Keywords: web browser qt webkit qtwebkit
Platform: Qt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
