Metadata-Version: 2.1
Name: singleline-dataset
Version: 0.0.2
Summary: Processing Single Line Drawing Data to Train SketchRNN
Home-page: https://github.com/andrewlook/singleline_dataset
Author: Andrew Look
Author-email: andrew.m.look@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
Requires-Dist: lxml
Requires-Dist: svgpathtools
Requires-Dist: rdp
Requires-Dist: numpy
Requires-Dist: svgwrite
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pyautotrace
Requires-Dist: Pillow
Requires-Dist: fastai
Requires-Dist: fastcore
Requires-Dist: faiss-cpu
Provides-Extra: dev
Requires-Dist: nbdev ; extra == 'dev'
Requires-Dist: jupyterlab ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'

# singleline_dataset

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

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

## Install

```sh
pip install singleline_dataset
```

## How to use

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

```python
1+1
```

    2


