Metadata-Version: 2.1
Name: graphistry
Version: 0.14.0
Summary: Visualize node-link graphs using Graphistry's cloud
Home-page: https://github.com/graphistry/pygraphistry
Author: The Graphistry Team
Author-email: pygraphistry@graphistry.com
License: BSD
Download-URL: https://pypi.python.org/pypi/graphistry/
Description: 
        **PyGraphistry** is a visual graph analytics library to extract, transform, and
        load big graphs into `Graphistry's <http://www.graphistry.com>`_ GPU-cloud-accelerated
        explorer.
        
        PyGraphistry is...
        
        - **Fast & Gorgeous**: Cluster, filter, and inspect large amounts of data at
          interactive speed. We layout graphs with a descendant of the gorgeous
          ForceAtlas2 layout algorithm introduced in Gephi. Our data explorer connects
          to Graphistry's GPU cluster to layout and render hundreds of thousand of
          nodes+edges in your browser at unparalleled speeds.
        
        - **Notebook Friendly**: PyGraphistry plays well with interactive notebooks
          like IPython/Juypter, Zeppelin, and Databricks: Process, visualize, and drill
          into with graphs directly within your notebooks.
        
        - **Batteries Included**: PyGraphistry works out-of-the-box with popular data
          science and graph analytics libraries. It is also very easy to use. To create
          the visualization shown above, download this dataset of Facebook communities
          from SNAP and load it with your favorite library
        
        
        Try It Out!
        -----------
        
        Tutorial and API docs are on
        `https://github.com/graphistry/pygraphistry <https://github.com/graphistry/pygraphistry>`_
        
Keywords: Graph,Network,Plot,Visualization,Pandas,Igraph,Jupyter,Notebook,Neo4j,Gremlin,Tinkerpop,RDF,GraphX,NetworkX,Splunk,Spark
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Provides-Extra: igraph
Provides-Extra: networkx
Provides-Extra: bolt
Provides-Extra: nodexl
Provides-Extra: dev
Provides-Extra: all
