Metadata-Version: 1.1
Name: photonemitter
Version: 0.0.1
Summary: A simple search backend system currently designed for lighthouse
Home-page: https://github.com/lf-/photonemitter
Author: lf
Author-email: p}thon@lfcode.ca
License: MIT
Description: photonemitter
        =============
        
        photonemitter is a modular search system for use with lighthouse.
        
        It allows for many different configurable search providers, making it extremely
        simple to simulate things like DuckDuckGo's bangs.
        
        How to use it
        -------------
        
        .. code:: bash
        
                sudo pip install photonemitter
        
        Then, change your lighthouserc to use /usr/bin/photonemitter as cmd.
        
        See the `wiki`_ for more details on configuring photonemitter.
        
        .. _wiki: //github.com/lf-/photonemitter/wiki
        
Keywords: lighthouse,search
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Utilities
