Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

The Python ballistics package is a collection of functions to help analyze and understand the motion of an un-powered (i.e. not a rocket, missile, etc) projectile from the muzzle to the target. The ballistics.extras module contains related functions that aren’t strictly related to the study of ballistics but have proven interesting or useful.

  • Free software: MIT license

Installation

pip install ballistics

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox