Skip to main content

ringity package

Project description

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

Uploaded Source

Built Distribution

ringity-0.0a17-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ringity-0.0a17.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for ringity-0.0a17.tar.gz
Algorithm Hash digest
SHA256 b3c4fe39a230ad667794a9f6cbbd78d0f7c2937c6675942079fe615d1b0ce280
MD5 76eb0ee878129fb5795880c3e918f027
BLAKE2b-256 6bd17a42c5502e9435ee0b2fdb073fac3eb48e19e04c11b4681bb7e63c76771e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ringity-0.0a17-py3-none-any.whl
  • Upload date:
  • Size: 16.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for ringity-0.0a17-py3-none-any.whl
Algorithm Hash digest
SHA256 a4efc34b27cf9e31a2ac7b54c31dcf9fb7f1def654f6877edc272c450c0e6f5e
MD5 ed74f3c00c5eebf2e7e016813ddc50b5
BLAKE2b-256 30a78863114e514508fde07b225186f29b93b7b34ec4bcdecfc4dec89f1cde79

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