mathlib


Namemathlib JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://mathlib.readthedocs.io/en/stable/
SummaryA pure-python maths library
upload_time2023-04-28 15:39:16
maintainer
docs_urlNone
authorStephanos Kuma
requires_python>=3.8,<4.0
licenseLGPL-3.0+
keywords mathematics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ====================================
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.


Links
-----

- `Documentation`_
- `Changelog`_


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

            

Raw data

            {
    "_id": null,
    "home_page": "https://mathlib.readthedocs.io/en/stable/",
    "name": "mathlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "mathematics",
    "author": "Stephanos Kuma",
    "author_email": "stephanos@kuma.ai",
    "download_url": "https://files.pythonhosted.org/packages/68/5a/e6113bd7b861f7d071cae19e355359d472a0c663985e68106139b4599119/mathlib-0.5.0.tar.gz",
    "platform": null,
    "description": "====================================\nmathlib: a pure python maths library\n====================================\n\n.. image:: https://github.com/spapanik/mathlib/actions/workflows/tests.yml/badge.svg\n  :alt: Tests\n  :target: https://github.com/spapanik/mathlib/actions/workflows/tests.yml\n.. image:: https://img.shields.io/github/license/spapanik/mathlib\n  :alt: License\n  :target: https://github.com/spapanik/mathlib/blob/main/LICENSE.txt\n.. image:: https://img.shields.io/pypi/v/mathlib\n  :alt: PyPI\n  :target: https://pypi.org/project/mathlib\n.. image:: https://pepy.tech/badge/mathlib\n  :alt: Downloads\n  :target: https://pepy.tech/project/mathlib\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n  :alt: code style: black\n  :target: https://github.com/psf/black\n.. image:: https://img.shields.io/badge/build%20automation-yamk-success\n  :alt: build automation: yam\n  :target: https://github.com/spapanik/yamk\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json\n  :alt: Lint: ruff\n  :target: https://github.com/charliermarsh/ruff\n\n``mathlib`` is a maths library written in pure python, so that it can be used\n\nIn a nutshell\n-------------\n\nInstallation\n^^^^^^^^^^^^\n\nThe easiest way is to use `poetry`_ to manage your dependencies and add *mathlib* to them.\n\n.. code-block:: toml\n\n    [tool.poetry.dependencies]\n    mathlib = \"^0.5.0\"\n\nUsage\n^^^^^\n\n``mathlib`` mainly offers some number theoretic functions.\n\n\nLinks\n-----\n\n- `Documentation`_\n- `Changelog`_\n\n\n.. _poetry: https://python-poetry.org/\n.. _Changelog: https://github.com/spapanik/mathlib/blob/main/CHANGELOG.rst\n.. _Documentation: https://mathlib.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0+",
    "summary": "A pure-python maths library",
    "version": "0.5.0",
    "split_keywords": [
        "mathematics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9bf663214a93a480c244f324e10be05afe59b0ec7ed5b018c9272c4e9ba6035",
                "md5": "a53d8d14b138a06dfc16d34f14577e00",
                "sha256": "68082d3daa815c017a357c284821c87cbe71c08a994c66846e4a56faf9c8271d"
            },
            "downloads": -1,
            "filename": "mathlib-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a53d8d14b138a06dfc16d34f14577e00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 9046,
            "upload_time": "2023-04-28T15:39:14",
            "upload_time_iso_8601": "2023-04-28T15:39:14.181788Z",
            "url": "https://files.pythonhosted.org/packages/b9/bf/663214a93a480c244f324e10be05afe59b0ec7ed5b018c9272c4e9ba6035/mathlib-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "685ae6113bd7b861f7d071cae19e355359d472a0c663985e68106139b4599119",
                "md5": "dfcfb923019b91802803a5f33f244ba3",
                "sha256": "6df609ef5a42df2ed4e2b4008f15e08f4198c8b49efb2f87837afc2fbc3d9574"
            },
            "downloads": -1,
            "filename": "mathlib-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dfcfb923019b91802803a5f33f244ba3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 8413,
            "upload_time": "2023-04-28T15:39:16",
            "upload_time_iso_8601": "2023-04-28T15:39:16.280784Z",
            "url": "https://files.pythonhosted.org/packages/68/5a/e6113bd7b861f7d071cae19e355359d472a0c663985e68106139b4599119/mathlib-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-28 15:39:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "mathlib"
}
        
Elapsed time: 0.06136s