-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pypi_README.md: Add separate README for use in the pypi package
Signed-off-by: Øyvind Rønningstad <[email protected]>
- Loading branch information
1 parent
118a5e7
commit 267abdb
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
zcbor | ||
===== | ||
|
||
After installing, zcbor can be invoked on the command line as `zcbor`, or included as a module via `import zcbor`. | ||
|
||
This package has 2 uses: | ||
|
||
1. Schema-based validation and conversion of YAML/JSON/CBOR data. | ||
2. Generating C code that decodes/encodes and validates CBOR data according to a schema. | ||
|
||
The schema language used by zcbor is [CDDL](https://datatracker.ietf.org/doc/rfc8610/) which allows creating very advanced and detailed schemas. | ||
|
||
The PyPi package comes with a C library which is needed by the generated code. | ||
This C library also functions as a standalone CBOR C library, and is used in the [Zephyr RTOS](https://zephyrproject.org/). | ||
|
||
Please visit the [Github repository](https://github.com/NordicSemiconductor/zcbor) for more information about this Python package, and the C library. |
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
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