Metadata-Version: 2.1
Name: pytypecho
Version: 1.0.0
Summary: Python Typecho Client (XMLRPC)
Home-page: https://github.com/veoco/PyTypecho
Author: Veoco
Author-email: one@nomox.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# PyTypecho
Python Typecho Client (XMLRPC)

## Status

### Functions
- [x] Post
  - [x] get Post/Posts
  - [x] new Post (Not fully tested!)
  - [x] edit Post
  - [x] delete Post
- [x] Page
  - [x] get Page/Pages
  - [x] new Page (Not fully tested!)
  - [x] edit Page
  - [x] delete Page
- [x] Category
  - [x] get Categories
  - [x] new Category
  - [x] delete Category(Not work)
- [x] Tag
  - [x] get Tags
- [x] Attachment
  - [x] get attachment/attachments
  - [x] new attachment
- [x] Comment
  - [x] get comment(Not work)/comments
  - [x] new comment
  - [x] edit comment
  - [x] delete comment

### Others
- [ ] Tests
- [ ] Documentations

## License
PyTypecho is released under the MIT License. See LICENSE for more information.

