Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjun0812/kunai
https://github.com/mjun0812/kunai
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjun0812/kunai
- Owner: mjun0812
- License: mit
- Created: 2021-11-10T06:32:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T17:14:42.000Z (9 months ago)
- Last Synced: 2024-04-27T18:27:40.626Z (9 months ago)
- Language: Python
- Size: 823 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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