GitflicApi wrapper
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gitflic-1.1.tar.gz
(11.9 kB
view details)
Built Distribution
gitflic-1.1-py3-none-any.whl
(12.3 kB
view details)
File details
Details for the file gitflic-1.1.tar.gz
.
File metadata
- Download URL: gitflic-1.1.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cf01cd010a37b68c002943042025d4799936f4fb4fee235a8dc0dfdd407e7a9 |
|
MD5 | 65747bd81cab47b53cf66dbbc8dcc294 |
|
BLAKE2b-256 | e1d8fcfb86f0af9f98d685a3dad0e97831aedb310546da7959435d0088ded9e9 |
File details
Details for the file gitflic-1.1-py3-none-any.whl
.
File metadata
- Download URL: gitflic-1.1-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fb72646f3a1b361ca800cdb8d47c3df05276b1ac661b4ec8d8720a0a941c644 |
|
MD5 | 2d14e7a19df6ce6d572bde154b29b5b7 |
|
BLAKE2b-256 | 764bbe33438178422b079b30fea8f607728de7baf6223111f52c3758410e2c5a |