Metadata-Version: 2.4
Name: nekoript
Version: 0.1.1
Summary: 这是一个 python 脚本执行器，用于统一脚本运行入口，避免脚本名污染 shell 的变量。
Author-email: nek0x1a <neko@eroneko.eu.org>
Project-URL: Repository, https://github.com/nek0x1a/nekoript
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.25.1

## 介绍

这是一个 python 脚本执行器，用于统一脚本运行入口，避免脚本名污染 shell 的变量。

## 开发

```bash
git clone https://github.com/nek0x1a/nekoript.git
cd nekoript
uv sync
uv pip install -e .
```

## 安装

```bash
uv tool install nekoript
```

## 使用

```bash
nekoript [option] [[subcommand] [subcommand_args]]
```
