Metadata-Version: 2.1
Name: ncellapp
Version: 1.0.1
Summary: Unofficial Python API Wrapper of Ncell
Home-page: https://github.com/hemantapkh/ncellapp
Author: Hemanta Pokharel
Author-email: hemantapkh@yahoo.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/hemantapkh/ncellapp/blob/main/README.md
Project-URL: Issue tracker, https://github.com/hemantapkh/ncellapp/issues
Description: ## Unofficial Python API Wrapper of Ncell
        
        This is the unofficial python API wrapper of Ncell App. With this wrapper, you can call almost all functions of the application.
        
        **Note:** This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Ncell or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use at your own risk.
        
        ## Installation
        - Install via [PyPi](https://www.pypi.org/project/ncellapp)
            ```bash
            pip install ncellapp
            ```
        
        - Install from the source
            ```bash
            git clone https://github.com/hemantapkh/ncellapp && cd ncellapp && python setup.py sdist && pip install dist/*
            ```
        **Note:** You may need to change the `pip` to `pip3` or `python` to `python3` on the above command depending on your system.
        
        ## Documentation
        
        See the documentation and examples [here](https://github.com/hemantapkh/blob/main/readme.md).
        
        ## License
        
        Distributed under the MIT License. See [LICENSE](https://github.com/hemantapkh/ncellapp/blob/main/LICENSE) for more information.
        
        -----
        Author/Maintainer: [Hemanta Pokharel](https://github.com/hemantapkh/)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.0
Description-Content-Type: text/markdown
