OpenSNA
OpenSNA copied to clipboard
OpenSNA - Extensible toolkit to analyze Social Network Data
One of the issues that I encountered on the way of exploring the code is that the program isn't written in Python3, which is the latest, and used by a...
1, Project should add requirements.txt for installing when run the app. 2, READ.me should add Python version ( 2 or 3) 3, READ.me should add step by step to run...
 # Expected Behavior There should be Docker Integration In The Project Which can make it easier to deploy and run Project by using containers. # Current Behavior There is...
Travis should be integrated along with tests with the app. This helps to determine if any PR is breaking the functionality or not. Resources: [Travis for Python](https://docs.travis-ci.com/user/languages/python/)
Project doesn't contain requirements file in the main folder, so there is no easy way to setup project.
In some places of the code, we are using the variable names that are nor self-descriptive, nor really documented. Example: ```python # main.py g = Graph() g.load_graph(...) ``` In the...
The `README.md` file has no installation instructions and doesn't really help new users understand how they can use this library. We should add installation/setup instructions for `Linux`/`Mac` and `Windows` (it's...
As developers we need more instructions on readme file so we can setup this project and theres contributors New developers need more instructions on this project Ex:- How to install...
One issue I found was that there seemed to be no module named Decorator. I downloaded all the content from OpenSNA. I installed NetworkX, and it sensed properly. But then...