Skip to content

Commit

Permalink
Updated docs + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Collen-Roller committed Sep 14, 2020
1 parent 7c15ddd commit 96d55f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
__pycache__
.DS_Store
.ipynb_checkpoints
.vscode
.vscode
build
dist
*.egg-info
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ with 2 and 3 letter ISO country codes following the ISO-3166 standard.

## Running the library

To run, you can simply include it in your python library using the following

from flydenity import parser
identifer = parser.ARParser()
nation_of_origin = ["AF1234"]

You can also run it from the command line

$ flydenity AF1234
{'AF1234': [{'nation': 'United States', 'description': 'general', 'iso codes': "['US', 'USA']"}]}

## Stats
In total, the dataset contains a total of 408 unique regular expressions to
describe aircraft tail numbers across 217 unique countries.
Expand Down

0 comments on commit 96d55f1

Please sign in to comment.