项目作者: CeuAzul

项目描述 :
Aircraft Design Resources - aircraft conceptual design framework
高级语言: Python
项目地址: git://github.com/CeuAzul/ADR.git
创建时间: 2019-01-31T16:00:14Z
项目社区:https://github.com/CeuAzul/ADR

开源协议:MIT License

下载


ADR

Build Status
Coverage Status

Aircraft Design Resources aims to help engineers on conceptual design analysis, giving them the tools necessary to easily simulate different aircraft designs.

Installation

  1. pip install adr.ca

Usage

For information on how to use ADR, check our docs.
We try to make it as easy to follow as possible, but if you have any issue or
question, or suggestions regarding the library or the docs, please
post an issue so we can help you out.

Development

ADR uses Poetry for dependency management. You can
install poetry with this single command.
Poetry ensures you are developing on a separated environment and with the same
dependencies as the other developers. Once poetry is installed, follow those steps:

  1. git clone https://github.com/CeuAzul/ADR.git
  2. cd ADR
  3. poetry install

After that you will need to use the Python virtualenv created by Poetry while developing for ADR. For instructions on how to set the virtualenv on VSCode you can take a look at our wiki.

Contributors

This project exists thanks to all the people who contribute.

Contributors