Skip to main content

A Python git library implemented in Rust using gitoxide

Project description

gitpure

CI PyPI version Python versions

A pure git Python library implemented in Rust using gitoxide. This library provides fast and memory-efficient git operations through Python bindings.

Features

  • Fast: Built with Rust and gitoxide for optimal performance
  • Memory efficient: Leverages Rust's memory management
  • Cross-platform: Works on Linux, macOS, and Windows
  • Pure Python interface: Easy to use Python API
  • Safe: Thread-safe operations with Rust's ownership model

Installation

Install from PyPI:

pip install gitpure

Quick Start

import gitpure

# Clone a repository (with worktree)
repo = gitpure.Repo.clone_from("https://github.com/user/repo.git", "/path/to/local/repo")

# Clone a bare repository
bare_repo = gitpure.Repo.clone_from("https://github.com/user/repo.git", "/path/to/bare/repo", bare=True)

# Get the git directory path
git_dir = repo.git_dir
print(f"Git directory: {git_dir}")

Development

Prerequisites

  • Python 3.8+
  • Rust 1.70+
  • maturin

Building from Source

# Clone the repository
git clone https://github.com/cmeister2/gitpure.git
cd gitpure

# Create a virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install maturin
pip install maturin

# Build and install in development mode
maturin develop

# Or build wheel
maturin build --release

Running Tests

# Install test dependencies
pip install pytest

# Run tests
pytest tests/

Release process

Releases are fully automated with semantic-release. The pipeline will:

  1. Inspect the commit history on main using Conventional Commits to determine the next semantic version.
  2. Prepare the Rust crate, using the next version (or a dev version if available).
  3. Build wheels and source distributions with maturin and attach them to the GitHub release.
  4. Publish the distribution artifacts to PyPI.

To keep releases working you must:

  • Continue to write commits that follow the Conventional Commits specification (feat:, fix:, etc.).

You can trigger a release by merging changes into main.

Architecture

gitpure is built on top of:

  • gitoxide: A pure Rust implementation of git
  • PyO3: Python bindings for Rust
  • maturin: Build tool for Python extensions written in Rust

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

Development Setup

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Add tests for your changes
  5. Ensure all tests pass (pytest)
  6. Commit your changes (git commit -m 'Add some amazing feature')
  7. Push to the branch (git push origin feature/amazing-feature)
  8. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

gitpure-1.0.1.tar.gz (69.4 kB view details)

Uploaded Source

Built Distributions

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

gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gitpure-1.0.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

gitpure-1.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

gitpure-1.0.1-cp313-cp313t-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

gitpure-1.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

gitpure-1.0.1-cp313-cp313t-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

gitpure-1.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

gitpure-1.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-cp313-cp313-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.13Windows x86-64

gitpure-1.0.1-cp313-cp313-win32.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86

gitpure-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gitpure-1.0.1-cp313-cp313-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

gitpure-1.0.1-cp313-cp313-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gitpure-1.0.1-cp313-cp313-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gitpure-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gitpure-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

gitpure-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

gitpure-1.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gitpure-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

gitpure-1.0.1-cp312-cp312-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows x86-64

gitpure-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gitpure-1.0.1-cp312-cp312-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

gitpure-1.0.1-cp312-cp312-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gitpure-1.0.1-cp312-cp312-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gitpure-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gitpure-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

gitpure-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

gitpure-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gitpure-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

gitpure-1.0.1-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11Windows x86-64

gitpure-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gitpure-1.0.1-cp311-cp311-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

gitpure-1.0.1-cp311-cp311-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gitpure-1.0.1-cp311-cp311-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

gitpure-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gitpure-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

gitpure-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

gitpure-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gitpure-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

gitpure-1.0.1-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10Windows x86-64

gitpure-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gitpure-1.0.1-cp310-cp310-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

gitpure-1.0.1-cp310-cp310-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gitpure-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

gitpure-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gitpure-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

gitpure-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

gitpure-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-cp39-cp39-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.9Windows x86-64

gitpure-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gitpure-1.0.1-cp39-cp39-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

gitpure-1.0.1-cp39-cp39-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

gitpure-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

gitpure-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gitpure-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

gitpure-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

gitpure-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

gitpure-1.0.1-cp38-cp38-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

gitpure-1.0.1-cp38-cp38-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

