Metadata-Version: 2.4
Name: aionostr-dvm
Version: 0.0.4
Summary: Simple Framework for NIP-89/90 Data Vending Machines using electrum-aionostr asyncio nostr library
Author-email: f321x <f@f321x.com>
License: MIT
Project-URL: Homepage, https://github.com/f321x/aionostr-dvm
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: electrum-aionostr[crypto]
Requires-Dist: certifi
Dynamic: license-file

# aionostr-dvm

Simple Framework for building basic NIP-89/90 Data Vending Machines with electrum-aionostr.

The NIP-89/90 specification is kind of a mess so this is mostly tested against the Amethyst client 
and might not work with other clients. Feel free to open PRs to improve things.

## Installation

```bash
pip install aionostr-dvm
```

## Usage

Check out this repository for an example of how to use this library:
https://github.com/f321x/notarized-notes-dvm
