-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update pyproject.toml * renamed script lotuspc to lrpcg * Moved some files around
- Loading branch information
tzijnge
committed
Oct 17, 2024
1 parent
f9fa118
commit fe62b16
Showing
76 changed files
with
26 additions
and
29 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,16 @@ version = "0.1.0" | |
description = "A code generator for remote procedure calls on embedded systems" | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
license = { text = "MIT" } | ||
authors = [{ name = "T Zijnge", email = "[email protected]" }] | ||
license = { file = "LICENSE" } | ||
authors = [{ name = "T Zijnge" }] | ||
keywords = ["code generation", "embedded systems", "rpc"] | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: C++", | ||
"Topic :: Software Development :: Code Generators", | ||
"Topic :: Software Development :: Embedded Systems", | ||
] | ||
|
@@ -29,17 +28,17 @@ dependencies = [ | |
"click==8.1.7", | ||
] | ||
|
||
[project.optional-dependencies] | ||
serial = ["pyserial==3.5"] | ||
|
||
[project.urls] | ||
homepage = "https://github.com/tzijnge/LotusRpc" | ||
"Bug Tracker" = "https://github.com/tzijnge/LotusRpc/issues" | ||
"Documentation" = "https://github.com/tzijnge/LotusRpc/wiki" | ||
"Source Code" = "https://github.com/tzijnge/LotusRpc" | ||
|
||
[project.optional-dependencies] | ||
serial = ["pyserial==3.5"] | ||
|
||
[project.scripts] | ||
lotusrpc = "lrpc.lotusrpc:generate" | ||
lrpcg = "lrpc.lrpcg:run_cli" | ||
lrpcc = "lrpc.lrpcc:run_cli" | ||
|
||
[tool.setuptools.package-data] | ||
|
@@ -64,7 +63,6 @@ disable = ["line-too-long"] | |
allow-reexport-from-package = true | ||
|
||
[tool.mypy] | ||
exclude = "external" | ||
strict = true | ||
# Increase strictness of checks | ||
disallow_any_decorated = true | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.