-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
171 additions
and
164 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 @@ | ||
#Preflight |
Binary file added
BIN
+3.09 KB
mil_common/utils/mil_tools/scripts/mil-preflight/dist/mil_preflight-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file added
BIN
+2.35 KB
mil_common/utils/mil_tools/scripts/mil-preflight/dist/mil_preflight-0.1.2.tar.gz
Binary file not shown.
File renamed without changes.
File renamed without changes.
146 changes: 146 additions & 0 deletions
146
mil_common/utils/mil_tools/scripts/mil-preflight/poetry.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
mil_common/utils/mil_tools/scripts/mil-preflight/pyproject.toml
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,17 @@ | ||
[tool.poetry] | ||
name = "mil-preflight" | ||
version = "0.1.2" | ||
description = "" | ||
authors = ["Anthony Liao <[email protected]>","Keith Khadar <[email protected]>","Joshua Thomas <[email protected]>"] | ||
readme = "README.md" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
typer = {extras = ["all"], version = "^0.9.0"} | ||
|
||
[tool.poetry.scripts] | ||
preflight = "mil_preflight.main:app" | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
build-backend = "poetry.core.masonry.api" |
Empty file.
122 changes: 0 additions & 122 deletions
122
mil_common/utils/mil_tools/scripts/preflight/preflight.py
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
mil_common/utils/mil_tools/scripts/preflight/preflight_menus.py
This file was deleted.
Oops, something went wrong.
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 @@ | ||
python3 |
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 @@ | ||
/usr/bin/python3 |
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 @@ | ||
lib |
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,3 @@ | ||
home = /usr/bin | ||
include-system-site-packages = false | ||
version = 3.8.10 |
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