Metadata-Version: 2.1
Name: ericnbdev
Version: 0.0.3
Summary: UNKNOWN
Home-page: https://github.com/joaopcnogueira/ericnbdev/
Author: João Nogueira
Author-email: joao.nogueira@datarisk.io
License: Apache Software License 2.0
Keywords: nbdev
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
Provides-Extra: dev
License-File: LICENSE

EricNBDEV
================

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

## Install

``` sh
pip install ericnbdev
```

## How to use

Fill me in please! Don’t forget code examples:

``` python
from ericnbdev.core import soma
```

``` python
soma(3, 4)
```

    7


