Skip to main content

Geometric Sketching Utility for Python

Project description

https://github.com/rvodden/pysketcher/workflows/Tests/badge.svg https://badgen.net/pypi/v/pysketcher?icon=pypi https://api.codeclimate.com/v1/badges/eae2c2aa97080fbfed7e/maintainability https://codecov.io/gh/rvodden/pysketcher/branch/master/graph/badge.svg?token=AHCKOL75VY https://readthedocs.org/projects/pysketcher/badge/?version=latest&style=flat https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white https://img.shields.io/badge/hypothesis-tested-brightgreen.svg https://img.shields.io/badge/code%20style-black-000000.svg https://badgen.net/github/dependabot/rvodden/pysketcher?icon=github

This is alpha software - the interface is likely to change with every release prior to 0.1.0.

PySketcher is a modern Python library designed to make creating geometric, mathematical and physical diagrams very easy.

This library is continues the legacy of Hans Petter Langtangen. Work done since he sadly passed in 2016 includes:

  1. The MatlibplotDraw object is no longer global and is no longer tightly coupled to the shape object. There is now a DrawingTool interface which this class implements.

  2. Code is organised into multiple files and published on pypi.

  3. Shapes are immutable. This means functions such as rotate return modified copies of the original shape, rather than altering the shape on which they are called.

  4. Angles are in radians not degrees.

  5. The Composition object is used more consistently. Previously objects such as Beam were direct children of Shape which led to code repetition.

Please see the documentation for more information.

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

pysketcher-0.0.12.tar.gz (3.1 MB view hashes)

Uploaded Source

Built Distribution

pysketcher-0.0.12-py3-none-any.whl (95.6 kB view hashes)

Uploaded Python 3

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