This repository was archived by the owner on Nov 13, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33![ Python Version] ( https://img.shields.io/badge/python-3.6-blue.svg )
44[ ![ pypi package] ( https://img.shields.io/pypi/v/NUAAiCal.svg )] ( https://pypi.python.org/pypi/NUAAiCal/ )
5+ ![ PyPI - Status] ( https://img.shields.io/pypi/status/NUAAiCal.svg )
56![ PyPI - License] ( https://img.shields.io/pypi/l/NUAAiCal.svg )
67
8+ Export the curriculum of NUAA to a ` .ics ` calendar file, in order to import
9+ class events to other calendars (e.g. Google Calendar).
710
811:us : English | :cn : [ 简体中文] ( /README_zh-hans.md )
912
Original file line number Diff line number Diff line change 22
33![ Python Version] ( https://img.shields.io/badge/python-3.6-blue.svg )
44[ ![ pypi package] ( https://img.shields.io/pypi/v/NUAAiCal.svg )] ( https://pypi.python.org/pypi/NUAAiCal/ )
5+ ![ PyPI - Status] ( https://img.shields.io/pypi/status/NUAAiCal.svg )
56![ PyPI - License] ( https://img.shields.io/pypi/l/NUAAiCal.svg )
67
78:us : [ English] ( /README.md ) | :cn : 简体中文
89
10+ 将南京航空航天大学的课程表(不含体育、实验等课程)导出成 ` .ics ` 日历格式,以将课程事件导入其他日历软件(如 Google Calendar)。
11+
912## 安装
1013
1114### PyPI 安装
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'NUAAiCal' ,
13- version = '0.3.3 ' ,
13+ version = '0.3.4 ' ,
1414 description = 'Generate NUAA curriculum to iCalendar file.' ,
1515 url = 'https://github.com/Triple-Z/NUAA-iCal-Python' ,
1616 author = 'TripleZ' ,
1717 author_email = 'me@triplez.cn' ,
18+ license = 'MIT' ,
1819 classifiers = [
1920 # How mature is this project? Common values are
2021 # 3 - Alpha
You can’t perform that action at this time.
0 commit comments