Name | electrum-aionostr JSON |
Version |
0.0.7
JSON |
| download |
home_page | None |
Summary | asyncio nostr client |
upload_time | 2025-02-04 16:35:29 |
maintainer | None |
docs_url | None |
author | The Electrum developers |
requires_python | >=3.8 |
license | BSD License Copyright (c) 2023, Dave St.Germain Copyright (c) 2024-2025 The Electrum developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
nostr
asyncio
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# electrum-aionostr
asyncio nostr client
```
Free software: BSD license
Original Author: Dave St.Germain
Fork Author/Maintainer: The Electrum Developers
Language: Python (>= 3.8)
```
[](https://pypi.org/project/electrum-aionostr/)
[](https://cirrus-ci.com/github/spesmilo/electrum-aionostr)
This is a fork of [aionostr](https://github.com/davestgermain/aionostr) that does not require Coincurve.
## Features
* Retrieve anything from the nostr network, using one command:
```
$ aionostr get nprofile1qqsv0knzz56gtm8mrdjhjtreecl7dl8xa47caafkevfp67svwvhf9hcpz3mhxue69uhkgetnvd5x7mmvd9hxwtn4wvspak3h
$ aionostr get -v nevent1qqsxpnzhw2ddf2uplsxgc5ctr9h6t65qaalzvzf0hvljwrz8q64637spp3mhxue69uhkyunz9e5k75j6gxm
$ aionostr query -s -q '{"kinds": [1], "limit":10}'
$ aionostr send --kind 1 --content test --private-key <privatekey>
$ aionostr mirror -r wss://source.relay -t wss://target.relay --verbose '{"kinds": [4]}'
```
Set environment variables:
```
NOSTR_RELAYS=wss://brb.io,wss://nostr.mom
NOSTR_KEY=`aionostr gen | head -1`
```
### Maintainer notes
Release checklist:
- bump `__version__` in `__init__.py`
- write changelog?
- `$ git tag -s $VERSION -m "$VERSION"`
- build sdist (see [`contrib/sdist/`](contrib/sdist)):
- `$ ELECBUILD_COMMIT=HEAD ELECBUILD_NOCACHE=1 ./contrib/sdist/build.sh`
- `$ python3 -m twine upload dist/$DISTNAME`
Raw data
{
"_id": null,
"home_page": null,
"name": "electrum-aionostr",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "nostr, asyncio",
"author": "The Electrum developers",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/91/8b/95a16d58c8d02c6f8919fd41895c65312179d66abad5d70e9800c942ac61/electrum_aionostr-0.0.7.tar.gz",
"platform": null,
"description": "# electrum-aionostr\n\nasyncio nostr client\n\n```\nFree software: BSD license\nOriginal Author: Dave St.Germain\nFork Author/Maintainer: The Electrum Developers\nLanguage: Python (>= 3.8)\n```\n\n\n[](https://pypi.org/project/electrum-aionostr/)\n[](https://cirrus-ci.com/github/spesmilo/electrum-aionostr)\n\n\nThis is a fork of [aionostr](https://github.com/davestgermain/aionostr) that does not require Coincurve.\n\n\n## Features\n\n* Retrieve anything from the nostr network, using one command:\n\n```\n$ aionostr get nprofile1qqsv0knzz56gtm8mrdjhjtreecl7dl8xa47caafkevfp67svwvhf9hcpz3mhxue69uhkgetnvd5x7mmvd9hxwtn4wvspak3h\n$ aionostr get -v nevent1qqsxpnzhw2ddf2uplsxgc5ctr9h6t65qaalzvzf0hvljwrz8q64637spp3mhxue69uhkyunz9e5k75j6gxm\n$ aionostr query -s -q '{\"kinds\": [1], \"limit\":10}'\n$ aionostr send --kind 1 --content test --private-key <privatekey>\n$ aionostr mirror -r wss://source.relay -t wss://target.relay --verbose '{\"kinds\": [4]}'\n```\n\n\nSet environment variables:\n\n```\nNOSTR_RELAYS=wss://brb.io,wss://nostr.mom\nNOSTR_KEY=`aionostr gen | head -1`\n```\n\n\n### Maintainer notes\n\nRelease checklist:\n- bump `__version__` in `__init__.py`\n- write changelog?\n- `$ git tag -s $VERSION -m \"$VERSION\"`\n- build sdist (see [`contrib/sdist/`](contrib/sdist)):\n - `$ ELECBUILD_COMMIT=HEAD ELECBUILD_NOCACHE=1 ./contrib/sdist/build.sh`\n- `$ python3 -m twine upload dist/$DISTNAME`\n",
"bugtrack_url": null,
"license": " BSD License Copyright (c) 2023, Dave St.Germain Copyright (c) 2024-2025 The Electrum developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "asyncio nostr client",
"version": "0.0.7",
"project_urls": {
"Homepage": "https://github.com/spesmilo/electrum-aionostr",
"Repository": "https://github.com/spesmilo/electrum-aionostr"
},
"split_keywords": [
"nostr",
" asyncio"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "918b95a16d58c8d02c6f8919fd41895c65312179d66abad5d70e9800c942ac61",
"md5": "d80f608a9fb0be1e226fb61db107a1be",
"sha256": "e0b45d608977891c3bb4f6a4dee9a4e843fa661ceca31f81e7b992e65117070a"
},
"downloads": -1,
"filename": "electrum_aionostr-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "d80f608a9fb0be1e226fb61db107a1be",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 18712,
"upload_time": "2025-02-04T16:35:29",
"upload_time_iso_8601": "2025-02-04T16:35:29.067139Z",
"url": "https://files.pythonhosted.org/packages/91/8b/95a16d58c8d02c6f8919fd41895c65312179d66abad5d70e9800c942ac61/electrum_aionostr-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-04 16:35:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "spesmilo",
"github_project": "electrum-aionostr",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "electrum-aionostr"
}