Metadata-Version: 2.1
Name: ifp-parser
Version: 0.1.1
Summary: 
Author: nicholas
Author-email: nicholas.dilmaghani@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: lark (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

# IFP_PARSER

**IMPORTANT NOTE**: THIS PROJECT IS INCOMPLETE.

A grammar based parser fpr International Flight Plan Messages. Based on Lark.

## References

FAA Form 7233-4 IFP Appendix A
<https://www.faa.gov/air_traffic/publications/atpubs/fs_html/appendix_a.html>

<http://flightatm.com/wp-content/uploads/2015/09/GEN_AFTN_Terminal_User_Manual.pdf>

