Readthedocs
pygithub.readthedocs.io › en › latest › introduction.html
Introduction — PyGithub 0.1.dev1+g7d1ba281e documentation
With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts.
GitHub
github.com › PyGithub › PyGithub
GitHub - PyGithub/PyGithub: Typed interactions with the GitHub API v3 · GitHub
Typed interactions with the GitHub API v3. Contribute to PyGithub/PyGithub development by creating an account on GitHub.
Starred by 7.7K users
Forked by 1.9K users
Languages Python 99.6% | Shell 0.4%
Videos
26:49
Building a REST API with GitHub Copilot: A beginner's guide - YouTube
27:54
Using Python Github API & PyGithub module to automate the process ...
04:52
How to use GitHub API using Python - Github API Tutorial - pygithub ...
00:15
How to Host Python Code Online with GitHub Gists - YouTube
06:55
Getting started with the Python client library - Creating our first ...
05:52
Getting started with the Python client library - Creating a Python ...
client_python
prometheus.github.io › client_python
client_python
This tutorial shows the quickest way to get started with the Prometheus Python library. ... from prometheus_client import start_http_server, Summary import random import time # Create a metric to track time spent and requests made. REQUEST_TIME = Summary('request_processing_seconds', 'Time ...
GitHub
github.com › kubernetes-client › python
GitHub - kubernetes-client/python: Official Python client library for kubernetes · GitHub
Using Stream will overwrite the requests protocol in core_v1_api.CoreV1Api() This will cause a failure in non-exec/attach calls. If you reuse your api client object, you will need to recreate it between api calls that use stream and other api calls. See more at exec example. To enable debug logging in the Kubernetes Python client, follow these steps:
Starred by 7.5K users
Forked by 3.5K users
Languages Python
GitHub
github.com › core-api › python-client
GitHub - core-api/python-client: Python client library for Core API.
data = client.action(document, ['flights', 'search'], params={ 'from': 'LHR', 'to': 'PA', 'date': '2016-10-12' }) The following schema and hypermedia formats are currently supported, either through built-in support, or as a third-party codec: ... Supports both Schemas & Hypermedia. ... Schema support. ... Schema support. ... Hypermedia support. Additionally, the following plain data content types are supported: ... Returns Python primitive types.
Starred by 182 users
Forked by 58 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › googleapis › google-api-python-client
GitHub - googleapis/google-api-python-client: 🐍 The official Python client library for Google's discovery based APIs.
Starred by 8.8K users
Forked by 2.6K users
Languages Python 94.1% | Shell 5.7% | Makefile 0.2%
PyPI
pypi.org › project › PyGithub
PyGithub · PyPI
» pip install PyGithub
GitHub
github.com › Open-EO › openeo-python-client
GitHub - Open-EO/openeo-python-client: Python client API for OpenEO · GitHub
See the openEO Python Client Library documentation for more details, examples and in-depth discussion.
Starred by 204 users
Forked by 49 users
Languages Python
Tableau
tableau.github.io › server-client-python › docs
Get Started
pip install git+https://github.com/tableau/server-client-python.git@development
GitHub
github.com › polygon-io › client-python
GitHub - massive-com/client-python: The official Python client library for the Massive.com REST and WebSocket API. · GitHub
If you're using pyenv to manage active Python versions then you might need to launch a Poetry shell before running Make commands in order to actually use your chosen Python version. This is because Poetry uses the system Python version by default. poetry shell # start shell poetry install # install deps make test # run your make commands · This client will attempt to follow the release cadence of our API.
Starred by 1.4K users
Forked by 346 users
Languages Python 99.7% | Makefile 0.3%
GitHub
github.com › gitpython-developers › GitPython
GitHub - gitpython-developers/GitPython: GitPython is a python library used to interact with Git repositories. · GitHub
GitPython needs the git executable to be installed on the system and available in your PATH for most operations. If it is not in your PATH, you can help GitPython find it by setting the GIT_PYTHON_GIT_EXECUTABLE=<path/to/git> environment variable.
Starred by 5.1K users
Forked by 968 users
Languages Python
GitHub
github.com › miesnerjac › Python-TCP-Socket-Programming
GitHub - miesnerjac/Python-TCP-Socket-Programming: A python web server that makes a TCP connection with a client, then parses the GET request, and sends back the raw html data. Additionally, a python web client that makes a TCP connection with a web server, sends a GET request for a file, and returns the raw data of the response. · GitHub
In this lab, you will learn the basics of socket programming for TCP connections in Python: how to create a socket, bind it to a specific address and port, as well as send and receive a HTTP packet.
Author miesnerjac
GitHub
github.com › modelcontextprotocol › python-sdk
GitHub - modelcontextprotocol/python-sdk: The official Python SDK for Model Context Protocol servers and clients · GitHub
This demonstrates the "throw error" pattern using UrlElicitationRequiredError. Use this pattern when the tool cannot proceed without user authorization. """ elicitation_id = str(uuid.uuid4()) # Raise UrlElicitationRequiredError to signal that the client must complete # a URL elicitation before this request can be processed.
Starred by 22.6K users
Forked by 3.3K users
Languages Python
Citrineinformatics
citrineinformatics.github.io › python-citrination-client › tutorial › search_examples.html
Search Client Examples — Python Citrination Client 6.4.0 documentation
# ... client initialization left out search_client = client.search # Construct a query which returns records in dataset 1160 # which have GaN as a chemical formula and have band gap # property values between 1.5 and 1.6 query = search_client.generate_simple_chemical_query(chemical_formula="GaN", property_name="Band gap", property_min=1.5, property_max=1.6) results = search_client.pif_search(query) # Get the ID of the first hit record_id = results.hits[0].id print(results.hits[0].extracted) # => { # u'property_units': u'eV', # u'property_value': u'1.57', # u'chemical_formula': u'GaN', # u'property_name': u'Band gap', # u'reference_doi': u'10.1038/s41524-017-0013-3' # }
Readthedocs
gitpython.readthedocs.io
GitPython Documentation — GitPython 3.1.46 documentation
© Copyright Copyright (C) 2008, 2009 Michael Trier and contributors, 2010-2015 Sebastian Thiel
GitHub
github.com › OpenCTI-Platform › client-python
GitHub - OpenCTI-Platform/client-python: OpenCTI Python Client · GitHub
OpenCTI Python Client. Contribute to OpenCTI-Platform/client-python development by creating an account on GitHub.
Starred by 144 users
Forked by 136 users
Languages Python