Skip to content

cytomine/Cytomine-python-client

Folders and files

NameName
Last commit message
Last commit date
Apr 8, 2024
Feb 14, 2024
Feb 14, 2024
Jun 4, 2021
Mar 3, 2023
Mar 3, 2023
Apr 22, 2015
Feb 14, 2024
Feb 14, 2024
Feb 14, 2024
Feb 14, 2024

Repository files navigation

Cytomine-python-client

All data available from the Cytomine graphical interface can be manipulated programmatically from your computer. This page introduces the key concepts on how to interact with Cytomine without this graphical interface. Cytomine is a RESTful application. It means that the data stored and managed by Cytomine can be obtained through specific URLs. Contrary to the graphical interface, these URLs only provide relevant information data.

To ease interaction with Cytomine, the Cytomine API client for Python encapsulates all the technical details relative to the HTTP API so that you can manipulate Cytomine resources without complexity.

Install

pip install cytomine-python-client

For versions lower than 2.3.4, refer to manual installation guide.

Documentation

Examples

More about Cytomine