An official SDK library for the AGROBIOTA environment
Project description
AGROBIOTA SDK
This package contains the code for the Agrobiota Environment.
Usage
The AGROBIOTA SDK simplifies the integration and transformation of AGROBIOTA data. It is available for Python 3.12+ and can be installed using pip:
python3.12 -m pip install agrobiota-sdk
It can be used through a CLI or as a Python library.
CLI
The AGROBIOTA SDK CLI can be used to convert data between formats and perform other tasks. To do this, run the following command:
agb-sdk convert bioindex-to-tabular \
--input-path input.json \
--output-path output.xlsx
Python
The AGROBIOTA SDK can also be used as a Python library. To do this, import the SDK and use the available functions.
from agb_sdk.core.use_cases import convert_bioindex_to_tabular
convert_bioindex_to_tabular(
input_path="input.json",
output_path="output.xlsx",
resolve_taxonomies=True,
)
The library is constantly evolving and new features are being added. If you have any suggestions or feedback, please open an issue or contact us via email at bioinfo@biotrop.com.br.
This SDK was tested in Linux. It may work in other operating systems, but this is not guaranteed. For windows, we recommend using WSL (Windows Subsystem for Linux).
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 Distributions
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 agrobiota_sdk-0.1.0a5-py3-none-any.whl.
File metadata
- Download URL: agrobiota_sdk-0.1.0a5-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.3 Linux/6.14.0-24-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39cd2f87968689112450ec7f5a64dc69b4ba13ec1a615864e5fd9c3a8550a7fa
|
|
| MD5 |
016bdec43d3e310e6d3fd16bfeb249db
|
|
| BLAKE2b-256 |
faa83d3e755e4e4c01f0db0229ab07a82352df6b19923ba5bf9f19a24f8b0c88
|