Socket
Socket
Sign inDemoInstall

mathlib

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mathlib

A pure-python maths library


Maintainers
1

Readme

==================================== mathlib: a pure python maths library

.. image:: https://github.com/spapanik/mathlib/actions/workflows/tests.yml/badge.svg :alt: Tests :target: https://github.com/spapanik/mathlib/actions/workflows/tests.yml .. image:: https://img.shields.io/github/license/spapanik/mathlib :alt: License :target: https://github.com/spapanik/mathlib/blob/main/LICENSE.txt .. image:: https://img.shields.io/pypi/v/mathlib :alt: PyPI :target: https://pypi.org/project/mathlib .. image:: https://pepy.tech/badge/mathlib :alt: Downloads :target: https://pepy.tech/project/mathlib .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :alt: code style: black :target: https://github.com/psf/black .. image:: https://img.shields.io/badge/build%20automation-yamk-success :alt: build automation: yam :target: https://github.com/spapanik/yamk .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json :alt: Lint: ruff :target: https://github.com/charliermarsh/ruff

mathlib is a maths library written in pure python, so that it can be used

In a nutshell

Installation ^^^^^^^^^^^^

The easiest way is to use poetry_ to manage your dependencies and add mathlib to them.

.. code-block:: toml

[tool.poetry.dependencies]
mathlib = "^0.5.0"

Usage ^^^^^

mathlib mainly offers some number theoretic functions.

  • Documentation_
  • Changelog_

.. _poetry: https://python-poetry.org/ .. _Changelog: https://github.com/spapanik/mathlib/blob/main/CHANGELOG.rst .. _Documentation: https://mathlib.readthedocs.io/en/latest/

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc