├── .gitignore ├── LICENSE ├── README.md ├── manager.py ├── manager.spec └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOldSong/ApolloProfileManager/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOldSong/ApolloProfileManager/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOldSong/ApolloProfileManager/HEAD/README.md -------------------------------------------------------------------------------- /manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOldSong/ApolloProfileManager/HEAD/manager.py -------------------------------------------------------------------------------- /manager.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOldSong/ApolloProfileManager/HEAD/manager.spec -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ClassicOldSong/ApolloProfileManager/HEAD/requirements.txt --------------------------------------------------------------------------------