├── .gitignore ├── changelog.md ├── example.py ├── readme.md ├── requirements.txt └── src └── PASS_NICE.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shy9-29/PASS-NICE/HEAD/.gitignore -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shy9-29/PASS-NICE/HEAD/changelog.md -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shy9-29/PASS-NICE/HEAD/example.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shy9-29/PASS-NICE/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | httpx==0.28.1 -------------------------------------------------------------------------------- /src/PASS_NICE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shy9-29/PASS-NICE/HEAD/src/PASS_NICE.py --------------------------------------------------------------------------------