Metadata-Version: 2.3
Name: lacbox
Version: 0.2.1
Summary: Toolbox for LAC course at DTU Wind Energy
Project-URL: Documentation, https://lac-course.pages.windenergy.dtu.dk/dtulac/
Project-URL: Repository, https://gitlab.windenergy.dtu.dk/lac-course/dtulac
Project-URL: Bug Tracker, https://gitlab.windenergy.dtu.dk/lac-course/dtulac/-/issues
Author-email: DTU Wind Energy <rink@dtu.dk>
Maintainer-email: Jenni Rinker <rink@dtu.dk>, Kenneth Lønbæk <kenloen@dtu.dk>
License: MIT License
        
        Copyright (c) 2022 LAC Course
        
        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.
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: h5py
Requires-Dist: jupyter
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: tables
Description-Content-Type: text/markdown

# The lacbox

This package contains functions that are useful in DTU Wind Energy course
46320: Loads, Aerodynamics, and Control of Wind Turbines.

## Installation and updating
It is recomented to install`lacbox` via pip:
```sh
pip install lacbox
```
If you have lacbox installed and need the newest version, you can upgrade:
```sh
pip install --upgrade lacbox
```

If you want the files locally to look at/modify the source code, first clone
(requires git) or download the package from the GitLab repository. Open an
Anaconda terminal in the `dtulac` folder and enter `pip install -e .`. Don't
forget the period at the end! This creates an "editable" installation, so any 
changes you make to the files will impact the package.

## Documentation
The project documentation can be found here:
[https://lac-course.pages.windenergy.dtu.dk/dtulac](https://lac-course.pages.windenergy.dtu.dk/dtulac)

## Source code

The source code for the project is here:
[https://gitlab.windenergy.dtu.dk/lac-course/dtulac](https://gitlab.windenergy.dtu.dk/lac-course/dtulac)

## Authors and acknowledgment
Contributor list:  
 - Jenni Rinker
 - Kenneth Lønbæk
 - Rasmus Sode Lund

## License
This project is licensed under MIT license.
