🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

arthub-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arthub-api

ArHhub Python SDK

1.9.6
PyPI
Maintainers
1

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

You can test under different domain by passing the parameter 'env'

pytest ./tests --env=oa_test
pytest ./tests --env=qq_test
pytest ./tests --env=oa
pytest ./tests --env=qq

Using the SDK

  • Please refer to the SDK usage guide: Usage Guide
  • If you have any questions, please contact joeyding on WeChat Work

For Developer

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts