All Projects → globus → Globus Sdk Python

globus / Globus Sdk Python

Licence: other
Globus SDK for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Globus Sdk Python

Stelace
Open-source marketplace backend in Node.js, empowering Web platforms with Search API, Automation, Auth, Headless CMS… ⚡ 💻
Stars: ✭ 144 (+350%)
Mutual labels:  search, platform
food-help
A clone of popular food and business review web app yelp
Stars: ✭ 24 (-25%)
Mutual labels:  search, auth
Concourse
Distributed database warehouse for transactions, search and analytics across time.
Stars: ✭ 310 (+868.75%)
Mutual labels:  search, platform
Wechat
🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)
Stars: ✭ 870 (+2618.75%)
Mutual labels:  search
Keystonejs Auth
A Secure Star Wars API developed with KeystoneJS
Stars: ✭ 13 (-59.37%)
Mutual labels:  auth
Spimedb
EXPLORE & EDIT REALITY
Stars: ✭ 14 (-56.25%)
Mutual labels:  search
Rom Elasticsearch
Elasticsearch adapter for rom-rb
Stars: ✭ 30 (-6.25%)
Mutual labels:  search
Got Auth Service
A professional role-based-authorization(also supports resource and group) service with restful and graphql api for enterprise applications.
Stars: ✭ 12 (-62.5%)
Mutual labels:  auth
App Search Node
Elastic App Search Official Node.js Client
Stars: ✭ 29 (-9.37%)
Mutual labels:  search
Fast prototype
This is a machine learning framework that enables developers to iterate fast over different ML architecture designs.
Stars: ✭ 15 (-53.12%)
Mutual labels:  platform
Opensse
Open Sketch Search Engine- 3D object retrieval based on sketch image as input
Stars: ✭ 883 (+2659.38%)
Mutual labels:  search
Ikontist
Connect to Kontist, fetch transactions, create transfers etc.
Stars: ✭ 13 (-59.37%)
Mutual labels:  transfer
Scrapy Azuresearch Crawler Samples
Scrapy as a Web Crawler for Azure Search Samples
Stars: ✭ 20 (-37.5%)
Mutual labels:  search
Vscode Tsquery
TSQuery extension for Visual Studio Code
Stars: ✭ 13 (-59.37%)
Mutual labels:  search
Hapi Auth Keycloak
JSON Web Token based Authentication powered by Keycloak
Stars: ✭ 29 (-9.37%)
Mutual labels:  auth
Vanilla Select
Standalone replacement for select boxes.
Stars: ✭ 12 (-62.5%)
Mutual labels:  search
Openstack Policy Editor
A Casbin Policy Editor for OpenStack
Stars: ✭ 28 (-12.5%)
Mutual labels:  auth
Flexsearch
Next-Generation full text search library for Browser and Node.js
Stars: ✭ 8,108 (+25237.5%)
Mutual labels:  search
Cerebro
Open-source productivity booster with a brain
Stars: ✭ 7,181 (+22340.63%)
Mutual labels:  search
Pgsql Cluster Manager
Daemon and migration tool that manages Postgres cluster using etcd/corosync/pacemaker
Stars: ✭ 15 (-53.12%)
Mutual labels:  platform

.. image:: https://github.com/globus/globus-sdk-python/workflows/build/badge.svg?event=push :alt: build status :target: https://github.com/globus/globus-sdk-python/actions?query=workflow%3Abuild

.. image:: https://img.shields.io/pypi/v/globus-sdk.svg :alt: Latest Released Version :target: https://pypi.org/project/globus-sdk/

.. image:: https://img.shields.io/pypi/pyversions/globus-sdk.svg :alt: Supported Python Versions :target: https://pypi.org/project/globus-sdk/

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :alt: License :target: https://opensource.org/licenses/Apache-2.0

Globus SDK for Python

This SDK provides a convenient Pythonic interface to Globus <https://www.globus.org>_ APIs.

Basic Usage

Install with pip install globus-sdk

You can then import Globus client classes and other helpers from globus_sdk. For example:

.. code-block:: python

from globus_sdk import LocalGlobusConnectPersonal

# None if Globus Connect Personal is not installed
endpoint_id = LocalGlobusConnectPersonal().endpoint_id

Testing, Development, and Contributing

Go to the CONTRIBUTING <https://github.com/globus/globus-sdk-python/blob/main/CONTRIBUTING.adoc>_ guide for detail.

Links

| Full Documentation: http://globus-sdk-python.readthedocs.io/ | Source Code: https://github.com/globus/globus-sdk-python | API Documentation: https://docs.globus.org/api/ | Release History + Changelog: https://github.com/globus/globus-sdk-python/releases

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].