Skip to content
/ nostrpy Public

A python library and reference CLI tool implementing the nostr protocol

License

Notifications You must be signed in to change notification settings

yuvadm/nostrpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nostrpy

A python library and reference CLI tool implementing the nostr protocol. Still very much a work in progress.

  • BIP-340 Schnorr signatures using the reference Python implementation
  • Complete Pythonic API for the nostr protocol
  • Reference CLI tool implementing the nostr client and server

Supports Python 3.7 and up.

Usage

$ pip install nostr

Dev

For development it's best to use pipenv:

$ pipenv install -d
$ pipenv run test

About

A python library and reference CLI tool implementing the nostr protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages