Metadata-Version: 1.1
Name: ddwrtdb
Version: 0.1.0
Summary: Simple CLI to search on DD-WRT router database and retrieve router information.
Home-page: https://github.com/turicas/ddwrtdb/
Author: Álvaro Justen
Author-email: alvarojusten@gmail.com
License: UNKNOWN
Description: Simple CLI to search on DD-WRT router database and retrieve router information.
        
        You can export all the results to any tabular format supported by the `rows
        library <https://github.com/turicas/rows>`_ (such as CSV, XLS, XLSX, HTML an
        SQLite).
        
        To install, just run:
        
            pip install ddwrtdb
        
        If you want support for ``XLS``, also run:
        
            pip install ddwrtdb[xls]
        
        If you want support for ``XLSX``, also run:
        
            pip install ddwrtdb[xlsx]
        
        The command-line interface is pretty simple to use: `read the README
        <https://github.com/turicas/ddwrtdb>`_.
Keywords: dd-wrt,router,database,tabular,table
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
