Projet

Général

Profil

Development #38843

Mis à jour par Emmanuel Cazenave il y a environ 4 ans

<pre>
ecazenave@passerelle:~$ apt-cache policy python-cmislib
python-cmislib:
Installé : 0.5.1+dfsg-2
Candidat : 0.5.1+dfsg-2
Table de version :
*** 0.5.1+dfsg-2 500
500 http://deb.debian.org/debian stretch/main amd64 Packages
100 /var/lib/dpkg/status
ecazenave@passerelle:~$
ecazenave@passerelle:~$ python3
Python 3.5.3 (default, Sep 27 2018, 17:25:39)
[GCC 6.3.0 20170516] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from cmislib import CmisClient
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'cmislib'
>>>
</pre>

Pas de paquet python3-cmislib parce que upstream python3 non supporté.

Sur pypi on trouve https://pypi.org/project/cmislib3/ qui vient du fork aux messages de commits inquiétants https://github.com/luca-92/cmislib3/commits/master.
Qualité toujours on trouve https://github.com/concordusapps/python-cmislib manifestement pas maintenu.

Retour