Metadata-Version: 2.1
Name: asocialgraph
Version: 1.0.1
Summary: Social Graph API
Author: Graphy
Description-Content-Type: text/markdown
License-File: LICENSE

# Social Graph API v1

<a href="https://t.me/friendly_graph_bot">Social Graph</a> - a product for analyzing social connections based on digital representations of individuals.

Social Graph API <a href="https://pypi.org/project/asocialgraph/">pypi</a>, <a href="https://github.com/asocial-graph/social-graph-api">repository</a>

# Setup
pip install asocialgraph

# Usage
```python
import asocialgraph

sg = asocialgraph.SocialGraph()

print(sg.info())
```
