Skip to content

Commit 4911154

Browse files
authored
Merge pull request #6 from PTCInc/1.0-dev
1.0.0 Release
2 parents 8e189dc + 6aa079c commit 4911154

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1777
-1739
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@
88
#*.gitignore
99
*.pem
1010
_notes
11+
.vscode
1112

1213
_new*
1314
_test*
1415
_build*
16+
/docs
17+
mkdocs.yml
18+
1519
# Byte-compiled / optimized / DLL files
1620
__pycache__/
1721
*.py[cod]
@@ -24,7 +28,7 @@ __pycache__/
2428
.Python
2529
build/
2630
develop-eggs/
27-
# dist/
31+
dist/
2832
downloads/
2933
eggs/
3034
.eggs/
@@ -137,3 +141,4 @@ dmypy.json
137141

138142
# Pyre type checker
139143
.pyre/
144+

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ SDK allows for *GET*, *ADD*, *DELETE*, and *MODIFY* functions for the following
2323
Note (*) - UA Endpoints supported for Kepware Edge only
2424

2525
Driver specific features:
26+
2627
| Driver | Features |
2728
| :----------: | :----------: |
2829
|GE Ethernet Global Data|Exchanges, Ranges and Name Resolutions|
@@ -38,7 +39,7 @@ Configuration API *Services* implemented:
3839

3940
| Services | TKS/KEP | TKE |
4041
| :----------: | :----------: | :----------: |
41-
| **TagGeneration** <br /> *(not supported by all drivers)* | Y | Y |
42+
| **TagGeneration** <br /> *(for supported drivers)* | Y | Y |
4243
| **ReinitializeRuntime** | Y* | Y |
4344

4445
Note (*) - Reinitialize service was implemented for Kepware Server v6.8+
@@ -47,16 +48,16 @@ Generic REST methods are provided to use for functions not developed in SDK pack
4748

4849
## Known Limitations
4950

50-
- Other property configruation for more complex drivers are not explicitly defined
51+
- Other property configuration for more complex drivers with objects besides channels, devices, tags and tag groups are not explicitly defined
5152
- Other supported plug-ins (EFM Exporter, Scheduler, etc) are not defined
5253
- When using hostnames (not IP addresses) for connections, delays may occur under certain network configurations as the connection may attempt IPv6 connections first. IPv6 is not supported by Kepware servers at this time.
5354

5455
## Installation
5556

56-
PIP packages can be found in the [dist](dist) folder to install. Installation can be done manually using the following:
57+
Package can be installed with `pip` using the following:
5758

5859
```cmd
59-
pip install kepconfig-<version>-py3-none-any.whl -f ./ --no-index
60+
pip install kepconfig
6061
```
6162

6263
## Key Concepts
-18.8 KB
Binary file not shown.

dist/kepconfig-1.0b2.1.tar.gz

-13.7 KB
Binary file not shown.

dist/kepconfig-1.0b3-py3-none-any.whl

-30.2 KB
Binary file not shown.

dist/kepconfig-1.0b3.tar.gz

-20.2 KB
Binary file not shown.

dist/kepconfig-1.0b4-py3-none-any.whl

-32.3 KB
Binary file not shown.

dist/kepconfig-1.0b4.tar.gz

-17.8 KB
Binary file not shown.

dist/kepconfig-1.0b5-py3-none-any.whl

-38.5 KB
Binary file not shown.

dist/kepconfig-1.0b5.tar.gz

-19.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)