Metadata-Version: 1.1
Name: ng
Version: 0.1.0
Summary: Get ip and password of the wifi you're connected, just for fun!
Home-page: https://github.com/cls1991/ng
Author: cls1991
Author-email: tzk19910406@hotmail.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Description: ng
        ==
        
        .. image:: https://img.shields.io/pypi/l/ng.svg
            :target: https://pypi.python.org/pypi/ng
        
        .. image:: https://img.shields.io/pypi/v/ng.svg
            :target: https://pypi.python.org/pypi/ng
        
        .. image:: https://img.shields.io/pypi/pyversions/ng.svg
            :target: https://pypi.python.org/pypi/ng
        
        .. image:: https://travis-ci.org/cls1991/ng.svg?branch=master
            :target: https://travis-ci.org/cls1991/ng
        
        Get password of the wifi you're connected, and your current ip address, just for fun!
        
        ☤ Installation
        --------------
        
        You can install "ng" via pip from `PyPI <https://pypi.python.org/pypi/ng>`_:
        
        ::
        
            $ pip install ng
        	
        ☤ Usage
        -------
        
        ::
        
            $ ng --help
            Usage: ng [OPTIONS] COMMAND [ARGS]...
        
              Get password of the wifi you're connected, and your current ip address.
        
            Options:
              --help  Show this message and exit.
        
            Commands:
              ip        Show ip address.
              password  Show wifi password.
        
Keywords: wifi,password,ip
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
