Added mongoeingin pylint plugin. First version of API and users module with respective tests.
nomad/api.py
0 → 100644
nomad/users.py
0 → 100644
pylint_mongoengine.py
0 → 100644
... | ... | @@ -2,6 +2,8 @@ minio |
requests | ||
celery[redis] | ||
elasticsearch-dsl>=6.0.0,<7.0.0 | ||
mongoengine | ||
flask-restful | ||
python-logstash | ||
gitpython | ||
ase | ||
... | ... |
tests/test_api.py
0 → 100644
Please register or sign in to comment