Metadata-Version: 2.1
Name: pykaban
Version: 0.5.0
Summary: A Python client for Azkaban AJAX API with lite enhancement.Developed by xiaoshuai.
Home-page: https://github.com/xiaoshuai/pykaban
Author: xiaoshuai
Author-email: qixiaoshuai@outlook.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Monitoring
Requires-Dist: click (>=6.1)
Requires-Dist: requests (>=2.12.5)

pykaban
========================================
* 使用Python执行阿兹卡班的AJAX接口
* 使用Python创建阿兹卡班任务流程
* 使用Python管理阿兹卡班流程调度


A Python client for Azkaban AJAX API
----------------------------------------
目前已经完成如下接口
* 验证接口 ``api-authenticate``
* 创建项目接口 ``api-create-a-project``
* 删除项目接口 ``api-delete-a-project``
* 上传项目Zip包接口 ``api-upload-a-project-zip``
* 使用Cron灵活调度接口 ``api-flexible-schedule``

Create Flow with Pythonic API
----------------------------------------
规划中

Flow Schedule Support
----------------------------------------
* 自动解析工程目录下的 schedule.txt 文件，格式``flowname: 0 15 8 * * ? *``，并配置作业调度


