Skip to main content
XGraph
======

|PyPi| |MIT|

- Build Status(Windows/Linux)
|Build|

About
-----

Is an open-source graph package that contains algorithms for
undirected/directed graphs and its written in **Python3.6** .

Installation Instructions
-----
Install with **python3 -m pip install xgraph** or **pip3 install xgraph** .



Code Example
~~~~~~~~~~~~

.. code:: python

from XGraph import *

if __name__ == "__main__":

g = Graph() # Create the Graph instance

# Create the Weighted Edges
g.addEdge('a','b',1)
g.addEdge('b','c',2)
g.addEdge('c','a',3)
g.addEdge('c','d',6)

# Print the graph
printGraph(g)

.. |Build| image:: https://travis-ci.org/DigitMan27/XGraph.svg?branch=master
:target: https://travis-ci.org/DigitMan27/XGraph

.. |Pypi| image:: https://badge.fury.io/py/XGraph.svg
:target: https://badge.fury.io/py/XGraph

.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
:target: https://opensource.org/licenses/MIT

Download files

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

Source Distribution

XGraph-1.4.0.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file XGraph-1.4.0.tar.gz.

File metadata

  • Download URL: XGraph-1.4.0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for XGraph-1.4.0.tar.gz
Algorithm Hash digest
SHA256 d9d262a3d66e3b861975b784d09ddfee717b7bcf38c5e2a294e4f3dedcd57921
MD5 fe8e292dd6ca90c64329f20d3b69d126
BLAKE2b-256 1a9a4d0cd92bb47ac5ff432782a2c4cf7c7c2e85b6e39d22962c19c1e20413ba

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.4.0 This release

1 file

1.3.1

1 file

1.3.0

1 file

1.2.2

1 file

1.2

1 file

1.1

1 file

1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page