Skip to content

Generates a library that parses FIXM data into Python classes

License

Notifications You must be signed in to change notification settings

sync-or-swim/pyfixm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

pyfixm is a library that contains Python wrappers for the FIXM XML Schemas, plus the US NAS extension for the FAA. Currently the library is built for FIXM v3.0, as this is what the FAA uses to publish data through SWIM.

Usage

import pyfixm
xml = pyfixm.parse("./fixm_file.xml")

Building pyfixm manually

To build pyfixm either use the suppled build-pyfixm PyCharm run configuration or by manually running scripts/build.py. Both methods build the library within a Docker image and then extract the built library to ./pyfixm on the host computer. Reminder to install Docker if you haven't already.

License

This project has two licenses. Because really what this repository creates is a transpilation of the FIXM XSD files, the generated library is treated as a distribution of the upstream and not a novel codebase and assumes no further copyright with the built library. Both components are licensed under the BSD 3-Clause, but the copyright holder is different.

Source Repo

The pyfixm library-generating source code is licensed under the BSD 3-Clause license.

Generated Library

The generated library (the part that gets published to PyPI) is licensed under the same license as the upstream FIXM XSD files. Note that the copyright is attributed to the FIXM copyright holders to avoid any copyright complexities.

About

Generates a library that parses FIXM data into Python classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published