https://github.com/luocfprime/yuju
https://github.com/luocfprime/yuju
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luocfprime/yuju
- Owner: luocfprime
- License: mit
- Created: 2025-09-20T14:03:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T14:17:35.000Z (4 months ago)
- Last Synced: 2025-09-26T15:49:48.198Z (4 months ago)
- Language: Prolog
- Size: 130 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# yuju
[](https://pypi.org/project/yuju/)
[](https://pypi.org/project/yuju/)
An interactive tool for visualizing vector fields and analyzing torque distributions.
- **Git repository**:
- **Documentation**
## Install
Prerequisites: You must have at least one Python package manager installed (e.g. [uv](https://docs.astral.sh/uv/getting-started/installation/)).
Install it from PyPI:
```bash
uv tool install yuju
```
Or, if you want to run it once without installing it, you can use the `uv run` command:
```bash
uv run --with yuju yuju xxx # xxx being the subcommand you want to run
```
## Usage
```text
$ yuju -h
Usage: yuju [OPTIONS] COMMAND [ARGS]...
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help -h Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ merge Merge 3 Tecplot files into one. │
│ viz Aggregating vectors within a specified bounding box. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
## License
MIT.