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

Uploaded Source

Built Distribution

ringity-0.0a8-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ringity-0.0a8.tar.gz
  • Upload date:
  • Size: 11.8 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.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4

File hashes

Hashes for ringity-0.0a8.tar.gz
Algorithm Hash digest
SHA256 61ab87762c98445915912ae1f7ef286843d705d932a58d9ddeb7c0cc15e38801
MD5 4da5d9fd52b638e8ebde17288736f23e
BLAKE2b-256 315f9923c3efd04618949b33790fe29a0f706330d2d7f0b3ad1e6f83c0cdf409

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ringity-0.0a8-py3-none-any.whl
  • Upload date:
  • Size: 14.4 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.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4

File hashes

Hashes for ringity-0.0a8-py3-none-any.whl
Algorithm Hash digest
SHA256 3297ac7dec8936244a8894b8952655fed6f3f4e66dc7200ebc781e54f40a1a74
MD5 23032c1d19bf46532611b01f3f53c7c8
BLAKE2b-256 9837a0cb57e35ce832404f5746a9ba7263efab763237a59abad58448770f58c0

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