ballistics

A python package for performing exterior, and terminal ballistics calculations.


Keywords
ballistics, projectile, trajectory
License
MIT
Install
pip install ballistics==0.4.0

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

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

Documentation

https://python-ballistics.readthedocs.io/

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