Metadata-Version: 2.1
Name: test-nbdev-py
Version: 0.0.8
Summary: cards
Home-page: https://github.com/bthek1/nbdev_template
Author: Benedict Thekkel
Author-email: bthekkel1@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
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
Requires-Dist: fastcore
Requires-Dist: pandas
Requires-Dist: tqdm
Provides-Extra: dev

# nbdev_template

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

This file will become your README and also the index of your
documentation.

## Install

Install using:

``` sh
pip install test-nbdev-py==0.0.1
```

or:

``` sh
conda install -c fastai nbdev_cards
```

## How to use

This lib provides a
[`Card`](https://bthek1.github.io/nbdev_template/card.html#card) class
you can use to create, display, and compare playing cards:

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

    3 D

Suits are numbered according to this list

``` python
suits
```

    ['C', 'D', 'H', 'S']
