Crates.io | iptmnet |
lib.rs | iptmnet |
version | 1.10.0 |
source | src |
created_at | 2022-08-30 02:31:54.608254 |
updated_at | 2023-03-29 19:43:11.484631 |
description | A convenient CLI for the IPTMNet API |
homepage | |
repository | https://github.com/AliSajid/iptmnet_client |
max_upload_size | |
id | 654891 |
size | 157,262 |
This project aims to develop a small cross-platform command line interface (CLI) for the IPTMNet API. The primary purpose of this is to be able to search the IPTMNet API for a given query and return the results in a format that is easy to read and understand. Additionally, this can be used to process a list of genes, kinases or phosphosites in parallel.
Platform | Rust Version | Status |
---|---|---|
Linux | stable beta nightly MSRV (1.64.0) |
|
Windows | stable beta nightly MSRV (1.64.0) |
|
macOS | stable beta nightly MSRV (1.64.0) |
|
As of the start of this project right now, my focus is on implementing the /search
endpoint. This endpoint is the primary endpoint that is used to search the IPTMNet API for a given enzyme or substrate. The goal for the v1.0.0 is to achieve complete parity with the IPTMNet API.
This project is licensed under the GNU General Public License 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/>.