Skip to main content

ringity package

Project description

ringity is a Python package for the analysis of complex networks with respect to their global ring structur.

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.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>

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.0a6.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

ringity-0.0a6-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ringity-0.0a6.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for ringity-0.0a6.tar.gz
Algorithm Hash digest
SHA256 11db55b805dcba5784d94f14bf7c4db21ef70bf512439a90ea727097341001c7
MD5 56ccf8363f256a7b53436eaa1d4c4058
BLAKE2b-256 38322a23fad972b0d1faf942ed6951d3d11cccbfbc0a535945962a26e74a66da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ringity-0.0a6-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for ringity-0.0a6-py3-none-any.whl
Algorithm Hash digest
SHA256 15cba9bc8d9574d713121a983ecaa7a85da7362775f45a590e64f99b27a12384
MD5 f390c3fa6282978b0474d41de65ff8ed
BLAKE2b-256 1d6dcf953bad98e4895b34c5d0e83ca26b492e603cc6e07c44095f9bab5b979e

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