Latest version
- And there even is an installer for Python 3 on MS Windows. So, let's change that and get Pygame working with Python 3 under OS X. Make sure the thing in front of you is an Apple computer with an OS X operation system. I my case it was a MacBook Pro with OS X 10.6.6 'Snow Leopard'. You will need XCode, the Apple developer toolset.
- Python is a popular programming language that is widely used by beginners and longtime developers alike. Modern Mac OS versions come with Python 2.7.x installed (or Python 2.6.1 if an older Mac OS X version), but many Python users may need to update Python in Mac OS to a newer version like Python 3.8.x or newer.
If you installed Python3.8 using apt, the pip documentation advises against using the get-pip.py script. Be cautious if you are using a Python install that is managed by your operating system or another package manager. Get-pip.py does not coordinate with those tools, and may leave your system in an inconsistent state.
Released:
An asynchronous Python wrapper for the GitHub API, v4.
Project description
An asynchronous Python wrapper for GitHub API, v4.
Features
- Easy to use, modern Pythonic API using async/await syntax.
- 100% coverage of the supported GitHub API.
- All public-facing objects and methods are documented.
Installation
Python 3.5.2 or higher is required.
To install a final version of the wrapper do one of the following:
To install the development version of the wrapper do one of the following:
Examples
Fetch a repository’s license:
You can find more examples in the examples directory.
Release historyRelease notifications | RSS feed
0.5.0
0.3.3
Using Pip In Python 3
0.3.2
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
Pip Download For Python 2.7
0.1.1
0.1.0
0.1.0a0 pre-release
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size github.py-0.5.0-py3-none-any.whl (80.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes |
Filename, size github.py-0.5.0.tar.gz (37.0 kB) | File type Source | Python version None | Upload date | Hashes |
Hashes for github.py-0.5.0-py3-none-any.whl
Algorithm | Hash digest |
---|---|
SHA256 | 73da6d69efe46d57b18bc45faac1f54553ca84e79017cc3a8403e88e3270975f |
MD5 | 4acc25cc1e8e3f853fdb792fcc749541 |
BLAKE2-256 | 1f9d4fe368ac5f8e7945099939c3a918b6373d440c6440bf47993330c507e9c6 |
Hashes for github.py-0.5.0.tar.gz
Algorithm | Hash digest |
---|---|
SHA256 | c64a1d0b8ff08b5e64f91bb7bad7a6c7f9fafb20263c38967ca2b988b664b574 |
MD5 | bf3389ae30a13262984f482aa355cbdc |
BLAKE2-256 | 80b485b4b27113336562ebb7a38d8ee78c3c8b4b6a063bc88808f4fb6226949a |