Metadata-Version: 2.4
Name: doc2sqlite
Version: 0.0.1
Summary: A minimal toy package for doc2sqlite PyPI distribution.
Author-email: "Mr. ZeroingVoid" <zeroingvoid@nowhere.void.null>
License: MIT
Project-URL: Homepage, https://github.com/ZeroingVoid/doc2sqlite
Project-URL: Repository, https://github.com/ZeroingVoid/doc2sqlite
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# doc2sqlite

A minimal toy package for doc2sqlite PyPI distribution.

## Installation

```bash
pip install doc2sqlite
```

## Usage

```python
import doc2sqlite as d2s

d2s.hello()
```
