This website works better with JavaScript.
Home
Help
Register
Sign In
juga
/
pygnunetrest
forked from
pEp.foundation/pygnunetrest
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add module docstrings
master
juga
2 years ago
parent
ff81c997a4
commit
f5212cf7fc
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pygnunetrest/gnunetrest.py
+5
-1
tests/test_gnunet.py
+ 1
- 0
pygnunetrest/gnunetrest.py
View File
@ -1,3 +1,4 @@
"""
GNUnet REST client following https://rest.gnunet.org/
"""
import
requests
import
socket
+ 5
- 1
tests/test_gnunet.py
View File
@ -1,4 +1,8 @@
# Examples for the Python GNUnet REST Connector
"""
Unit tests for the GNUnet REST client.
.
.
note
:
:
Each
of
them
depends
on
the
state
of
the
previous
one
.
"""
import
os
from
pygnunetrest
import
gnunetrest
Write
Preview
Loading…
Cancel
Save