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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pyflubber-0.1.2.tar.gz
.
File metadata
- Download URL: pyflubber-0.1.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33e05af96b9f9c0dd5c14ec2240d58b55f06b6ad1e94c6f9053c2528a7c8d983 |
|
MD5 | 97c56be46ff0f4c2161e13b2a81ef697 |
|
BLAKE2b-256 | 149cf5099b915c213753c8212f149fa54f09dfde13e6716ceae93f2b4797f004 |