CTYun ELB (2022-09-09) SDK Library for Python
Project description
================= CTyun OpenAPI SDK for Python
Setup
First, you need to create a virtual environment and activate it.
::
$ pip install virtualenv $ virtualenv .venv $ . .venv/bin/activate (.venv)$
For Windows users:
::
$ python -m pip install virtualenv $ python -m virtualenv .venv $ . .venv/Scripts/activate (.venv)$
Next, install pytest libs in the environment.
:: (.venv)$ python -m pip install -r requirements.txt (.venv)$ python -m pip setuptools (.venv)$ python setup.py install
Or build wheel and then install with pip
:: (.venv)$ python -m pip install build (.venv)$ python -m build -n (.venv)$ python -m pip install --force-reinstall dist/ctyunsdk_elb20220909-1.0.0-*.whl
Usage
To see a list of commands available, run::
(.venv)$ python ctyunsdk_elb20220909/tests/xxx.py
Cleaning Up
Finally, when done, deactivate your virtual environment::
:: (.venv)$ deactivate $
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ctyunsdk_elb20220909-1.0.0.tar.gz.
File metadata
- Download URL: ctyunsdk_elb20220909-1.0.0.tar.gz
- Upload date:
- Size: 57.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba554564457f135c506eaa3bab176f70058d683a74afcbcc4e035f4be576dd11
|
|
| MD5 |
97892e2096e75c5755f7c9d984049930
|
|
| BLAKE2b-256 |
68961eae2dd1f159cf08853ad32da6693333a03ee12faa38bd76b8f3bf79c6c3
|
File details
Details for the file ctyunsdk_elb20220909-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ctyunsdk_elb20220909-1.0.0-py3-none-any.whl
- Upload date:
- Size: 205.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c1ba0b8c3135f385b71bddf72d251170e1253f0b6ad33af9fa07869180def86
|
|
| MD5 |
c9208a7c742ed7ad6590f687cfc2f050
|
|
| BLAKE2b-256 |
14e2619ee071c132e90d58510c44ea71d9f6d80d20c064b5c4f6033b056c3af8
|