25 个稳定版本
1.10.0 | 2023 年 3 月 29 日 |
---|---|
1.9.0 | 2023 年 3 月 27 日 |
1.7.1 | 2023 年 2 月 3 日 |
1.6.0 | 2022 年 10 月 27 日 |
1.2.0 | 2022 年 8 月 31 日 |
#215 in HTTP 客户端
93 每月下载量
40KB
577 行
IPTMNet API 客户端
本项目旨在开发一个针对 IPTMNet API 的小型跨平台命令行界面 (CLI)。主要目的是能够搜索 IPTMNet API 并以易于阅读和理解的方式返回结果。此外,还可以并行处理基因、激酶或磷酸化位点的列表。
构建
平台 | Rust 版本 | 状态 |
---|---|---|
Linux | 稳定 beta nightly MSRV (1.64.0) |
|
Windows | 稳定 beta nightly MSRV (1.64.0) |
|
macOS | 稳定 beta nightly MSRV (1.64.0) |
|
当前状态
截至本项目开始,我的重点是实现 /search
端点。这是用于在 IPTMNet API 中搜索给定酶或底物的主要端点。v1.0.0 的目标是与 IPTMNet API 完全一致。
许可
本项目采用 GNU 通用公共许可证 v3.0。
iptmnet A CLI interface to the IPTMNet Rest API
Copyright (C) 2022 Ali Sajid Imami
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
相关
依赖关系
~12–26MB
~438K SLoC