scorelab / OpenSNA

OpenSNA - Extensible toolkit to analyze Social Network Data
Apache License 2.0
17 stars 21 forks source link

Not following PEP8; No requirements.txt #17

Closed Benjamin-Mueggenburg closed 5 years ago

Benjamin-Mueggenburg commented 5 years ago

Current code for both python files - main.py and OpenSNA do not fully follow the PEP8 standard (https://www.python.org/dev/peps/pep-0008/)

Furthermore there is not a requirements.txt allowing for dependencies to be installed through pip. Bonus if setup.py is added