gitpure-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl (5.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

gitpure-1.0.1-cp38-cp38-manylinux_2_28_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

gitpure-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gitpure-1.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

gitpure-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

gitpure-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

gitpure-1.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

File details

Details for the file gitpure-1.0.1.tar.gz.

File metadata

  • Download URL: gitpure-1.0.1.tar.gz
  • Upload date:
  • Size: 69.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for gitpure-1.0.1.tar.gz
Algorithm Hash digest
SHA256 7bb749b45dbc6d965b02d6f868dbd2cbd28d46de979b86b954670287c4f33033
MD5 eb9fd8faafc857a2182a8965cbecf396
BLAKE2b-256 ea92bc9c100d4e0084f19ec19f062162105c61020313a1bf63517d2baaee5b5c

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d83a49fa4a33333814cc4ca7ead0dd6d233114dc816b2bb4c8e9aef3c572cb8d
MD5 6c66e5c8d465fb5edf897fc161fb25ef
BLAKE2b-256 5d57f325f26f6fcfcd8ebbd488014f076b319f0e3d88f52495078a00648f8703

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da3e6fa5196c11850c214839bcf3321158e4f87033709ffdb240dff19bfa280c
MD5 89579c22ceb00a3c88e0da93fc0f7919
BLAKE2b-256 a16bf54b2e916fdc3a65337b2aad8105a70f40983806e8471ca4a59752cf495b

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 61588c9a7942d32ffdc3b2a2da4aaeda5132f2d0a670794213086e188fb8229d
MD5 5419dab8331b414b15814e7ca85a7416
BLAKE2b-256 6bc862372b71c0554fb5694b5aaf051f8ff99d53b5cfe93883d6c24e61bd9af7

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68b3af02a9c087a955f10d63916329716f6b631867375df3cc2634806fe81364
MD5 fe03610a0b947d9529e148fb6df463d8
BLAKE2b-256 0bb64de64113255b9367ddeedbaf2f736db65a6e137dc84cbcbd6f0f7c3bb59f

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da84c6cf201d9ea8b9188fa16e3af759e382609ab42c9e3ba17a2a8c8c4358ed
MD5 f0dd9a70cb58ea446be34b2b122c2718
BLAKE2b-256 534f44f92873a3ac97d8e406ed65dbcd23ef6f8849eed2cbdb6bc1cb00b9319b

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbb9800db65a368eb4a815f95c15c70100705ee6932f9a8bec6415ece1f9484c
MD5 edd7bf8d04080eaf64535f912d8006eb
BLAKE2b-256 ad000000628331cc88ea188a7e7e099b47d8385844636a4d2dac1f63adaa5a9e

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 17955867c88421bd4e21f9caa10d04998acfe200774b4a7c523a610ac28fcf51
MD5 d5a434abc3fca4d89a7d185caefe7df3
BLAKE2b-256 700842e5a6f0e42a13fabe23cd5b26a51057c8aaacd51957a9befbaf65f574a0

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e4be8539b9b209cc35d7f730ad9674a1f24c023c1b3ca02e5b8c8d74261d4090
MD5 c8162a49bbf28bfd04fc1d4beecabbd9
BLAKE2b-256 43d75a1e2712dc265da770ab0c8413bbd5717a5ffc08851611a0ee89361e7f25

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22ccd9d2a44036e1a69648eb320e750b9c57d3b8067f302fc97cf6312b1999ba
MD5 d0a65d87bebb8299187a84c8682cc627
BLAKE2b-256 03fc7992c2b12f76cd372cf69359075403d1949de61eb225604625c3d3764c72

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1dbd8013ee245930573f781d3a0018985c60da46e9d5b315063eaf18775f7250
MD5 281d408d380e0cf4d0101b395e5e4399
BLAKE2b-256 47731b5dee2af45c79155d3a55f98b425b92f18ba3ea0a98eef6f44169b962a5

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7003e97bea41bb07718e29c5ec18e8f313db02aa99c173c8660ad027923d0b1b
MD5 732a361d1675975270d4ea481e54b37d
BLAKE2b-256 6c1b98251f74e2a34c5895dbeda38f4dfd533c1f1282058d307757ae745a45b0

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ebcf7de6c8ddb162f84be9cf703f69ae3f29f4b9293fa4be63f7ec98eac31b24
MD5 53e9af7c5d7b46f993ed635b7bd63f9f
BLAKE2b-256 4af93326ba72805332d7e134ed110ef3ff4e8c3f7f5ccea5bd984dee90d6d179

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f888114b0028fb412295f14196c4e5d29e753392cb1852ad5017691d27765fba
MD5 0a5e558abc711928efecd50b02ae52c0
BLAKE2b-256 d871b8d3116e083bca8136939328abae72e703079176e402a8aa9784ab2b42a0

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4221d7d08b71457c6b35d5448469031329cea99f6c7f52902a117cb3eaa3f2d4
MD5 3d7b4d13be50b59ec9918bf8daeb241c
BLAKE2b-256 d7a7ad144af6ade7fb3929fb2040a451ab767afca866eec14650e25f61d1cca2

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e12e4abc6bdfdf8d4d6ecc135a0cc4cd1d1a1d8811d10f34cc7b78bcd19533d0
MD5 638e913c53f76a881d39dad2ae0db890
BLAKE2b-256 f82d80be731d905caa606a29285666fd77fd77db9d18d8cad3e882a1eca80496

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f31e5f82b16d495538c7175b9c07669a3b2ff57bb986902a356fb5715bbb45e4
MD5 811b05e67959ed487343badce71b877d
BLAKE2b-256 0f61560eacb04ce75df4e6c6ffb6b7b48835361e8d89ac641735f4869c91fb08

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f76a17364e4af21b62ae99e3d10ce578c69afadc122422af4b61c2edd9078c0d
MD5 aa9dda082cd7ca11066e78901f37b828
BLAKE2b-256 0ed8b47667855bd5cbff38aebba070a650653f51e24a0da3d6147e954f81e7c5

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cdd50ad4dbe71f7e645213ed225b60b9c78d493416df72246a44b3f5a9f397f2
MD5 a3bf2f1f7fd79d3b18458ed73c98a28f
BLAKE2b-256 d2392205c1954d84bf59701cbe89803f7f5d4aa8ff2ea4370384084b7e4067a1

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b33e73e51385717173608033aef16b1824d55ab91cde960ceeee1fb4c9e07cd
MD5 43eefa62e10fa7ddd1f20e5a9f725247
BLAKE2b-256 9609d5434f4ec4de7f3760115281fb8808639405744d43a68b95ecfaf912017d

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f858a5485e036ad8adbad0ac35801a5836398aa0850f71573bdc6c4b296a1f1f
MD5 dfa3ec228a199435169aeee4b5689f6c
BLAKE2b-256 4198a3e2a1d6ed3531c7c6c34ef04104f5aee6a7497661f694aa43f7469262ed

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e603b6d4b44e9df56883a7acb0d91cda3280e9f2cbd311cdc2dab836bf12b74d
MD5 faa788c044c312f9742f7d903e271d58
BLAKE2b-256 4df1d6457c6f0517c668440b922fd6dfc81fad0e0d45a5ce952d390c4c204166

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72648a3604845a245300fe8141f510a62d2a5837197cf60c9029c8872e4d247f
MD5 0f096b8d803b85e330f237a4b2359e95
BLAKE2b-256 0645bc28537646f6daa23744573d150f9588406dfa71b10137b90c9baa4c2aec

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f90b6768ba6e4b2faa38ff540dc6683c757e64b0539e7387f9eaa614a449c48d
MD5 7527afc28c47619ed2f96abf4d6c8b1a
BLAKE2b-256 8ac153d936ab09233f1e2ab084468eb287f5b15c3dd6717ba519f434914fb65d

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d378feb10d2147e082abbb6c66e896f42cd10bcf334423d8f53a0727eaca0aa8
MD5 d03ae4ec1819c466e0ad14e2e3a70257
BLAKE2b-256 d3d0702f4c14c13ec6b2a485c6676e05b7921cfe2f0ff32e7f92578df7fe4dd5

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7512e5df1d0b5a5298551cfad09628ba40eb23ef32eaadae1038fc462b5b7920
MD5 b048e5741a1501a8baf65bd63735b2a5
BLAKE2b-256 a16b2d9c4f54d065ad1b7cbbde043dcebca7be2e2db6976b73a965d0c0423da2

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0d2b4371b04b332de3a2ba8bcb76508dfcdb1f279e3d3dca2f679df6b3dd37a7
MD5 323ac09267726f587aa78a97f9c3986a
BLAKE2b-256 493a0820043a3d2c024760e1f4c74f6f6e452738b72147aa461ee72e9bf35677

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1461f871dff70128deb8ee36fbb32c7c22ad5f0e9f37e3389b848aab0bd698e
MD5 fb4bf43fa5ddf02e00ec22674fedf34b
BLAKE2b-256 3a91f51b183d567cc0e257cbcb946bc2069c66e404c3338207fccc321b3284f3

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 680c7dde2a8e407b371307fc9ffd78ad21679802b6007cb3c8354f40252eba35
MD5 a003d7f934085f41eea765b20f114fa8
BLAKE2b-256 1f54ce588e4f0e69776bb743f609b77f60bb2ca377df403bbbbd228c1e1add0d

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 418e85fc12031c695f62eef66b61dd9899a6b7df624435952cab1751ea91f09f
MD5 6d1b4ca30dc227685fcbb56081662846
BLAKE2b-256 8260ea8362d3ec20ac36fc06cb94fa61adb6319e9e3ebbea7ac500505a780617

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 358076a3df76e02eb604fc7a409c076050585a7bab89bde9316a2f3c823cfde1
MD5 8a74575fd41510f967910bdf8b1640b9
BLAKE2b-256 da4cd82e9f66c0a416deb38f6b4ee0e4c760b2dcb6145b571df575926d4892cb

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0499973767bfb598b29b608c3d89a503615248764bc449b9c69719024c232276
MD5 483c81d407da4555ea3f84b3f2611230
BLAKE2b-256 4a5609d56814471dd1e24f7be45a9a2d08f4448f7c7810bfd0544c82d09569e3

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40fe6dcae401a6d4ff72c4d76a761058e509ab4de9ab9ec562bfc37cc60e01eb
MD5 bd80696476c9b8d8b92e245db6e4c554
BLAKE2b-256 4cea7b5a69615cedfd63953ef91ecdbe67e33665e01acb01c15277b051cb74ea

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9b34a50b8bcbabea946d149b765608c5bb7e57e1008a8455dff61b7b0d336af
MD5 47982386d775e4bfecb4bd9bb9a097aa
BLAKE2b-256 549b29c0573ca939384a957b99da5f6417b4a23118582b70f6b002cd11b6c53d

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ac5626f27faff71033e57d79eb2425eecfc58b993ecef4382feca483cf79b14f
MD5 bb2a201b57bfdcdbbf41231b369636c1
BLAKE2b-256 269df3cf73a0a225ea5a108d90d1d12c7919ce2d98999dc53e4d0a2522e1db37

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 654f49b80e77b986838b5dfb527558f61a45c54ccf4598b47ffeb3222ad37b63
MD5 c1b9bd5afd694f031ed23b7f9555e1f0
BLAKE2b-256 94ee5e0b33bab9c33a16f1335d84af9974e18965d7aace65316aac799a0ad838

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f6b5a3fbe7617c7cc8366ce675d6bb4e941c049084db9ad8705d06a6371a3a34
MD5 a40a07b224d8f5a5e8f07d9d96c1a1ed
BLAKE2b-256 5aa09a82b9a19a162ac1d11fe360ac510960a20aa0abcf4b10fda7de5a2f12c8

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gitpure-1.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 925ee1e9ea162d56bfb3ca30809391f660624b133fd988361866709e2e107306
MD5 8ffece30f4981260f8cb1af0ccbc7027
BLAKE2b-256 04fce296f64a023cb90166ff23892a31ae5a909bb751c989841d46ab2d09dc6a

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: gitpure-1.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7b582c31bf092effbde329bffb807d1b542d54da8ae55bfb00e654c47dde322d
MD5 3673917e60218b38aed15107739c494b
BLAKE2b-256 7400b318c5b2089c63f30a7eee57549f16738f61b11d12dfc444bb5b3ef979de

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18d56e74403644f8f338a8e8f2591c73cc250e4de1efef0a130a503c5aa65e5e
MD5 b24eef7121a300b6fd10b2d4d78bb43a
BLAKE2b-256 d0d555efd234bf40b0c6e15bda44aa313779807a674bdf4f459669d728097ca3

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 03737bfd900c413088db88ac72ddd6730189dfbde201fddee360168a3cab72ef
MD5 6eda453718d028b1e099f230b7c283ec
BLAKE2b-256 a4a1e289c83d1035065a4f4dc852219da6f1ba9a8d1e9223ec7a5961c2cbc2a0

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9b348cc597f5b129587e1f83015a3337cfcbbcfdf25edab0ec4ee42654f585d1
MD5 d98886a5cb5a63ad49d5be31c494e28f
BLAKE2b-256 7855be79aa9f991205148e9461e1dde87098dbb191eb2375c86a6c17af0d0ed0

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 565c53157ccedc76449540a6940485f4f4ffb86b688bda5a5c6d7a2aaaf85597
MD5 a98f24aac66c54b4ec8ec462f50474e1
BLAKE2b-256 d9ce25a9caae467523524662bc2703a3de800e2e1bfe26ea53e8e5f5f8036f94

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12c87ea78bb042e20649a72a5f87624520f414499d6e8c07e2376de43dcb6e39
MD5 6e5f69e5ef28cd73ec686687a56404f5
BLAKE2b-256 9fdbf6be4221e4e6f6d5f2ae960a27d8429d7d98915fca8812a149fa474c6bd7

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e9ba64171c0894e99b225cb5a9fe2b3dff746c470fe1779727e79f7d537630d
MD5 4b6a5de94a29999663a36ab6dad8fd40
BLAKE2b-256 2020c419b34b9b1595a549c355cd923d6cd19cccf8f8cbdda45b1bdf606b7562

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1ed373190f6afdc22775dd1b67a9dd77fc3f3ef045ca7298dc82fc61f99bb236
MD5 c6861e5d3aa87e3aca7a2f0d9c8cdc48
BLAKE2b-256 8f2dfed2764a5a54539ffc83f6dfa411fa7e055e49931da1b34bb481213194ac

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b97e343b8d07954341c3e33eef201b84727f8af179fa18097b5163bae22e70f3
MD5 8290449dc7f135681f0908a6aecc422c
BLAKE2b-256 ffa58126ef535f6655e8f801e5b408e3bd0d11fd2cfbca011473526d3efb9114

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 966084548c6f210ef4dad4475a2a35ad36a1409eb98c4378799bc661ffb33fba
MD5 6da041abfe97166f5fb0e529fb3ecb27
BLAKE2b-256 a86100236bba0269c6f1ed958442f2f2bc44515355dacba059f078e824b774e3

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cedce8a4702832f7decb7d86fb30fe411628d8d3b2f4d6afd60761a146190572
MD5 f33dcf3ca65c3b340a5b48010e3b7fda
BLAKE2b-256 74c743ab3a78182e1b9c765c15d0e0a2553a41af7dda5bde7cb9846cc08ee4ad

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 725bad7265e4df85ee2069df587b5c70a0a3623aa080961b0319caa2e230ba08
MD5 acc93e8db3a709de4898a6bf3e39f319
BLAKE2b-256 2b19dfef8dca5a2b5d0d202b718fbc56191ecf6cda396edd5cf568e844a6f9b8

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fba3cdfb15da7f496a5b5de9e9c00b357f4f9c64af2512fa02d4213b7c3095f7
MD5 c47d32210f2174b81a4816933ef31527
BLAKE2b-256 bdf87c1039f6e1a343b722c878ce31566e762228dc6f06a4a8b061f488135006

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gitpure-1.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 759755cf658dfbc92b58187e45dff4636602e18d754a7d3c5c778d5322ca49c3
MD5 9b27e09cd71b4e3d4a4facb35b1fc5ce
BLAKE2b-256 6eec51f882869547aaf67a70a1064e97b7db789c37e03ee45aca87f87305d7a1

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b2a742757ebfb6f31089fea4e5aaa07eff820d182f7b24373031221538562bd
MD5 403bed2896b3643f531cd98bd740ce9f
BLAKE2b-256 756a881953722a08381d7ff0f76caf2ddd7b633848c7036d917dd4414452f13f

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7e032d65654a4b38f2ecfad623835ec283a585d080a143bacef068c6e0a056e9
MD5 15c641ab904c9a11b8377673af35b220
BLAKE2b-256 1d76f7ddb59c0139f6597af200699516990e0199a5bac44d6f57458e331cfd23

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b5d8578d3364b57a32ebfe451191f5134eb4a929bf2eb5643c1fe925f16ab75a
MD5 fe6c0fb39d75bc8a60da5db3b6a24e85
BLAKE2b-256 de706c10661c215481878c28551668a942878a65e6911000a3c7a8efff8dcdd7

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 34a716667ed1c4d5897815c4fea32cccbedcdb56831105a924aab68e06f2d199
MD5 15bf2218d6cf33d511d2c68643c58784
BLAKE2b-256 621a8b348ad28075e2530657b32f6b0b671e18cfd4a2410b4561c6abe3107622

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97e822d081288cbfcd67d0edb2dbfdecc02b473600e27adc4833cbe440e946a1
MD5 2802a5604352fe1343c39bcb3d72aa71
BLAKE2b-256 184cd963f1438d7da2466bf54314e2e8786fec78a93a92206170a789989448ee

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7244a980d8f8e8da8e782dbebb705f8e202ff3fe5a45645d4bd579035e24e674
MD5 76a7334cdd44a7164e213aa46d6beec8
BLAKE2b-256 546a76f8855079f771549abe3fb64358ae3ea0365e2dedb6abc8da7c675c3e6b

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9686b5e3eff0abc6c017e25e7cc1b155b331eb1c74c8e061e7c3425889a2cf72
MD5 b36331677870158651f758ae2308eae0
BLAKE2b-256 0c4e323170529116d72a8196c2493c7845e5869bc5db9446c09e7761141cbf1f

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1b164265fddda864aec6e17784f41d656ddf3844924bfd6e9ff4216a42d1fed0
MD5 420df44db219f255f924c2e7bfab58b4
BLAKE2b-256 bf6845f2bf5ff3ff658fd3c791f0e6a740a6061aa6008766b6b49a036e2ca6f5

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cc3d8cd883c758a6df47d7289752735eb68b19bd00d5c67b63b34339543382e2
MD5 00c52eb014971e46565a3dc91651f5d7
BLAKE2b-256 d1a54b532716d1598867566a3fa26c1cc23083a7a51e35335149505ee3c756ae

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 567f676ab1de7362d2e3053ad313a5df3932b852dffc6f81f32740f77bb8b859
MD5 1d0d71e08cc17c34d233340326f6068c
BLAKE2b-256 976180011b7bc2d077262eb2835a9cb0c00dfa1713a4212e8f35694e206bcded

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4e29d83958f8350b92e1173f6c0289651441e3ecdd8a4cafaffb61c37b7e165
MD5 28d3ac99b5f2ede1dfda5bce4698db73
BLAKE2b-256 328081e75986608aa17368faab4b30135d38cc64be516ad54bf01a3cf32c08bc

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cdb13239ba42620074d3e384d42823eb9edfbae6748fd30adab2770b5df0437b
MD5 c31834ced6afca6ceac8b09af09ee7f2
BLAKE2b-256 0fa8d0326fe2fb7ef58b7d0d12453d6991b2d055488bf1e9e9fd9a32a1a153bc

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gitpure-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cec153ccf2a7584723d897a07f89d174448662ca25fc6413996c9d61acc9962b
MD5 bf71e5bcfaba1074c54925c57f544139
BLAKE2b-256 96b6e177afffaf4d156bf446b3ce7aee85051aadbee1c4f64c6efd3ad9efd417

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 359de73538606975d42f5f4e8b24a68df2415624ea31a944b1fd5431a3cbf13b
MD5 3f5ab68dc081965dfc28331da3406a00
BLAKE2b-256 643af9995f780a27f2eb9122c91906d49a2cbfd16afc5664f36040d205719b7c

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1c702136f50a340696d7b2217e401ee0a547dc475a9a3fdce3b50034cc462ea
MD5 288c715573e9f49f03206e7e4e28140e
BLAKE2b-256 add0a36ff38eedb0207a06eebe86e151a20b7eac9fb0bb41da6b9b0af76ee53d

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2df9b19edcfc79d87b93f032ed52b638f5886147d90ccafe4c775535314675bb
MD5 ec38660503027e4a76265efb15d43d96
BLAKE2b-256 ca0a687c798935a57ac91364a89047201363822a11e8778a938f7495f4d85f24

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68f30e60695b237c32530ade5b0d65d71343c351f5a402a55a0ac48e69f503e6
MD5 c338058ca6c85ca93a010f103ccd1d33
BLAKE2b-256 e8de41b6d8912f6c267519fde52b7da1801a26c3c28692768b8bb56d04c55f1a

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72cfa3e82144db3fa725fdea7cbac1e2f594f929a23ffc772a720fb36230351a
MD5 b7b869c7b2536c1c4f51f319e54599c3
BLAKE2b-256 1fb443abe3979d3155f28e4a9fca82b5cb39195e152249277f35b0a2dc4c5bab

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe508e25b7b77e4b4577e399daab8d0f090a026d87bd943583a7a363874d235d
MD5 f086bc6cc65f171c3da8936c8b11b8a1
BLAKE2b-256 66d7fa5f9c00d1adc0602e88f730dd897bf01e61dcbc1abf768c3c8bedea315a

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 54bc9652f8bfcc2c972ef33902644aee5ff60a8e2e338c93598b5afc639a94d2
MD5 e1107a313ab151fc1a8760bbeca5f467
BLAKE2b-256 3b360a2f061a053af90a13a6a76d888e1f18f8b4b75962bfb0bee2ec39043bbd

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c81226be729f22c4c0b766c530499ea58502cac1f8a4e72aa918f865fe52df71
MD5 f01ed5a8279ec0a2c2816bc327a5a432
BLAKE2b-256 9139eca98880ef4986cb70bd5ed6224c8d40e6c35c86c8ec5f81b3e1bb1fa342

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d1d0fe9c4c4a078c954e0527c88d8d0bac1e2bdf6fc33916861c4719f5d6edb
MD5 8ff24528ea816abcd0e82400ce92016c
BLAKE2b-256 a88a0cb5712f93543d3d3d65a5503d03487d4f9bd6b7684417f928cf8194a595

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 16e6717c3eaead0871e44fc43b6e06d18243d88bd552d89db2b1b815d9950031
MD5 8fe4f0e0f5e45c6e51320ff400bf09be
BLAKE2b-256 d089e509285c2bc3e973f9da4f61fed14488259b1b1a668e8a20791c2190e81a

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdfc7f7b020bf1d37f95b7a3265d129853dbe2631bf48698225dfe4cd44a49ac
MD5 5d4c85ef9323557227b0826240e5d125
BLAKE2b-256 98b7baaecc15af0304e9f09d1b43fa211d231b91dfa7d0749d4fecd9712aa519

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9a176e522f52ed006d42f847a36f4a2d708b92bac4792dacd3fb8ec70c2a6417
MD5 6f110d312764694a5f3cb3ccc35c4354
BLAKE2b-256 d726cc70be60de79e76d39b1c87fe37932bbfef3bc272c315184af3bce4829f5

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gitpure-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7ba4766373e6ab08239771db871a04fd42dbeb7e62089f7a17e9d85751a9f777
MD5 e8af3e5b5cf387403895be4e23031368
BLAKE2b-256 5a76b7df7d13d4c891b9621799b5c7bb136e2e0fef2cdd357890bc783d9785c3

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf4b6eaa4a329566857cee8215f56beedbf403ce101c2a6bbd32e0d52c2f1cda
MD5 b1337cd6393ded7580fe9058291fb4c8
BLAKE2b-256 8140394db606fa6ea5e6387632e52aec9706040c7ddcefdfb50c5057dc5cbbfa

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0bfa2c94d6017e8f7d96806820b89dad47b60e867319781faa4d7434c8d51cf9
MD5 18e06e2a54943dd842b8605e2759f7b0
BLAKE2b-256 4983c66be5d54b509d9aaee84a4dc0fb1f237f469c534a5e070e5cd02b939060

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 445e6c2bfb9947c9ee92a23829415ebc3d6b81e8b81b048667b1fd8d78f598a0
MD5 6b7a5980a7ded0b236cf65bdfcec9c3f
BLAKE2b-256 d8c081ea6b786c373da770400c38a9e8f0a00432291a238b8350ca7d73c2e3f2

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee2bf6c8a2390e685601fcc4aada76ad73423a9c083a68fd65a667281966e14e
MD5 d36c78df8b004b7a1a98035de11c4725
BLAKE2b-256 dc48edbe98c78745eed1d7bf4b9b3f7f17007a63c7731d0d31dcb88e098a2ec3

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42519a1b119efa52c656fc20cbe2abfff3dabd30e885eff8f2d5ca7f97efd051
MD5 24664abbcd9b8195ab4a4378bde3f7ee
BLAKE2b-256 e02f2191086d358c09a804290bd3b739cabcbd64e4defcecb28447c8cc4bc08c

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9aa1acf4f7bed737a173009f83fab7fce7aef8d5d1ac2bb7955dbb0aac7bc5a7
MD5 c4fe15d0479efda943befda43f47a97d
BLAKE2b-256 06f9e9f8d1203f965a7295fc55bbe77a890e8c3e1a30c7a63e60dd00391bc991

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f9d77528e48cd356518eb4a19a15687a649d401969c09a2c6a6ca9b69f685557
MD5 447fb6c48d018eabbeb9f8672f71bedc
BLAKE2b-256 c0468432957125ebd6c3fae1795af870ef061367a40e3c71c99103d6450a4a7e

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b29fdde48b4521d18dec35a2ad01c8f99aaef0e2aa75249b42548b551a651ded
MD5 9278fb8bb2af59be896e83620537743f
BLAKE2b-256 c4308e46908ad35ea798017209e8fe20d05ba19a311f1147565fd5b2cc28cede

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ecf2be5e187f3ee3a960e8a4418a2d492717034dec7a328937d42ba3db95af97
MD5 957c67327bcb0b841d33e5c0165f48b3
BLAKE2b-256 499a02b71aef5efc352fa1ca480991c15cec68d6cc3dfd55c115f77797e27dac

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a4e8c04ecb7aa6b4ff041ef54f8fcc1dfd345a1ac8e810d1807c61dc3fff42dd
MD5 70a61541c2a7e2121eb849fd520c4329
BLAKE2b-256 4a420e13bd6c97d4247d6724a4635c7e0223521da79034f796bc05dc693ae567

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gitpure-1.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6101b26ff1d4987c82f6d10afe803085280614045a9eb471b34c86293dec7543
MD5 509b602523bf799aa230f8d76ae0bb5b
BLAKE2b-256 3b0ab0dd9f7bbee26b463480db806fd84817eb7354361c9e9a96111387e3518a

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b6a849765b363ff3ac6f12155cdc97db0c12111ff0737bf904c28384fd21c08
MD5 68860e3b166cb1ec0a2432a5066336e8
BLAKE2b-256 aa9d50a431c1e9ae84d19091290c6e9b9d93e60764ad999b2be91c1977a45786

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3085a6405c189c4db1e11a5320c0dd1b1c4e5918e332b1b64bdfefbe3bf81661
MD5 565a094fe2078e391c5fe2cb1699b9bf
BLAKE2b-256 76e15ff80d59858a0e80e3adb4009067df19173162afdd60ccae1a0230af94ad

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 76b597655edee881c72b5adb17c07330559903bda3f77e8588509a711d1e33b3
MD5 78e0e300da36fe8c5c78635812ef097c
BLAKE2b-256 fcbb8a60fc37937a49a430395389cff1899d80420d81c497c33fa3a4f7432c16

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a874cabc0995d066fd6887b9b1eda25b266bff6ae03b1470e743a018298581ed
MD5 24e33c96d60c1bbf076a9d92fb2f98f4
BLAKE2b-256 7fee1920f731799cec9ddc7b1c8cdebabe689b214ba9c5f84467fabcf80f3a72

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0600338100abe934a6c07c0b2b3bde0e8907ed560b02456562ce43945b988734
MD5 d0b14e8e914f53779d3b47a0145aa811
BLAKE2b-256 881d501831f99a86c78e0e1b6e229be59554d6c04bd98005c1b2f8a0c793f9f2

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 340647ea56d85d731169f8dd20fbe11f9bd1ae377d0f6dac276ce84da5280950
MD5 59b1c2ec5b092b7d2c7499e9bea2895b
BLAKE2b-256 018a6c43930711b14c82d29e5b3eaba5aed440b281d9bbfc2cc61a832f2994ca

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7c3df954972bdf1771fc89b868901d2fe3e29ff0519db01202d940bc7cd72397
MD5 20a34f36f5cb9a7cfd1d258c269d67b0
BLAKE2b-256 2c0537d6dd7e2150c2513a9666dfe5fdca99a9442730958a398dc39a3298653b

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3283acd6fb844ebcf687a93c113f1bfc767723341694af21c8a3ded9f1ef3497
MD5 bdbb4dd011d224dd0fb172de6746bbfc
BLAKE2b-256 9650697a8a8b2cce5af0d5f8ddd6259b269e756aca2916074dc3ffc436dcb53f

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a3fb6a55993abd6984fefc7621e88b07f03f4dcbd825938e199d2c931ec2610
MD5 d03b203dab57b24ef8f379a6874643c1
BLAKE2b-256 ab8b2ce1d5774da880ba9eecc50a864a850438e0b31e4111a06fdb434619ce88

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7cd724defcb51afa7fbf97e4eadd8f0f52889bb1e9692e67d25bb225981cc231
MD5 381eae4d07f715dc2aa3dab27f88746c
BLAKE2b-256 dd410531dd4c1d99d670007935b30858481b1d3a8509b51748a60991d47343a3

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ccd00191239819c149e76d49178c40a44217b13226a2dba4fd1e3aef33974b2
MD5 213378da2a2310b06aee0f825e0fc583
BLAKE2b-256 aa770a4a67589c1d0688eefdc021bdeb3818ba0d1c7904c4b514efb5e56113a5

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eddebeaef9194dd48e3ad2935af3beae891229b578ee4622debe870f7c7cbd54
MD5 673fcacb62ba336781475ffe6a9430ca
BLAKE2b-256 aeaf3f4e6606878507e3927094cec62bc6c89685223c3349e671aac27b8ef695

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d5003d360337c52c05fe2c2aef14cda355fb057801305f84bcc2b4e9ebe055c4
MD5 218d22f6298f5a51987b04623b8f6ad7
BLAKE2b-256 11c3044438fd0f0b0ac442f5854def59aa3a506d0e3bdd96b3fc4c1f94085c09

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f03ff4f685681426fb863dbbefe34d070fe644397bd18b88aea96796f5afb66
MD5 a90a056d03e8dc6b23e670684314d8bd
BLAKE2b-256 573e954b96bddfdbe57486c900f4d1cb9b535520dedbcad0df9f827446ec4c4d

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9fb3774ac5cc06c92836cb1e9b7a7fe8e2b4eb0ffe6480345c5b4b2afad9093a
MD5 bf709933a33d2689dd5a58c8d8cda14c
BLAKE2b-256 46ae990400344566ef84a898152d59c7fcc7a8de0480c0eb4ab4f294b585b4ba

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 467cc64473481e95950634451bf5fe1d211064e8d6318f5842d13fc199bf839e
MD5 994cda5f03fb1ed6a6dd978f2a3e5862
BLAKE2b-256 d90231aa25451691411405bf41cb8e35104f1ee7bed4575831e67b5727700803

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3aa8b00f68e817d347fce94628f2c0c49d50ac8c3c61a471f01dfa7b27168da5
MD5 8de6274482d22babd6a1533fd401ec8f
BLAKE2b-256 481ea7e8f678092675e7226282011e3d76ed4185cb386384f8b77cef05fa59f6

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eb568ba8939f80882e50323043a4ed2b559d845e645d04c4920517b2a7739af5
MD5 c3fad305d50f2f9be5b91e68967a5450
BLAKE2b-256 3ba6f4ab40ee4a0bd33742513e203ed2ad8d221ddb0aa75e514ce07928cce1d2

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be9da2e2d08926f95e5ce47e1f81a350b30fc3496d7cca2023edc8bb5a8bc4d5
MD5 544326160d742ae3fb18627e0d9eca23
BLAKE2b-256 9ad9736f324740da8727168af9b97bbda0f4cbfb8f1e6427e63b4067fd537724

See more details on using hashes here.

File details

Details for the file gitpure-1.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5ad8539e874d4dbe86febfed5a8580540e41c176bc92920af429b7bce4985505
MD5 0655cacd37be419c83cd62a5527c6dac
BLAKE2b-256 7bb64c21a60fb9f4e351b3e8a9db35ace7850614b0463acc3fa5bb0690f3043f

See more details on using hashes here.

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