WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

sustainableaviation/jetfuelburn

Repository files navigation

JetFuelBurn

A Python package for calculating fuel burn of commercial aircraft.
Maintainance Team: @michaelweinold

Installation

See the package documentation for installation instructions.

Development

Documentation

The package documentation is based on mkdocs. To build the documentation locally, install required packages from the docs/_requirements.txt file and navigate to the package root directory to execute:

mkdocs serve

Testing

Package tests are based on pytest. To run all tests, navigate to the package root directory and execute:

pytest

When developing with Visual Studio Code, test can also be run from the Test Explorer sidebar.

CI/CD

The package uses GitHub Actions for continuous integration and deployment. The CI/CD pipeline is defined in the .github/workflows directory.

Workflow Description Trigger
.github/workflows/test_package.yml Runs all tests. Every new pull request and push to the main branch.
.github/workflows/publish_testpypi.yml Runs all tests and uploads the package to TestPyPI. Every new version tag.
.github/workflows/publish_pypi.yml Runs all tests and uploads the package to PyPI. Every new version release.

About

🛢️🛩️ Calculation toolkit for aircraft fuel consumption

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages