Skip to main content

Calculate points on lines.

Project description

polf

[![PyPI][pypi-image]][pypi-link] [![PyPI Python versions][pypi-versions-image]][pypi-link] [![License][license-image]][license-link] [![Tests][tests-image]][tests-link] [![Coverage status][coverage-image]][coverage-link] ![Documentation status][doc-image]

Simple library written with the Python C API to calculate points on lines. It does not perform any checks on the passed data, but rather follows the GIGO processing pattern.

I have written it with the main purpose of learning, but it may be useful in some situation or it can serve as a reference to get you started in the Python C API. If it has been useful to you, do not hesitate to leave a star.

Install

pip install polf

Useful links

Contributing (Linux)

First, create a virtual environment and initialize it with:

python3 -m virtualenv venv
source venv/bin/activate

I usually run these commands to develop:

  • Rebuild source code and build documentation: make docs
  • Rebuild source code and run tests: make tests
  • Rebuild source code and lint: make lint

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

polf-0.0.1.tar.gz (6.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