Metadata-Version: 2.4
Name: oiiaio_web_kepler
Version: 1.0.1
Summary: 轨道计算器 / Orbital Mechanics Calculator
Author: oiiaio-web
Author-email: 3926580760@qq.com
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

# oiiaio-web-kepler

**轨道计算器 / Orbital Mechanics Calculator**

A Python library for orbital mechanics calculations.

---

## 介绍 / Introduction

**中文：**
`oiiaio-web-kepler` 是一个用于计算轨道周期、引力、二体问题等轨道力学数据的 Python 库。

**English:**
`oiiaio-web-kepler` is a Python library for calculating orbital periods, gravitational forces, and two-body problem solutions.

---

## 安装 / Installation

**中文：**
使用 pip 安装：

**English:**
Install with pip:

```bash
pip install oiiaio-web-kepler


## 许可证 / License

本项目采用 MIT 许可证。

MIT License

Copyright (c) 2026 oiiaio-web

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
