Graviti Python SDK
Graviti Python SDK is a python library to access Graviti Data Platform and manage your datasets. It provides a pythonic way to access your datasets by Graviti OpenAPI.
The offical Dropbox SDK for Python. Documentation can be found on Read The Docs. Installation Create an app via the Developer Console. Install via pip
Evernote SDK for Python Evernote API version 1.28 This SDK is intended for use with Python 2.X For Evernote's beta Python 3 SDK see https://github.com
iexfinance Python SDK for IEX Cloud. Architecture mirrors that of the IEX Cloud API (and its documentation). An easy-to-use toolkit to obtain data for
PyMedium - Unofficial Medium API PyMedium is an unofficial Medium API written in python flask. It provides developers to access to user, post list and
pyrax Python SDK for OpenStack/Rackspace APIs DEPRECATED: Pyrax is no longer being developed or supported. See openstacksdk and the rackspacesdk plugi
Scaleway SDK Python SDK to query Scaleway's APIs. Stable release: Development: Installation The package is available on pip. To install it in a virtua
Skyscanner Python SDK Important As of May 1st, 2020, the project is deprecated and no longer maintained. The latest update in v1.1.5 includes changing
___ __ _______ ________ ___ ___ ________ _________ ________ ___ ___ |\ \ |\ \|\ ___ \ |\ ____\|\ \|\ \|\ __ \|\___
This library provides easy access to the Buycoins API using the Python programming language. It provides all the feature of the API so that you don't need to interact with the API directly. This library can be used with Python 3.6+
example:
In [10]: schema # the array items is enum
Out[10]:
array(
items=enum(
values=['cat', 'dog'],
),
)
In [11]: data # the first array is an empty list
Out[11]: [[], ['cat', 'dog'], ['cat', 'dog'], ['cat', 'dog']]
In [12]: Series(data, schema) # creation fail
---------------------------------------------------------------------------
ArrowInvalid Traceback (most recent call last)
...
...
ArrowInvalid: Could not convert 'cat' with type str: tried to convert to int8
example:
In [8]: schema # the array items is enum
Out[8]:
record(
fields={
'a': array(
items=enum(
values=['cat', 'dog'],
),
),
},
)
In [9]: data # the first array is an empty list
Out[9]:
[{'a': []},
{'a': ['cat', 'dog']},
{'a': ['cat', 'dog']},
{'a': ['cat', 'dog']}]
In [10]: DataFrame(data, schema) # creation fail
---------------------------------------------------------------------------
ArrowInvalid Traceback (most recent call last)
...
...
ArrowInvalid: Could not convert 'cat' with type str: tried to convert to int8
Azure SDK for Python This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public
Azure SDK for Python This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public
Eto Labs Python SDK This is the python SDK for Eto, the AI focused data platform for teams bringing AI models to production. The python SDK makes it e
LUSID® Python SDK This is the Python SDK for LUSID by FINBOURNE, a bi-temporal investment management data platform with portfolio accounting capabilit
Magenta Voice Skill SDK Development • Support • Contribute • Contributors • Licensing Magenta Voice Skill SDK for Python is a package that assists in
Nasdaq Cloud Data Service (NCDS) Nasdaq Cloud Data Service (NCDS) provides a modern and efficient method of delivery for realtime exchange data and ot
CHOICE_TinyMan_Wrapper A wrapper that allows users to acquire Choice Coin directly through their Terminal using ALGO and various Algorand Standard Ass
Boto3 - The AWS SDK for Python Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to wri
Facebook Python SDK This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical
Box Python SDK Installing Getting Started Authorization Server-to-Server Auth with JWT Traditional 3-legged OAuth2 Other Auth Options Usage Documentat