Skip to main content

Pure-Python implementation of Hensel lifting for square roots modulo a prime power.

Project description

Pure-Python implementation of Hensel lifting for square roots modulo a prime power.

PyPI version and link. Read the Docs documentation status. GitHub Actions status. Coveralls test coverage summary.

Installation and Usage

This library is available as a package on PyPI:

python -m pip install hensel

The library can be imported in the usual way:

from hensel import hensel

Development

All installation and development dependencies are fully specified in pyproject.toml. The project.optional-dependencies object is used to specify optional requirements for various development tasks. This makes it possible to specify additional options (such as docs, lint, and so on) when performing installation using pip:

python -m pip install ".[docs,lint]"

Documentation

The documentation can be generated automatically from the source files using Sphinx:

python -m pip install ".[docs]"
cd docs
sphinx-apidoc -f -E --templatedir=_templates -o _source .. && make html

Testing and Conventions

All unit tests are executed and their coverage is measured when using pytest (see the pyproject.toml file for configuration details):

python -m pip install ".[test]"
python -m pytest

Alternatively, all unit tests are included in the module itself and can be executed using doctest:

python src/hensel/hensel.py -v

Style conventions are enforced using Pylint:

python -m pip install ".[lint]"
python -m pylint src/hensel

Contributions

In order to contribute to the source code, open an issue or submit a pull request on the GitHub page for this library.

Versioning

The version number format for this library and the changes to the library associated with version number increments conform with Semantic Versioning 2.0.0.

Publishing

This library can be published as a package on PyPI via the GitHub Actions workflow found in .github/workflows/build-publish-sign-release.yml that follows the recommendations found in the Python Packaging User Guide.

Ensure that the correct version number appears in pyproject.toml, and that any links in this README document to the Read the Docs documentation of this package (or its dependencies) have appropriate version numbers. Also ensure that the Read the Docs project for this library has an automation rule that activates and sets as the default all tagged versions.

To publish the package, create and push a tag for the version being published (replacing ?.?.? with the version number):

git tag ?.?.?
git push origin ?.?.?

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

hensel-0.1.0.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hensel-0.1.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file hensel-0.1.0.tar.gz.

File metadata

  • Download URL: hensel-0.1.0.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for hensel-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d7226ee3f94d97c29ff2ef804d5a3ca457f5063926474269ecb40fc0f4818ef8
MD5 e81cc4e6bf2e0036a8e6fc5a27343a7b
BLAKE2b-256 ab37251d781f0be5e3435efd1f482609e1d70a094b07d4aec94b1cacb584203e

See more details on using hashes here.

Provenance

The following attestation bundles were made for hensel-0.1.0.tar.gz:

Publisher: build-publish-sign-release.yml on lapets/hensel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hensel-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: hensel-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for hensel-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d99a4ac049a9c703bf6ec8f3a9901ef84982f1fdbb3397b1e77d6ca3e45a9eb9
MD5 34d3f45598393ec5741371006da4c9d6
BLAKE2b-256 0d31e6466d7b36f7393aa9e00abf76ff7f425e9a0638063f0e374ae9012979d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hensel-0.1.0-py3-none-any.whl:

Publisher: build-publish-sign-release.yml on lapets/hensel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page