Skip to main content

No project description provided

Project description

pyflubber

Linear interpolation of open and closed lines for Python.

The code for closed lines is based on the flubber package, hence the name.

A version for Dart can be found here.

Installation

pip install pyflubber

or

pip install git+https://github.com/maxme1/pyflubber.git

or

git clone https://github.com/maxme1/pyflubber.git
cd pyflubber
pip install -e .

Usage

from pyflubber import interpolate

middle = interpolate(first, second, 0.5, closed=False)

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

pyflubber-0.1.2.tar.gz (4.3 kB view hashes)

Uploaded Source

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