Zerone 私募股权数据 CLI 工具
Project description
Zerone CLI
Zerone 私募股权数据命令行工具,通过 API Key 直接查询 Zerone 数据平台。
安装
pip install zerone-cli
快速开始
1. 配置 API Key
zerone config set-api-key YOUR_API_KEY
如何获取 API Key?请访问 https://ai.zerone.com.cn 注册账号后申请。
2. 查看帮助
zerone --help
3. 开始查询
# 搜索实体
zerone entity-search "字节跳动"
# 查询实体综合画像
zerone entity-profile "中国石油"
# 查询财务数据列表
zerone entity-financial-list "中国石油"
# 查询管理基金列表
zerone entity-managed-funds-list "深创投"
# 查询退出列表
zerone entity-exit-list "深创投"
# 查询投资列表
zerone entity-invest-list "深创投"
# 查询融资概率预测
zerone model-financing-probability "字节跳动"
命令列表
| 命令 | 说明 |
|---|---|
zerone config set-api-key |
设置 API Key |
zerone config set-server-url |
设置服务器地址(可选) |
zerone config show |
查看当前配置 |
zerone entity-search |
实体模糊搜索 |
zerone entity-profile |
查询实体综合画像 |
zerone entity-financial-list |
查询实体财务数据列表(分页) |
zerone entity-managed-funds-list |
查询管理基金列表(分页) |
zerone entity-exit-list |
查询退出列表(分页) |
zerone entity-invest-list |
查询投资列表(分页) |
zerone model-financing-probability |
查询融资概率预测模型 |
配置说明
配置文件保存在 ~/.zerone/config.yaml,支持以下环境变量覆盖:
| 环境变量 | 说明 |
|---|---|
ZERONE_API_KEY |
API Key |
ZERONE_SERVER_URL |
服务器地址 |
系统要求
- Python 3.9+
- 有效的 Zerone API Key
许可证
MIT
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
zerone_cli-0.1.1.tar.gz
(2.3 kB
view details)
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 zerone_cli-0.1.1.tar.gz.
File metadata
- Download URL: zerone_cli-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d00a62c1402def5ec49373169018e23112df68d389d0486eb73c52876119018d
|
|
| MD5 |
8fc6f05922b41995d8b9f13f0961524a
|
|
| BLAKE2b-256 |
217a1816e8b86ae67eae39f54dc7b5d9c863d24f8887ad1b43e4b3ee27a6437d
|
File details
Details for the file zerone_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: zerone_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b53b5cf8b365e3c9592d3f44b75406eea6854ee4345f8ea1d4879111d55dd5fd
|
|
| MD5 |
6ad9e831159b3dd4b0f318242cae01f8
|
|
| BLAKE2b-256 |
7dec9f45e8c86f29458451415eb6c6b98014ed02fdb60ca4ed798db691323db1
|