├── .gitignore ├── LICENSE ├── README.md ├── REQUIREMENTS └── exitgather.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uforia/exitgather/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uforia/exitgather/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uforia/exitgather/HEAD/README.md -------------------------------------------------------------------------------- /REQUIREMENTS: -------------------------------------------------------------------------------- 1 | python-dateutil 2 | -------------------------------------------------------------------------------- /exitgather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uforia/exitgather/HEAD/exitgather.py --------------------------------------------------------------------------------