Skip to content

Pypergraph is a Python package that enables secure wallet functionalities and interaction with Constellation Network APIs. It’s currently in alpha and not intended for production.

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

Note:
This package is currently in alpha. Since changes happen rapidly during development, this method might not provide the absolute latest version for testing if the package version was not bumped between releases.

  1. Install the package from PyPi:

    pip install pypergraph-dag
    

About

Pypergraph is a Python package that enables secure wallet functionalities and interaction with Constellation Network APIs. It’s currently in alpha and not intended for production.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages