├── .gitignore ├── LICENSE ├── README.md ├── pyproject.toml └── src └── arch_checkfw.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GalaxySnail/arch-checkfw/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GalaxySnail/arch-checkfw/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GalaxySnail/arch-checkfw/HEAD/README.md -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GalaxySnail/arch-checkfw/HEAD/pyproject.toml -------------------------------------------------------------------------------- /src/arch_checkfw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GalaxySnail/arch-checkfw/HEAD/src/arch_checkfw.py --------------------------------------------------------------------------------