git clone https://git.phdru.name/mimedecode.git
git clone git://git.phdru.name/mimedecode.git
- Requires: Python 2.7 or Python 3.4+, m_lib.defenc 1.0+.
+ Requires: Python 2.7 or Python 3.4+, m_lib_defenc 1.1.1+.
Tests require: tox, m_lib 3.1+.
Recommends: configured mailcap database.
Installation script setup.py requires setuptools.
-mimedecode requires m_lib.defenc library. If you don't have it installed
+mimedecode requires m_lib_defenc library. If you don't have it installed
setup.py will try to download and install it before installing mimedecode.
Installation using pip:
--trusted-host phdru.name
--find-links=https://phdru.name/Software/Python/
-m_lib.defenc>=1.0
+m_lib_defenc>=1.1.1
setuptools
-m_lib.full>=1.0.1
+m_lib_full>=1.0.2
]
},
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
- install_requires=['m_lib.defenc>=1.0'],
+ install_requires=['m_lib_defenc>=1.1.1'],
tests_require=['m_lib>=3.1'],
)