This repository was archived by the owner on Jul 30, 2026. It is now read-only.
Description Python 3.7.4 ( tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit ( AMD64) ] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import gogs_client
Traceback ( most recent call last) :
File " < st din > ", line 1, in < mo dul e>
File "C:\Program Files\Python37\lib\site-packages\gogs_client\__init__.py", line 1, in < mo dul e>
from gogs_client.auth import Authentication, Token, UsernamePassword
File "C:\Program Files\Python37\lib\site-packages\gogs_client\auth.py", line 4, in < mo dul e>
from gogs_client.entities import json_get
File "C:\Program Files\Python37\lib\site-packages\gogs_client\entities.py", line 84, in < mo dul e>
class GogsRepo ( GogsEntity) :
File "C:\Program Files\Python37\lib\site-packages\gogs_client\entities.py", line 105, in GogsRepo
owner = attr.ib ( convert=lambda parsed_json: GogsUser.from_json(parsed_json))
TypeError: attrib ( ) got an unexpected keyword argument 'convert' ``` Reactions are currently unavailable