Apigee python client.
Project description
Apigee - Python
|pypi| |build| |coverage| |license|
In this repository, you'll find all the information about integrating Apigee with Python.
What is Apigee?
Apigee helps you to:
- Interact with the apigee edge api
Create a free Apigee Account
- Go to
Apigee_ and click Sign Up.
Installation
You can install the apigee Python SDK using the following command.
.. code-block::
pip install apigee-python
For python3, use the following command
.. code-block::
pip3 install apigee-python
Management SDK Usage
To use the management library you will need to instantiate an Apigee object
from apigee_python.v1.organizations import Apis
org_name = 'myorg'
username = 'xxx'
password = 'xxx'
client = Apis(org_name, username, password)
results = client.get()
print(results)
Project details
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 apigee-python-0.0.6.tar.gz.
File metadata
- Download URL: apigee-python-0.0.6.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8e0246fcf4aa2a15c90557c2053a34c3983378a51eb0f6faa2ae4e7899ba904
|
|
| MD5 |
d4e718bf6f807cc46cbc43a243c3a3b2
|
|
| BLAKE2b-256 |
f6dfd702f5f82d3ab899b15fca97d35dfd9f8f6852e80a7ec7eb1b1c8b18b82f
|
File details
Details for the file apigee_python-0.0.6-py3-none-any.whl.
File metadata
- Download URL: apigee_python-0.0.6-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dba1abba00573b4bca49fdf112a1be32c60017aa0120ecc59bf4769eebae61f0
|
|
| MD5 |
cc5095304edd20299b423fb7cc514b5b
|
|
| BLAKE2b-256 |
61d72e0756adeb0d6850a1880cd42df06e0010b6c5097664ebd28c0434713f88
|