Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
2185a223
Commit
2185a223
authored
5 years ago
by
Moul
Committed by
Vincent Texier
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[enh]
#58
: Add copyright header statements on introduced source files
parent
fecd341e
No related branches found
No related tags found
2 merge requests
!94
Merge dev into master for release 0.56.0
,
!84
#58: WS2P support
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
duniterpy/api/ws2p/requests.py
+15
-0
15 additions, 0 deletions
duniterpy/api/ws2p/requests.py
duniterpy/documents/ws2p/messages.py
+15
-0
15 additions, 0 deletions
duniterpy/documents/ws2p/messages.py
duniterpy/helpers/ws2p.py
+15
-0
15 additions, 0 deletions
duniterpy/helpers/ws2p.py
with
45 additions
and
0 deletions
duniterpy/api/ws2p/requests.py
+
15
−
0
View file @
2185a223
"""
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import
json
import
json
import
re
import
re
from
duniterpy.api.bma.blockchain
import
BLOCK_SCHEMA
,
BLOCKS_SCHEMA
from
duniterpy.api.bma.blockchain
import
BLOCK_SCHEMA
,
BLOCKS_SCHEMA
...
...
This diff is collapsed.
Click to expand it.
duniterpy/documents/ws2p/messages.py
+
15
−
0
View file @
2185a223
"""
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import
json
import
json
from
typing
import
Optional
from
typing
import
Optional
...
...
This diff is collapsed.
Click to expand it.
duniterpy/helpers/ws2p.py
+
15
−
0
View file @
2185a223
"""
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import
jsonschema
import
jsonschema
from
duniterpy.api
import
ws2p
from
duniterpy.api
import
ws2p
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment