Metadata-Version: 2.1
Name: nbdev-tests
Version: 0.0.1
Summary: test
Home-page: https://github.com/YolandaSunYS/nbdev-tests
Author: Ying Sun
Author-email: ying.sun@rakuten.com
License: Apache Software License 2.0
Keywords: n,b,d,e,v, ,j,u,p,y,t,e,r, ,n,o,t,e,b,o,o,k, ,p,y,t,h,o,n
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-tests
================

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

A deck of cards demo

## Install

``` sh
pip install nbdev_tests
```

## How to use

The lab provides a card class you can use to create, display and compare
playing card:

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

    3spade

Suits are numbered according to the list:

``` python
suits
```

    ['diamond', 'spade', 'heard', 'club']
