Metadata-Version: 2.4
Name: axialfans
Version: 1.0.0
Summary: Analytical solver for multistage ducted axial fans.
Author: Sean Wang
Author-email: "Sean H. Wang" <seanwangpiano@gmail.com>
License: MIT License with Explicit Attribution Requirement
        
        Copyright (c) 2026 Sean  H. Wang
        
        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, subject to the following conditions:
        
        1. **Attribution Required**: The above copyright notice, this permission notice, 
           and this explicit attribution requirement must be included in all copies or 
           substantial portions of the Software. Users may not claim authorship of the 
           Software or any derivative works, or represent it as their original creation.
        
        2. **No False Claims**: You may not misrepresent the source of the Software. 
           Any modifications must be clearly marked as modified and not presented as 
           the original work of Sean Wang.
        
        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.
        
Project-URL: Homepage, https://github.com/sean-h-wang/axialfans
Project-URL: Documentation, https://github.com/sean-h-wang/axialfans#readme
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.23
Dynamic: license-file

# AxialFans

Analytical solver for multistage ducted axial fans.

## Installation

```bash
pip install axialfans
