Metadata-Version: 2.1
Name: nbdev-tutorial
Version: 0.0.4
Summary: new nbdev
Home-page: https://github.com/epochs19/nbdev_tutorial/tree/master/
Author: Neha
Author-email: epochs19@gmail.com
License: Apache Software License 2.0
Description: # Welcome to first nbdev tutorial
        > simple tutorial to say hello
        
        
        Proj trial 
        
        ## Install
        
        `pip install nbdev_tutorial`
        
        ## How to use
        
        calling method
        
        ```python
        say_hello("Neha")
        ```
        
        
        
        
            'Hello Neha!'
        
        
        
        ```python
        add_two_numbers(1001,2)
        ```
        
        
        
        
            1003
        
        
        
        ```python
        subtract_two_numbers(100,5)
        ```
        
        
        
        
            95
        
        
        
Keywords: first nbdev setup
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
