You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
peix | 4 years ago | |
tests | 4 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 4 years ago | |
Jenkinsfile | 4 years ago | |
LICENSE.txt | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
requirements.txt | 4 years ago | |
requirements_dev.txt | 4 years ago | |
setup.py | 4 years ago | |
sonar-project.properties | 4 years ago |
README.md
peix
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.
License
peix
is licensed under the GPL 3, see LICENSE.txt.