Metadata-Version: 2.4
Name: cuhkit
Version: 1.0.0
Summary: A CLI-oriented Python package for handling cuhHub Stormworks projects (addons/mods).
Home-page: https://github.com/cuhHub/cuhkit
Author: Cuh4
License: Apache License 2.0
Project-URL: Source, https://github.com/cuhHub/cuhkit
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: annotated-types==0.7.0
Requires-Dist: build==1.4.2
Requires-Dist: certifi==2026.2.25
Requires-Dist: charset-normalizer==3.4.6
Requires-Dist: click==8.3.1
Requires-Dist: colorama==0.4.6
Requires-Dist: coloredlogs==15.0.1
Requires-Dist: humanfriendly==10.0
Requires-Dist: idna==3.11
Requires-Dist: iniconfig==2.3.0
Requires-Dist: packaging==26.0
Requires-Dist: pluggy==1.6.0
Requires-Dist: pydantic==2.12.5
Requires-Dist: pydantic_core==2.41.5
Requires-Dist: Pygments==2.20.0
Requires-Dist: pyperclip==1.11.0
Requires-Dist: pyproject_hooks==1.2.0
Requires-Dist: pyreadline3==3.5.4
Requires-Dist: pytest==9.0.2
Requires-Dist: requests==2.33.0
Requires-Dist: typing-inspection==0.4.2
Requires-Dist: typing_extensions==4.15.0
Requires-Dist: urllib3==2.6.3
Dynamic: license-file

# cuhkit

## 📚 | Overview
cuhkit, a CLI to streamline the development of cuhHub addons and mods, featuring:
- Addon/mod publishing (publishing addon/mod to cuhHub servers)
- Addon building (combining .lua files, syncing to game, etc.)
- todo

## ⚙️ | Installing
- Use `pip install cuhkit --upgrade`
- Run with `py -m cuhkit` or `cuhkit` if in PATH.

Requires Python 3.13+ (untested on earlier versions).

## ✨ | Credit
- **Cuh4** ([GitHub](https://github.com/Cuh4)) 
