Metadata-Version: 2.1
Name: dlid
Version: 0.1.6
Summary: My first Python library
Home-page: UNKNOWN
Author: Ivan Dolgushev
Author-email: ivandolgushev@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: torch

# DLID
A small Python Deep Learning library used to learn DL with the book online.

## Installation
```python
from dlid import data
```

