Metadata-Version: 2.4
Name: uas_standards
Version: 4.0.0
Summary: Data types and tools for working with standards related to uncrewed aircraft systems (UAS)
Author-email: InterUSS Platform <tsc@lists.interussplatform.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/interuss/uas_standards
Project-URL: Bug Tracker, https://github.com/interuss/uas_standards/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: implicitdict
Dynamic: license-file

# uas_standards

This library primarily provides data types and tools for working with standards related to uncrewed aircraft systems (UAS).

## Autogeneration

To regenerate autogenerated code:

* Update submodule reference to point to updated interface in [interfaces](./interfaces)
* From this root repo folder, `make apis`
* If necessary, `sudo chown -R $(id -un):$(id -gn) .` to change ownership of files if Docker created any with root permissions
