Metadata-Version: 1.1
Name: netty-finder
Version: 1.0.0
Summary: This is a python verison of the original netty-finder that was written in JavaScript,
Home-page: https://github.com/CITGuru/netty-finder-python/
Author: Oyetoke Toby
Author-email: oyetoketoby80@gmail.com
License: MIT
Download-URL: https://github.com/CITGuru/netty-finder-python/archive/1.0.0.tar.gz
Description: # NettyFinder :rocket:
        
        This is a python verison of the original netty-finder that was written in JavaScript
        
        # Installation
        
        ## GitHub
        
        ```bash
        $ git clone https://github.com/CITGuru/netty-finder-python.git
        $ cd netty-finder-python
        $ python setup.py install
        ```
        
        ## PyPI
        
        ```bash
        $ pip install netty_finder
        ```
        
        # Usage
        
        ```python
        
        from netty_finder import Network
        
        detector = Network("08182315466")
        network_name = detector.get_network_name()
        print(network_name)
        
        # >>> 9mobile
        
        ```
        
        # About Author
        
        This was originally built by Bolaji Ayodeji so all rights goes to him, I only interpreted the javascript code to python
        
        # Contribution
         
        For now, I dont accept contributions except its from the javascript netty_finder, so I suggest you contribute there. Any changes from there will be added to the python version
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
