Metadata-Version: 2.0
Name: schoolsoftapi
Version: 0.3.0
Summary: SchooSoft API
Home-page: https://github.com/fossnio/schoolsoftapi
Author: William Wu
Author-email: william@pylabs.org
License: GPL 3
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests
Requires-Dist: xlrd

======================
全誼校務系統非官方 API
======================

緣起
====

由於全誼校務系統目前沒有提供可用的 API 可以用來撈取教師與學生的帳號等資訊，本專案提供了基本的 API 供程式開發者介接與擷取全誼校務系統的教師與學生帳號資訊。

功能
====

本專案提供以下功能：

1. 匯出學生資料
2. 匯出教師資料與職務
3. 新增/刪除教師帳號
4. 重設教師帳號密碼

文件
====

請參閱 http://schoolsoftapi.readthedocs.io 。

專案網址
========

本專案程式碼託管在 https://github.com/fossnio/schoolsoftapi ，patches welcome!

開發團隊
========

FOSS Ninja <contact@fossn.io>


