While I hold this library in great esteem for its excellent work on
implementing the original paper, I have several problems with it:
- as of this commit, it (again) has bug fixes unreleased on pip
- its code is badly structured
- forces OOP and then proceeds @staticmethod everything
- bad class design, parameters are repeated in several places
- terrible contract of make_record() and generate_signature()
- ambiguous parameters: path vs. image path vs. image content
- doesn't adhere to PEP-8
- depends on cairo just to render svg images almost no one uses this
library with
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
alembic>=0.8.5
|
|
pyyaml>=3.11
|
|
psycopg2>=2.6.1
|
|
SQLAlchemy>=1.0.12
|
|
pytest>=2.9.1
|
|
pytest-cov>=2.2.1
|
|
freezegun>=0.3.6
|
|
coloredlogs==5.0
|
|
pycodestyle>=2.0.0
|
|
scipy>=0.18.1
|
|
elasticsearch>=5.0.0
|
|
elasticsearch-dsl>=5.0.0
|