Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
-
Updated
Jun 8, 2021 - Python
{{ message }}
Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Python Telegram bot api.
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers
Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Framework for large distributed pipelines
Fast topic modeling platform
Hearthstone simulator using C++ with some reinforcement learning
Call Wolfram Language functions from Python
Right now the macros for banded alignment like CUDAPOA_BANDED_MATRIX_RIGHT_PADDING are not shared between the kernel code and other sources that determine sizes for bands (such as in batch.cu). For now they're hard coded to specific numbers, but this is error prone. This needs to be fixed to the macros are shared between files.
sleigh craft!
When running the regression, the resulting logs seem to end up in third_party/tests/$TEST/.... This of course is not unnoticed by git, so a git status shows a ton of non-added new files added.
To reproduce:
make
make regression
git status # observe all the filesBuild or test artifacts should never clutter the rest of the code-base (we should regard them as read-only in
Persian, nonstandardly, uses ~ to separate variants. Fix these upstream, and then rescrape.
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Baba Is You simulator using C++ with some reinforcement learning
A python wrapper for News API.
a command-line interface to get a ride with Snapp (Snapp API)
Py-SPHViewer is a framework for rendering cosmological simulations in Python using the Smoothed Particle Hydrodynamics scheme.
A Python client for Infermedica API.
Predict age and gender from a first name
Python SDK to use FAX.PLUS API
The src/examples/server/pets.py file contains stubs for all the functions corresponding to the the operation IDs as defined in the petstore.yaml specification. However, only find_pets_by_status has any implementation, while all others
Python API for Open Food Facts (using a DB dump)
A python wrapper for Indian Railways Enquiry API!
Basic script to order data on Google Earth Engine using Python API
Python API and tools for the AU-AIR dataset
Python API for vFeed Vulnerability & Threat Intelligence Database Enterprise & Pro Editions
Add a description, image, and links to the python-api topic page so that developers can more easily learn about it.
To associate your repository with the python-api topic, visit your repo's landing page and select "manage topics."
Describe the bug
Clipping a DataFrame or Series using ints causes a cudf Failure because it won't handle the different dtypes (int and float)
Steps/Code to reproduce bug