|
2 years ago | |
---|---|---|
peix | 2 years ago | |
tests | 2 years ago | |
.gitignore | 2 years ago | |
.travis.yml | 2 years ago | |
Jenkinsfile | 2 years ago | |
LICENSE.txt | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
requirements.txt | 2 years ago | |
requirements_dev.txt | 2 years ago | |
setup.py | 2 years ago | |
sonar-project.properties | 2 years ago |
peix
is a pure-python implementation of the eix database format (https://github.com/vaeth/eix/blob/master/doc/eix-db.txt.in).
It can be used to read the eix database file or as a library to create own protocols based on the format.
peix
requires Python 3.4 or newer. It may work with previous versions of python, but it isn’t supported.
peix
is licensed under the GPL 3, see LICENSE.txt.