Metadata-Version: 2.1
Name: arthub-api
Version: 0.0.1
Summary: ArHhub Python SDK
Home-page: 
Author: Joey Ding
Author-email: joeyding@tencent.com
License: Apache 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Provides-Extra: security
Provides-Extra: socks
Requires-Dist: PySocks (!=1.5.7,>=1.5.6) ; extra == 'socks'
Provides-Extra: use_chardet_on_py3
Requires-Dist: chardet (<6,>=3.0.2) ; extra == 'use_chardet_on_py3'

# Arthub SDK for python



This python project provides a series of API interfaces to access the ArtHub server



## Installing



You can install via pip.



```

pip install arthub_api

```



or build from source



```

git clone https://git.woa.com/arthub/arthub-python-sdk.git

cd arthub-python-sdk

python setup.py install

```



## Testing



We provide unit tests in ./test, you can use them with pytest



```

pytest ./tests

```



## Using the SDK



* Please refer to the SDK usage guide:

  [Usage Guide](./docs/usage_guide.md)

* If you have any questions, please contact joeyding on WeChat Work
