Unipressed
Comprehensive Python client for the Uniprot REST API
File Explorer
Download Latest Version (.zip)- build.yaml
- docs.yaml
- __init__.py
- datasets.py
- generate_fields.py
- README.md
- uniprot_types.py
- validate.py
- __init__.py
- generate.py
- README.md
- __init__.py
- util.py
- mathjax.js
- docstrings.png
- enum_values.png
- field_completion.png
- query_keys.png
- index.md
- test_dataset.py
- test_fetch_many.py
- test_fetch_one.py
- test_request.py
- test_serialize_query.py
- test_validate_fields.py
- test_id_mapping.py
- __init__.py
- arba.py
- citations.py
- database.py
- diseases.py
- keywords.py
- locations.py
- proteomes.py
- taxonomy.py
- uniparc.py
- uniprotkb.py
- uniref.py
- unirule.py
- __init__.py
- arba.py
- citations.py
- core.py
- database.py
- diseases.py
- keywords.py
- locations.py
- proteomes.py
- search.py
- taxonomy.py
- type_vars.py
- uniparc.py
- uniprotkb.py
- uniref.py
- unirule.py
- __init__.py
- core.py
- types.py
- __init__.py
- util.py
- .gitignore
- .pre-commit-config.yaml
- build_readme.sh
- CHANGELOG.md
- design.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.ipynb
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/multimeric/Unipressed
Downloads the entire project code from GitHub to your computer.
cd Unipressed
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install unipressed
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
poetry add unipressed
Type this command into your terminal and run it.
pip install unipressed
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
