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

Uploaded Source

Built Distribution

ringity-0.0a14-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ringity-0.0a14.tar.gz
  • Upload date:
  • Size: 14.5 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.0a14.tar.gz
Algorithm Hash digest
SHA256 7cd3a0a5f7b403a3c841bfea29f6379e38febd33a5f3880950f40560f684005c
MD5 6d8fbf5efe29ddf161946bb6af5ff610
BLAKE2b-256 8930af39c7cc00e5f3d6c427148629078068da4e6323f4fcec1005c0fc4ec236

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ringity-0.0a14-py3-none-any.whl
  • Upload date:
  • Size: 17.6 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.0a14-py3-none-any.whl
Algorithm Hash digest
SHA256 a010d6efa295fbd08406e3bdd8720a039d872f783542727a7c651f4b06903398
MD5 d0583377b9bcf16100c4a4a125de4cd5
BLAKE2b-256 d69521c57291f94027fbcd2e08c4fc1a888d603ef5b2c22aafae60d52826a5d9

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