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
Maestral - A light-weight and open-source Dropbox client for macOS and Linux
A simple tool which automate commands of discord economy bots. Fully configurable using an intuitive configuration made in YAML
arweave-nft-uploader arweave-nft-uploader is a Python tool to improve the experience of uploading NFTs to the Arweave storage for use with the Metaple
Clipping' n Grafting Presenting you, 🎉 Clippin' n Grafting 🎉 , your very own ecommerce website displaying all your artsy-craftsy stuff. Not only the
Portaluna An alternative launcher for Lunar Client which is aimed at portability and functionality. Features Portable. Lightweight. Functional. Note:
Anigame Sniper Gen-3 Features Inbuilt Spammer Responds to your messages in discord (on/off) Snipes only where you want it to Set latency so that the b
Auto Liker, Auto Reaction, Auto Comment, Auto Follower Tool. RajeLiker Credit Hacker. Unlimited RajeLiker Credit Hack. Thanks To RajeLiker.
Red Mail Next generation email sender What is it? Red Mail is an advanced email
RoProxy A Discord webhook proxy passthrough for roblox. Setup Your port and endpoint are in the config.json, make sure both app.py and config.json are
Overview Wunderpy2 is a thin Python library for accessing the official Wunderlist 2 API. What does a thin library mean here? Only the bare minimum of
TrelloX Trellox Tool is written in Python3 and designed to list and pull Trello boards. It can be used by penetration testers/bug bounty hunters to de
Discord.py-MaxEmbeds An EmbedBuilder for Discord bots in Python. You need discord.py to use this module. Installation Step 1 First you have to install
JJ2-server-status-discord-bot Discord bot that displays Jazz Jackrabbit 2 server status, current gamemode as "Playing.." status How to setup: 0. Downl
Remove BG Bot A telegram photos or videos background remover bot Variables API_HASH Your API Hash from my.telegram.org API_ID Your API ID from my.tele
Faster Twitch Alerts What is "Faster Twitch Alerts"? Faster Twitch Alerts is a highly customizable, lightning-fast alternative to Twitch's slow mobile
CryptoBar A very simple MenuBar app that shows the price of the following crypto
OpenWeatherMap Telegram Alert Send OpenWeatherMap alerts (One Call API) to telegram users. Installation Requirements: $ apt install python3-yaml pytho
数字货币动态趋势网格,随着行情变动。目前实盘月化10%。目前支持币安,未来上线火币、OKEX。
AWS Data Engineering Pipeline This is a repository for the Duke University Cloud Computing course project on Serverless Data Engineering Pipeline. For
BattleshAPy The Python SDK for the BattleshAPI game Installation This library will be eventually going on PyPI, but until then, simply clone or downlo