Metadata-Version: 2.4
Name: lightrope
Version: 0.1.0
Summary: 光绳科技 · Lightrope Technology — the starting point. CLI + library for digital civilization infrastructure.
Project-URL: Homepage, https://lightrope.ai
Project-URL: Repository, https://github.com/lightrope/lightrope
Author-email: Lightrope Technology <hello@lightrope.ai>
License: MIT
Keywords: cli,lightrope,rope
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# lightrope

## 光绳科技 · Lightrope Technology

Infrastructure for digital civilization.

《光绳》是一本科幻小说，光绳科技是其世界观中的核心公司。
光 = 光速 = 信息 = 数字文明的基础单位。
绳 = 连接 = 协议 = 万物互联的承载介质。

This is the starting point. The package provides a CLI and library for the Lightrope ecosystem.

## Install

```bash
pip install lightrope
```

## CLI

```bash
$ lightrope
光绳科技 · Lightrope Technology
https://lightrope.ai
```

## Library

```python
import lightrope
print(lightrope.company_name())  # "光绳科技 (Lightrope Technology)"
print(lightrope.version_info())  # (0, 1, 0)
```
