AnnoworkのCLI(Command Line Interface)
Project description
annowork-cli
AnnoworkのCLIです。
Requirements
- Python 3.11+
Install
$ pip install annoworkcli
Usage
認証情報の設定
.netrc
$HOME/.netrcファイルに以下を記載する。
machine annowork.com
login annowork_user_id
password annowork_password
環境変数
- 環境変数
ANNOWORK_USER_ID,ANNOWORK_PASSWORD - 環境変数
ANNOWORK_WORKSPACE_ID--workspace_idが必須のコマンドで未指定時に使用されます。
annoworkcli annofabコマンドを利用する場合
annoworkcli annofabコマンドはannofabのwebapiにアクセスするため、annofabのwebapiの認証情報を指定する必要があります。
- 環境変数
ANNOFAB_USER_ID,ANNOFAB_PASSWORDまたはANNOFAB_PAT
コマンドの使い方
# CSV出力
$ annoworkcli actual_working_time list_daily --workspace_id foo \
--start_date 2022-05-01 --end_date 2022-05-10 --output out.csv
$ cat out.csv
date,job_id,job_name,workspace_member_id,user_id,username,actual_working_hours,notes
2022-05-02,5c39a2e8-90dd-4f20-b0a6-39d7f5129e3d,MOON,52ff73fb-c1d6-4ad6-a185-64386ee7169f,alice,Alice,11.233333333333334,
2022-05-02,5c39a2e8-90dd-4f20-b0a6-39d7f5129e3d,MARS,c66acd58-c893-4908-bdcc-1414978bf06b,bob,Bob,8.0,
# workspace_idを環境変数で省略する
$ export ANNOWORK_WORKSPACE_ID=foo
$ annoworkcli actual_working_time list_daily \
--start_date 2022-05-01 --end_date 2022-05-10 --output out.csv
開発者向けの情報
https://github.com/kurusugawa-computer/annowork-cli/blob/main/README_for_developer.md
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
annoworkcli-3.14.3.tar.gz
(213.9 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
annoworkcli-3.14.3-py3-none-any.whl
(122.7 kB
view details)
File details
Details for the file annoworkcli-3.14.3.tar.gz.
File metadata
- Download URL: annoworkcli-3.14.3.tar.gz
- Upload date:
- Size: 213.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d204d40fbee85136a635ea193a131e16d6d5410e9e407d14247d3bcce81eb8f
|
|
| MD5 |
283ea44bf5fef9d06f1b50a6e46a6d0e
|
|
| BLAKE2b-256 |
c11cf1406520971f93ac18473cc6825e47314b15772511e050771c68098431d4
|
File details
Details for the file annoworkcli-3.14.3-py3-none-any.whl.
File metadata
- Download URL: annoworkcli-3.14.3-py3-none-any.whl
- Upload date:
- Size: 122.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a5c90592e49e1691045ea6c384a1837e76694cd856e8f93654faae60f5c39db
|
|
| MD5 |
023807c152678e8de3d15a17f005c138
|
|
| BLAKE2b-256 |
d6d448c53a997933f3a98922165fa5186c317a9935785afbcc6d7721f94089df
|