Skip to content

Pypergraph is a Python package that enables secure wallet functionalities, data signing and interaction with Constellation Network APIs.

License

Notifications You must be signed in to change notification settings

buzzgreyday/pypergraph

Repository files navigation

Pypergraph: Python SDK for Constellation Network


Pypergraph is a Python package that enables secure wallet functionalities and interaction with Constellation Network APIs. Inspired by DAG for JavaScript (DAG4JS).

View documentation here.

Read the Docs PyPI - Version Python Version from PEP 621 TOML LICENSE

Buy Me A Coffee


Installation

Setup Virtual Environment

  1. Ensure Python 3.9+ is installed.
    Installation instructions are available on python.org/downloads or via pyenv.

  2. Create a virtual environment:

    python -m venv venv
    
  3. Activate the virtual environment:

    • Linux/MacOS:

      source venv/bin/activate
      
    • Windows:

      .\venv\Scripts\activate
      

Install Through PyPI

  1. Install the package from PyPi:

    pip install pypergraph-dag
    

About

Pypergraph is a Python package that enables secure wallet functionalities, data signing and interaction with Constellation Network APIs.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages