Metadata-Version: 2.1
Name: hello-nbdev-z
Version: 0.0.1
Summary: Hello World with Nbdev
Home-page: https://github.com/azaidi06/hello-nbdev-z
Author: azaidi06
Author-email: azaidi06@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev

hello-nbdev
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

Nbdev, supercharged software development: https://nbdev.fast.ai

This is a walkthrough of the tutorial from here:
https://nbdev.fast.ai/tutorials/tutorial.html

Make sure you are using nbdev \>= 2.3.4

## Install

``` sh
pip install hello_nbdev
```

## How to use

Our main functionality provides animal response/sounds for a given
prompt/name

``` python
say_meow('bob')
```

    'Meow bob!'

``` python
say_meow('buddy')
```

    'Meow buddy!'


