Metadata-Version: 2.1
Name: snvis
Version: 0.1.4
Summary: Social network visualising tool
Home-page: https://github.com/Callum-Irving/snvis
Author: Callum Irving
Author-email: callum.irving04@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: thefuzz (>=0.19.0)
Requires-Dist: python-igraph (>=0.9.8)
Requires-Dist: python-Levenshtein (>=0.12.2)
Requires-Dist: cairocffi (>=1.3.0)

# Social Network Visualiser (snvis)

This is a tool to visualise social networks from a spreadsheet of connections.

## Developing
To build a release, use `python -m build`, not `python setup.py sdist bdist_wheel`
I don't know why.

