gitflic
About
This is wrapper of gitflic API.
All API documentation is here: https://gitflic.ru/help/api/intro
Installation
Install via pip:
pip install gitflic
Example:
All examples in examples dir.
from gitflic import Gitflic, GitflicAuth
# Your authentication token.
# See: https://gitflic.ru/settings/oauth/token/create
token = "token_here"
# Creating authorized session with our token.
gf_session = GitflicAuth(token)
gf = Gitflic(gf_session)
# Call method to get authorized user from API.
user_me = gf.call("/user/me")
print(user_me)
Release files for gitflic 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gitflic-1.1.tar.gz | 11.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gitflic-1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.2 kB
Release files / gitflic-1.1.tar.gz
| Download URL | gitflic-1.1.tar.gz |
|---|---|
| Size | 11.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1cf01cd010a37b68c002943042025d4799936f4fb4fee235a8dc0dfdd407e7a9
|
|
BLAKE2b-256 checksum How to use checksums |
e1d8fcfb86f0af9f98d685a3dad0e97831aedb310546da7959435d0088ded9e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
|
Release files / gitflic-1.1-py3-none-any.whl
| Download URL | gitflic-1.1-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7fb72646f3a1b361ca800cdb8d47c3df05276b1ac661b4ec8d8720a0a941c644
|
|
BLAKE2b-256 checksum How to use checksums |
764bbe33438178422b079b30fea8f607728de7baf6223111f52c3758410e2c5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
|