Metadata-Version: 2.1
Name: Xdcheckin
Version: 1.2.8
Summary: Chaoxing Checkin Tool for XDU.
Author-email: Pairman <pairmanxlr@gmail.com>
License: GNU General Public License v3 (GPLv3)
Project-URL: Homepage, https://github.com/Pairman/Xdcheckin
Keywords: xdu,xidian,chaoxing,livestream
Classifier: Framework :: Flask
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: JavaScript
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask
Requires-Dist: flask-session
Requires-Dist: pillow
Requires-Dist: pycryptodome
Requires-Dist: pyzbar
Requires-Dist: requests
Requires-Dist: requests-cache
Requires-Dist: waitress

# Xdcheckin
Don't use.

# Unusage
## APP
Don't checkout [releases](https://github.com/Pairman/Xdcheckin/releases/).

### Build
1. Install ```briefcase```.<br>
2. Clone this repo.<br>
3. Run ```briefcase package``` to build and package for your platform.


## Module
Clone this repo and ```pip install -e``` it as a module.

You can then import ```xdcheckin```, ```xdcheckin.core``` (core APIs) or ```xdcheckin.server``` (server implementation). It also provides the ```xdcheckin-server``` command to start a server at certain IP and port.

## Notes
### For Android
This APP doesn't use WebView on Android until upstream support, therefore it will open ```http://127.0.0.1:5001``` in your browser automatically.

### For Linux
This APP doesn't use WebView on Linux, therefore it will open ```http://127.0.0.1:5001``` in your browser automatically.

### For Windows
The APP needs [Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/en-US/download/details.aspx?id=40784)nto work on Windows. Please install [vcredist_x64.exe](https://download.microsoft.com/download/c/c/2/cc2df5f8-4454-44b4-802d-5ea68d086676/vcredist_x64.exe).
