# azkaban_client
client based on restful API
#### Create a project
```py
from azkaban import *
fetcher = CookiesFetcher(user, pwd)
project = Project('WillTest', 'first test', fetcher)
project.create_prj()
```
#### Upload zip file to the project
```py
project.upload_zip('/tmp/xxx.zip')
```
#### Get all flows from a prject
```py
project.fetch_flow()
```
client based on restful API
#### Create a project
```py
from azkaban import *
fetcher = CookiesFetcher(user, pwd)
project = Project('WillTest', 'first test', fetcher)
project.create_prj()
```
#### Upload zip file to the project
```py
project.upload_zip('/tmp/xxx.zip')
```
#### Get all flows from a prject
```py
project.fetch_flow()
```
Release files for azkaban-client 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| azkaban_client-0.0.7-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / azkaban_client-0.0.7-py2.py3-none-any.whl
| Download URL | azkaban_client-0.0.7-py2.py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9fa360b540a6ccc2c0ac686e7f411be2a4e7773ee1b566082c82a9fd089073c0
|
|
BLAKE2b-256 checksum How to use checksums |
818ee2981232da6d0e02a762437b16f655ac35e1fbd431c7ee15710c1ffca3c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |