Python library to parse and work with weight window files
Project description
WWINPy - Weight Window Python Library
WWINPy is a Python library designed for working with Weight Window files (WWINP format). The library enables you to read, query, modify, and rewrite these files efficiently.
Documentation
Full documentation is available at WWINPy Documentation.
Installation
pip install wwinpy
Features
- Read WWINP format files
- Query weight window data
- Modify weight windows
- Write modified data back to WWINP format
Quick Start
import wwinpy
# Read a weight window file
ww = wwinpy.from_file("path/to/your/wwinp")
# Access weight window data
print(ww.header.ne)
print(ww.mesh.energy_mesh)
print(ww.values.ww_values)
Visit Getting Started section from WWINPy Documentation for more.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details https://www.gnu.org/licenses/.
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 wwinpy-0.1.5.tar.gz.
File metadata
- Download URL: wwinpy-0.1.5.tar.gz
- Upload date:
- Size: 31.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a15230645286340f6c9fc9116a7c3de28fa232841fa7d12d586c1a4e8729cf2b
|
|
| MD5 |
49f2b2274551375b15e9c864f929cb66
|
|
| BLAKE2b-256 |
6d468b8d2ab179787e9c9f177c537b6bfe586f987adcae1e382ded16127c5166
|
File details
Details for the file wwinpy-0.1.5-py3-none-any.whl.
File metadata
- Download URL: wwinpy-0.1.5-py3-none-any.whl
- Upload date:
- Size: 35.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4206e7e56e3bf777b235591e491b39f359c7200d77d6375e8e1ba4b8d754c1ac
|
|
| MD5 |
e636b719ed4838f7e82249063b38aca4
|
|
| BLAKE2b-256 |
b9612fbf78ae53a9d0ea8753080e3138599eb7ed0cda65d9ebe49d13ccf9a36f
|