Skip to main content

ringity package

Project description

DOI license version

ringity is a Python package to analyze networks in their global ring structure.

Notes

This package is still under construction.

Simple example

Calculate ring score as described in [1]:

>>> import ringity as rng
>>> import networkx as nx
>>> G = nx.Graph()
>>> G.add_edges_from([(i%100,(i+1)%100) for i in range(100)])
>>> dgm = rng.diagram(G)
>>> dgm.ring_score
1

[1]: Paper not available yet.

Install

Install the latest version of ringity:

$ pip install ringity

Bugs

Please report any bugs that you find here. Or, even better, fork the repository on GitHub and create a pull request. All inputs, suggestions and changes are more than welcome!

License

Released under the MIT License (see LICENSE.txt):

Copyright (c) 2019 Markus K. Youssef <mk.youssef@hotmail.com>

How to cite

If you want to cite this package, please use the DOI: 10.5281/ZENODO.4908927

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ringity-0.2a6.tar.gz (38.7 kB view details)

Uploaded Source

Built Distribution

ringity-0.2a6-py3-none-any.whl (47.4 kB view details)

Uploaded Python 3

File details

Details for the file ringity-0.2a6.tar.gz.

File metadata

  • Download URL: ringity-0.2a6.tar.gz
  • Upload date:
  • Size: 38.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for ringity-0.2a6.tar.gz
Algorithm Hash digest
SHA256 8e33161dfb20f6eb9d1fb93e6390dccd17ae4ac8c006c362d0abd6946600b458
MD5 7c37ad400297cea02ca26f14de43582f
BLAKE2b-256 6b0b00305b721158177d603a9ff8793196cd982b5b2f204a28b020ae469cb855

See more details on using hashes here.

File details

Details for the file ringity-0.2a6-py3-none-any.whl.

File metadata

  • Download URL: ringity-0.2a6-py3-none-any.whl
  • Upload date:
  • Size: 47.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for ringity-0.2a6-py3-none-any.whl
Algorithm Hash digest
SHA256 c17140190343dee36b2152f1f0f50337871f281f0afa8c8abbdd61f9e8e9abeb
MD5 3b711b420e1f68931f144e6519b46ae2
BLAKE2b-256 6e9255d975ff9a8bfff79de0a32d367bea9cbcb0ec03956e163561fbeca70669

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page