Metadata-Version: 2.1
Name: nbdev-othmane-test
Version: 0.0.1
Summary: Testing nbdev lib
Home-page: https://github.com/Othmane796/nbdev-othmane-test
Author: Othmane Hamzaoui
Author-email: othmanehamzaoui@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
Provides-Extra: dev
License-File: LICENSE

# nbdev-othmane-test

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

A deck of cards demo of [nbdev](htttps://nbdev.fast.ai) based on ideas
from [Think Python 2](https://greenteapress.com/wp/think-python-2e/) by
Allen B. Downey

## Install

Install using:

    pip install nbdev-othmane-test

or:

    conda install -c fastai nbdev-othmane-test

## How to use

This lib privdes a
[`Card`](https://Othmane796.github.io/nbdev-othmane-test/card.html#card)
class you can use to create, display and compare playing cards:

```python
Card(1,3)
```

    3♦️


