Skip to main content

Various tools for theoretical and experimental dynamics.

Project description

PyPi

https://img.shields.io/pypi/v/DynamicistToolKit.svg https://pepy.tech/badge/DynamicistToolKit

Anaconda

https://anaconda.org/conda-forge/dynamicisttoolkit/badges/version.svg https://anaconda.org/conda-forge/dynamicisttoolkit/badges/downloads.svg

Documentation

https://readthedocs.org/projects/dynamicisttoolkit/badge/?version=stable

Continous Integration

https://github.com/moorepants/DynamicistToolKit/actions/workflows/test.yml/badge.svg

Introduction

This is a collection of Python modules which contain tools that are helpful for a dynamics. We use it at the TU Delft Bicycle Lab as an initial shared location to house reusable tools for the group. These tools may eventually graduate to packages of their own or be incorporated into other existing specialized packages.

Modules

bicycle

Generic tools for basic bicycle dynamics analysis.

control

Functions helpful in control systems analysis.

inertia

Various functions for calculating and manipulating inertial quantities.

process

Various tools for common signal processing tasks.

Installation

You can install DynamicistToolKit with conda:

$ conda install -c conda-forge dynamicisttoolkit

or pip:

$ python -m pip install DynamicistToolKit

Or download the source with your preferred method and install manually.

Using Git:

$ git clone git@github.com:moorepants/DynamicistToolKit.git
$ cd DynamicistToolKit

Or wget:

$ wget https://github.com/moorepants/DynamicistToolKit/archive/master.zip
$ unzip master.zip
$ cd DynamicistToolKit-master

Then for basic installation:

$ python setup.py install

Or install for development purposes:

$ python setup.py develop

Tests

Run the unit tests with pytest:

$ pytest dtk

and doctests with:

$ pytest --doctest-modules dtk

Documentation

The documentation is hosted at ReadTheDocs:

http://dynamicisttoolkit.readthedocs.org

You can build the documentation if you have Sphinx and numpydoc:

$ cd docs
$ make html
$ firefox _build/html/index.html

To locally build on Windows, open an Anaconda prompt (the base environment has sphinx and numpydoc installed), navigate to the DynamicistToolKit directory and execute:

$ cd docs
$ make.bat html
$ start "" ".\_build\html\index.html"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dynamicisttoolkit-0.6.1.tar.gz (104.4 kB view details)

Uploaded Source

File details

Details for the file dynamicisttoolkit-0.6.1.tar.gz.

File metadata

  • Download URL: dynamicisttoolkit-0.6.1.tar.gz
  • Upload date:
  • Size: 104.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.11.8

File hashes

Hashes for dynamicisttoolkit-0.6.1.tar.gz
Algorithm Hash digest
SHA256 5a64af2e2e7e514e1383f54ed0695325f1d8520c9cc8d0fda1dacd170aacf901
MD5 5197cc6f8b8a3eac1c0f405f1e13add8
BLAKE2b-256 20ef0ffa52c678a5691c0b3e204a1b6a9e7ce0aa924354ea598850aeb96a9119

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page