Metadata-Version: 2.1
Name: seafileapi-extended
Version: 1.0.3
Summary: Seafile Extended
Home-page: https://github.com/cedvict/seafileapi-extended
Author: Cedvict Loknov
Author-email: Cedvict Loknov <cedvict@gmail.com>
Maintainer-email: Cedvict Loknov <cedvict@gmail.com>
Project-URL: Documentation, https://github.com/haiwen/python-seafile/blob/master/doc.md
Keywords: Seafile,Seafile client,File storage,Cloud storage,File management
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: FastAPI
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

[![Build Status](https://secure.travis-ci.org/haiwen/python-seafile.svg?branch=master)](http://travis-ci.org/haiwen/python-seafile)

python-seafile
==============

python client for seafile web api

Doc: https://github.com/haiwen/python-seafile/blob/master/doc.md


## Build and publish

Refer to [https://packaging.python.org/en/latest/tutorials/packaging-projects/](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

Step:
- python -m build
- python -m twine upload --repository pypi dist/*
