Skip to content

Lobster-Protocol/Python-bot-utils

Repository files navigation

Python-bot-utils

A toolbox to easily setup each bot for the algorithms (converts algo output into calldata)

Installation

Install from GitHub

You can install this library directly from GitHub using pip:

pip install git+https://github.com/Lobster-Protocol/Python-bot-utils.git

Or if you want to install a specific branch:

pip install git+https://github.com/Lobster-Protocol/Python-bot-utils.git@branch-name

Development Installation

For local development and contributing:

make venv
source .venv/bin/activate
make install

Usage

After installation, you can import the library in your Python code:

import python_bot_utils
# or import specific modules
from python_bot_utils import your_module

Development

Format the code:

make fmt

Ensure formatting is correct:

make check

About

A toolbox to easily setup each bot for the algorithms (converts algo output into calldata)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors