Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mjun0812/kunai


https://github.com/mjun0812/kunai

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# kunai

My Python Package for Research and Utils.

## Install

```bash
pip install git+ssh://[email protected]/mjun0812/kunai.git

# upgrade
pip install git+ssh://[email protected]/mjun0812/kunai.git -U

# editable
git clone https://github.com/mjun0812/kunai.git
cd kunai
pip install -e .

# develop
git clone https://github.com/mjun0812/kunai.git
cd kunai
poetry install
```

## API Doc