Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8f83319
up_rust_py package added
sachinkum0009 Feb 18, 2026
9e4e0cc
github repo links updated
sachinkum0009 Feb 18, 2026
0680ccf
minor changes
sachinkum0009 Feb 18, 2026
f96f1a2
update repository links to point to the Eclipse uProtocol organization
sachinkum0009 Mar 4, 2026
19653da
fix: update license format in pyproject.toml
sachinkum0009 Mar 4, 2026
a515a6f
fix: add license-files entry in pyproject.toml
sachinkum0009 Mar 4, 2026
5c7d072
removed 3.8 and 3.9 support to use pytest 9.0.2
sachinkum0009 Mar 4, 2026
ee6eb36
description updated regarding what it is and use for
sachinkum0009 Mar 4, 2026
3ee928e
removed the features of which bindings are not created yet
sachinkum0009 Mar 5, 2026
b6b1a3d
clean readme to include the example files instead of example code for…
sachinkum0009 Mar 5, 2026
7c4c7f2
mkdocs plugin updated to generated api docs from code
sachinkum0009 Mar 21, 2026
e91fb25
commented the features until implemented
sachinkum0009 Mar 21, 2026
5af044e
update usage guide to simplify examples and remove unnecessary code s…
sachinkum0009 Mar 21, 2026
c002aa8
clean the code
sachinkum0009 Mar 21, 2026
416d709
Add UStatusError exception handling to local transport module
sachinkum0009 Mar 26, 2026
5756378
Registration Error Exception added
sachinkum0009 Mar 26, 2026
ea0c611
examples updated to use UStatusError and RegistrationError
sachinkum0009 Mar 26, 2026
382fea2
Add SPDX license headers to all source and example files
sachinkum0009 Mar 26, 2026
36e77cb
Refactor feature definitions in Cargo.toml and pyproject.toml for cla…
sachinkum0009 Mar 26, 2026
8397cb3
removed the description of each script and format the code
sachinkum0009 Mar 29, 2026
eeaad87
Major refactoring of code
sachinkum0009 Mar 29, 2026
1232b21
readme updated and refactored
sachinkum0009 Mar 29, 2026
e198582
pre commit config added and files formatted
sachinkum0009 Mar 29, 2026
fa66fdf
PyPi installation instructions removed as not released to PyPi yet
sachinkum0009 Mar 31, 2026
93a7b41
Instructions updated to create virtualenv to build
sachinkum0009 Mar 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ target/

.vscode/
.idea/

# Python related ignores
__pycache__/
Loading