Metadata-Version: 2.1
Name: nbdev-tutorial
Version: 0.0.1
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
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

# Welcome to first nbdev tutorial
> simple tutorial to say hello


Proj trial 

## Install

`pip install your_project_name`

## How to use

calling method

```python
say_hello("Neha")
```




    'Hello Neha!'




