A utility package for generating coordinates of rotated geometric shapes.
Project description
rotation_utils_package/ ├── rotation_utils/ # 实际的 Python 模块 │ ├── init.py # 导入类和函数 │ └── geometry.py # 包含核心代码的模块 ├── pyproject.toml # 配置项目元数据和构建系统 ├── README.md # 项目描述文件 └── LICENSE # 许可证文件
在pyproject.toml同级执行 pip install build python -m build # build失败,使用下面指定源后再pip
确保在运行构建命令的同一行或之前设置了环境变量
PIP_INDEX_URL="https://pypi.tuna.tsinghua.edu.cn/simple" python -m build
如果是本地文件,使用本地路径
pip install dist/rotation_utils_geometry-0.1.0-py3-none-any.whl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file regigen-0.1.1.tar.gz.
File metadata
- Download URL: regigen-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c38bef55f357147278cb3f3849f74469d7fcad831173b47ab64ad13a5444f5d3
|
|
| MD5 |
477ec374d844231e04023d7f17377bb1
|
|
| BLAKE2b-256 |
735785235cff3295b531ee53d3ae2b04092023e5a1a458734bfe8e6a7852bc81
|
File details
Details for the file regigen-0.1.1-py3-none-any.whl.
File metadata
- Download URL: regigen-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a31a33cd975cc7630f61c671089b0eed5c2d8b1388b185ea8d75dca7eae5550f
|
|
| MD5 |
ccb456d12d7adc15659499c4b9222ded
|
|
| BLAKE2b-256 |
98fd834e5b100467a54ff79706842670209d6c7e85177ee5ebd335772dd3ecda
|