Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-asyncio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
opcua-asyncio
Commits
d86027a8
Commit
d86027a8
authored
May 12, 2015
by
Olivier R-D
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move add_{nodetype} out of Node
parent
b2ee9084
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
239 additions
and
214 deletions
+239
-214
docs/node.rst
docs/node.rst
+4
-2
opcua/__init__.py
opcua/__init__.py
+6
-0
opcua/node.py
opcua/node.py
+228
-211
setup.py
setup.py
+1
-1
No files found.
docs/node.rst
View file @
d86027a8
The Node O
bject
High level functions and Node o
bject
=========================================
.. autoclass:: opcua.node.Node
.. automodule:: opcua.node
:member-order: bysource
:members:
:undoc-members:
opcua/__init__.py
View file @
d86027a8
...
...
@@ -5,6 +5,12 @@ Pure Python OPC-UA library
from
opcua.binary_client
import
BinaryClient
import
opcua.uaprotocol
as
ua
from
opcua.node
import
Node
from
opcua.node
import
create_object
from
opcua.node
import
create_folder
from
opcua.node
import
create_variable
from
opcua.node
import
create_property
from
opcua.node
import
create_method
from
opcua.node
import
call_method
from
opcua.attribute_ids
import
AttributeIds
from
opcua.object_ids
import
ObjectIds
from
opcua.event
import
Event
...
...
opcua/node.py
View file @
d86027a8
This diff is collapsed.
Click to expand it.
setup.py
View file @
d86027a8
...
...
@@ -3,7 +3,7 @@ from distutils.command.install_data import install_data
setup
(
name
=
"freeopcua"
,
version
=
"0.9.
1
"
,
version
=
"0.9.
2
"
,
description
=
"Pure Python OPC-UA client and server library"
,
author
=
"Olivier Roulet-Dubonnet"
,
author_email
=
"olivier.roulet@gmail.com"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment