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 via semantic-release-cargo, ensuring Cargo.toml and the Python wheel share the same version.
  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.0.tar.gz (69.3 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.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

gitpure-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

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

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

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

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gitpure-1.0.0-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.0-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.0-cp313-cp313t-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

gitpure-1.0.0-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.0-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.0-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.0-cp313-cp313-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

gitpure-1.0.0-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.0-cp313-cp313-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gitpure-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gitpure-1.0.0-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.0-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.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

gitpure-1.0.0-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.0-cp312-cp312-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gitpure-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gitpure-1.0.0-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.0-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.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

gitpure-1.0.0-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.0-cp311-cp311-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

gitpure-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gitpure-1.0.0-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.0-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.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (4.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

gitpure-1.0.0-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.0-cp310-cp310-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

gitpure-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gitpure-1.0.0-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.0-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.0-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.0-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.0-cp39-cp39-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.9Windows x86-64

gitpure-1.0.0-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.0-cp39-cp39-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

gitpure-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gitpure-1.0.0-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.0-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.0-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.0-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.0-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.0-cp38-cp38-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

gitpure-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gitpure-1.0.0-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.0-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.0-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.0-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.0.tar.gz.

File metadata

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

File hashes

Hashes for gitpure-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6e30c0ad71ca4ba91b1c48e21dae0b9c6484c5dfd384709acb06d805de5c14dc
MD5 c84c828f5adc6c45f488ebd60b50a5ba
BLAKE2b-256 4e96e2328d9f122d99c55b48d4080c78ed84e9696c1e97a121e644272d592ad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5994246a58920431b9412bb338d0dfb5f787956e67d59f359ac8434e964b131
MD5 0e2fcb3e9ba3f4d00a802f40d9ad435a
BLAKE2b-256 16840d61c4785cd8eefb79ff8ada29a918ebd2a84885fc8c853a97aeb8392f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3de8ed2106b1dbee26050d143d84d3867360dfe4661886dbe8a65130a4f345d8
MD5 c823ae370bc6ce3a0d91ca1349ac7364
BLAKE2b-256 772294127aa85781d260fee1e3d6a418ae602a5c8285f05d5fb914e0d0239654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3fb8d0f46c8618457a3fb452bbcff5147de61d2b3d1564379b1a9c655c472aa4
MD5 5cacf7938942bd6d533728531414eb57
BLAKE2b-256 1ce4e57308eb16e913a1ee463df07e8b1f3690a42a1729a9b333cc736a0addad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1e6ad4782121f0465b24e4a1210abd0523c9b7316567cdef2c421fff08c249e
MD5 47b8a163defd38f4bcb38a4ad8314431
BLAKE2b-256 2f2e9d17bb2c76c5ce83821674ef78b2aed182b2293a5e196bb3ce8ca71479ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cbe87cf7d1e1601b7338caf89f7fea6cae3b40687c0f8ffc4e20c25b1be2afc5
MD5 350e15038ffe19f14993501e6387619f
BLAKE2b-256 7777b49a416e8d5a062b6e11592910cf69be0c81a222631e02e5fe62dbd3e1e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e373c2aea67ea978d6c126e078ccbcd529b5a7e03a2978586967e47ffbe9a5e
MD5 e09a6739566efb2c5bf959914b7117d4
BLAKE2b-256 58a7fc59392bf87794ca8904e32601971411a005fe73980e330abad3fc774055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 69c95db3e444d3f98b19f87e4e7decbecdfc2fa463ffc7a0dd179f8b5501d192
MD5 f59a1de1ed6d3c0c76a616c738c4b28f
BLAKE2b-256 1a3b8e36a716129e123f4101a74cd19b936a41d21859e10a133e7acfdf299b68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7658c0f1804e3f6f3cfac13177cb05b6a7a2a4bd50f91a00f5a0b75afd23a31d
MD5 ae639feed96a88b2e3296a9a16091c9f
BLAKE2b-256 090397ddf99ace9533ad1a022aa87711d03c97af976f9dd62aab1ee207227ef2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a821bbba1612fc5e0f23092e7df3427b329fde9931b0ea1704a6dd71f7157be
MD5 1771ba8959f21450f1e8f36a0bfaee0a
BLAKE2b-256 464ae8fa7e4dcd15e79ca5e97863c1aafa130d39eefd7c3cce42f5541bdacaf2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97f5aaf3ef7120b3ca654cce6338e8d0183bfd2983f5449e9060fb039bab83cf
MD5 93302e2b8b5b9440bdeb02563a620e6a
BLAKE2b-256 e30e2b51b89788b6717c7f7285ad778d63b099151bc98ba4c624d6c9a5b50b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 773805ad9ca1f5d128c56ec93baea9c6bc7939e1a04320c009b6f2655720aeff
MD5 292cafaddfaafb09ab3152ac4939316e
BLAKE2b-256 63396c68ca9a98bb48f6f38e0a3f629b14a247aeae1db26eba8bb828cf6ddba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 003dd6bd67ea029eeda1b0b8de3f2ec98e250ffab7cc13508d3875757dfe5f63
MD5 ba59712807608b8219e254bed58fa996
BLAKE2b-256 8860db70f2afe7ee8b4f5603a375d81c4c4c597c4747473da190f15fca2542bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c8aceae6f8d6c0a285619fc7f452dc2ed9f5a11ebca1c406a65e2d84d855b384
MD5 ff19a62da199b256c6dccaa53b3d2e94
BLAKE2b-256 35a94e33585c2731a199dd32fafd263d801b6d3ef296fc551783002832dc8202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e4b692991f880c938630c18d6944563f48390195342b6bd785b32adf0c40bf1
MD5 f56900b3807b9da7114d65ab1a363f7f
BLAKE2b-256 c3eaab5f8012c5552356bcac851315ea27498d04adaf27d22e6cf5f4d66bc4b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1948f3ab63b7a9f7b95075aaefe481c59cbbc2f4c7ae01ee20118ca4d03fff3d
MD5 2da8f94d3ab31f70ee1325478cc30655
BLAKE2b-256 be54daebba662585dee090df84d1d45bdca3c0f61fd74c86cba3d036bb8d4f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4fa161b8be51d5188345128045d07d825a079772602859a2fc455e911238c140
MD5 863aef792dbdca5c872689d2029d5762
BLAKE2b-256 76e56371c28eaba440793cf8e0768ea022e9db83fd9abdea9020098c60bbcc00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3c1eaaea01923372663b08c5d72be5432e1b3e3c6c98e31982c6928eab7eceea
MD5 95934ee2d1d7d53e75d48dde55ced7e1
BLAKE2b-256 faeab020c32ca018a2774269125c1ea6f593f679ac0cabed2bfc7a9c4e06df0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 38dd83c98668bf0cd8c24c243669c74bcf7f89010988db2fcb22e96416815eda
MD5 caed09552b476738b3eb702611c20bb6
BLAKE2b-256 b04f1c661862394fc7e4cf38bdfe6e429bebe3936b6124faff1b7742bb931a5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d0a02f2bd1d5ebb4fff66f0f8686bb6de0743e1e347030f38fc50a5dc2c9552
MD5 1d1dc78b424cfe364f5e098aaea8f58c
BLAKE2b-256 38433b15c7136a679df61e672e833e6937ba3f7a272da97623a710af326df1b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be377fa56cef0b823092a26fb32b6f69556883c20f6d3f3f415c6927ff3b311d
MD5 b9092d1ac5540a32adefd488665de2c3
BLAKE2b-256 c74384f7ab7a8323e8875ef0b4047f4238c0ea653907eadb070265f1f2116fb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8c45a22dd8ce713508cf8a65a3fca9179b5a6d395021bca64a85c5cf7b4efb0f
MD5 cb4eccb8d58fb6140381ce9bf37e8f73
BLAKE2b-256 2172a5aed454a9b77ba54f21da9fc71859ed9392dc7c087babd1e8119efb3146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 942583e8c91966b532a78a138a98311245c106dc073c17cbf5269a8e90375e96
MD5 1f48517bcc74c16cdd178ab017f29fa2
BLAKE2b-256 a3da58a59151b665a5085bb878de7325c5333f7ab1b881f8cd34c4d321462b84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d9178a2dc910022a0eb5daf1c5b677f2dd50f17a3005fd8c9f409a2311e2981a
MD5 ec475f0c39a16003743a1279616cfe9d
BLAKE2b-256 37f330752e68d71ae37173a18f3e64e0c38b2fe5d4331351cea8563ec27ba766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c054221c2f59a758e2758f04e8ec9d03012eab4de202972fa7d31aaeb16bc206
MD5 b3fde5a30b66be35f6472c1e0535c435
BLAKE2b-256 8e00399cdc3ac710a79992664ad552a895bb710dc92783e585ffa7977baaf9fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d87dfcca5bdc53184605d166a5a9d98fc044bf68b5a8f1fbe38cc76c7cdce6ac
MD5 26954c58743cd3110afcabe100671dc4
BLAKE2b-256 8486dfa7ed65c9b50b69712a727f9d5ad91e4677a67b60689e388f4556abbbf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 35727a748b5e179f9c53df52599967cf994a80dc5c940d44418eeb08e1ccf2ca
MD5 870aa7a1e76ba25e191105f3f4baccc5
BLAKE2b-256 ebe6a752883e97aaec386722265d0df2ca46d3f6bf2f919d5c710a4676599101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3342163a905f16f53be0911ac1c3134ea29cbc6a4714d2cc143d34860231873
MD5 fe6431b02ce9316ca197bbbd0b464390
BLAKE2b-256 31bb494c83d7ae2dfba58095f4a62b1209dda6a4fe162ed643d9aabe59d23ede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a579d61bf57b551703f1f47d5e58a669b3ff97be84e6acfbd11f2bf73b0e249
MD5 9a8da3f17da41494ef56a4814008fd8e
BLAKE2b-256 79d5736365d146922ce406b1a144b5c6fd27e1c7accf9019db047a6b3a0bc7bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 585025ca9c847ab45b3d001b5ef070e96cb5bb0ee9a0a124239b90f231ad73b5
MD5 a7e4aca479b308c3a60625c735907eb8
BLAKE2b-256 3a678b4f38a8cb55f7c7716f6fbee9efc8b80b495dc019e20922bd8d6d882cff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58bcb70a85abab6aa47afeb88bdd3b99aae9ff14d4605e8134f32bdb23bcea2f
MD5 7f380b06398b1cb4362aaba51f5501e4
BLAKE2b-256 796945c9be93058970fac93f4ad703408da7079182f591918c98e096698307b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 24c9f8142a99f0672e1cb59cd1a02ede2a4374c3e8e6a1d3841802c688358fa1
MD5 9438b2730f5b374beba20be1b294f23b
BLAKE2b-256 890e0e530e9ad77e5702d9171957ca9db0ea228ca3c486df92556d351ade35a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b5d845ae4d7ffe4c0f5e45070eea9d1ea79c40fc587a667e0e3b7f4d0feb294a
MD5 aaf14bf4b026aa4241da3a1ffa28ecb3
BLAKE2b-256 6047c0ec19f7363039820b382e307e40c381985bd9056b4ba9421a28da3d9009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f74451cdd0072055d2c1139a6f5b29970f34f4474497546bba6c1ee7cc10bda3
MD5 2443bd214621b8ea42e1185a572b26d9
BLAKE2b-256 bb6941aa1b67488c0b2c1b0c93832ed49d682aa7e2c57d5ecf23ffff94aba8ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc9c827a4a7b93ace2b283ad21dfb484626d8b35bc02422c3e8928b53482a98d
MD5 ad8c667c6a14b486a9eb94284814e12d
BLAKE2b-256 cf926585437540c5b10514ad5a22267853ea244d681c367d8a40786540322d6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 613ef1df6294ba7abfecd62fccabec4b4c38a77bf210329085eb3679c07a53ed
MD5 d75ddb1cb8a2188eeb50a17f46ef6519
BLAKE2b-256 06ddd3631f26229177532b64942986e978348a1588a4846b7c24bee77cb8f6c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 720a047709ffbb3a85ec56466f7b527c353e28e148c55e143b7748a81db490d9
MD5 7312ac1f62eab1cafc185d765f74cd83
BLAKE2b-256 4d60a76005bd402d1b3ecd1593793cc5008c9b836f9914d15aa9b2b61607a3ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitpure-1.0.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fd3f06e1307c697cd5419c1c9bc6aee26b92767ed92f250f89a7d9a044478ac7
MD5 265729027bfc09fd38fc368624e5483b
BLAKE2b-256 e87244f68f35ed64b2f2418a2209b80d6bb19ae38ca497a6c6857e67069915f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitpure-1.0.0-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.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1943cea7bcaf4a827e669de28dddc8289e8303a7caf703a9af8c6dce3fddbccd
MD5 8a6987db78dcc77493797bea689e6a8d
BLAKE2b-256 9e94419edc63acef956d1c70194583b102fd0a247db80364d99fa9f0425f6c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6f060d9ee855f472ba7d90ad1949184e88c7cf760af7fdf5b3e1cdecc8b550d0
MD5 7fb2c633e1028eb18c6985fc5996eb04
BLAKE2b-256 8c9d4a213159b7730c120c034be86d1088576295f66a840b7ae64455262f3b05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9f3b37ad06b2a6fe5f1cd6fbe15dd79c9b6b06b62e06e497395b903113fd42e2
MD5 6822820ff43ab87e772c57fb61b1126e
BLAKE2b-256 17b0e8e5c10e696b0f6d71e395dc1e9a53f1e04efb579192d70f4f20bef032d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e7112d308dc12176bf3fbfbd9e73095ec4e01f309fbefbcf27b2061affb97214
MD5 e14f78a63146127127d67a038640578c
BLAKE2b-256 e0b23f3e7f56f2b7d30be9ebafde2ce7c887723fca3662943424141091e34559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e002785b229695ff7dda106f43ac47b97c3f6a38d5a465d0cc6db9b2d4bfecf3
MD5 4a6a443271a026411ae7f2826f8c177f
BLAKE2b-256 1547f40b962eacb4e431952e8a84496f5b789acd0b6d70744e1d3b3e563fdd29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51c1407d996fe1eb1b6efdfc80dbba87e8cc3906b77a5a08bdb289baf37158bd
MD5 2ddb63b88b8d45e48b3ffb0ad38988f0
BLAKE2b-256 5304f5a4ae89ecc2affae0e5cd0d8a222e67ff580a93a3d7c887d5ccbbe3420c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0fb1af8204faba9f46bf10ee0493f6a3f426c3a01c58108f25f7d1afedb1b1f
MD5 5446c390cb1470e5382630735fe25af2
BLAKE2b-256 b74512bcc1b2ea2e61b4d7730c862a4c8e0a11c6a3acd10f013fa82a75e505ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 900b785e220812f3c9609dfa6dfca25a4619dd3766ee4c269838e0b48b6f2204
MD5 c3f9afad42eed380668801015e489a43
BLAKE2b-256 9735c6d6c0bdf5407f5ec64b9c39df737defb6fac5c867318b8f8ec883c7afef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a242e9cb18bee4f430d5fd57f7de30b44543d26917b88b997aa43d33a4eda6bf
MD5 f8541533bee13e4270e0bb381ebaf1a0
BLAKE2b-256 82a00e314331c78c98b1d35e5efd38e56d84cec3d010ef2021415e9667cf1984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 818ff50d32ac28638189b1e2483c0c453755cf632fbb712c52031d37c70843e7
MD5 ffb685d2e9aecac040f32483e96fff37
BLAKE2b-256 fcb44dfaf3f192cab781bafc3af36f3aac70b782381ba3d0b4e2e29f534b469a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1678c21b0f5bc63dc25d40a88faac681973ff34b1a3d434474c82abb901aea85
MD5 205d1119d128be5007714ab55dfe2018
BLAKE2b-256 136820d899a6124f8f8068447d0518cd6174b8f563f4e60e3601e28115f9812e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b4e34403e472f0d07ad14442e52ca2cf1978f63fbd1709f49c7f251fcdffd39e
MD5 b5baf10e22181485b550c463cabc2558
BLAKE2b-256 3248c553b2f6cd141286e7e9e8a6d6796caea9fb8952d0789bbd44ff5684f54a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 acc02d1ae07aa38cb222d0912950d1be79a65018bc280a687d2e78d50667286a
MD5 cebf7ed35e69639ca77cf8c0d493b7df
BLAKE2b-256 73a9aff05a77b9e1b6d8f0e02b61a31c45371a8bad1b634ad8b53e16592451b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitpure-1.0.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3b29c6a768927b52810a51eb3706d93fde8aac0f12f1c8fe9f5e1e3cd1285d28
MD5 60bc6df5bcd63c186beaf09f55e102f1
BLAKE2b-256 c55384ea47baedc14342153e5eca41d685b51e2af1cdf0d3361317583375f674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbbb786b581fcc8ce2dc1b3e0a38137205005f56453fbd0d31972b95168dd995
MD5 5b3f33bc46be53544452baf5452a1547
BLAKE2b-256 18b0d4e4fb1ab428d4981190bff1f72f07fb3bc1bbddaebcd7047190edb7cd04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 05f611a6542061afdfcd524963b82648eb5fc4a63e3b4e647d91a33b55d89ef1
MD5 aa0ee8cd725dcd7e3564b3196ad281e9
BLAKE2b-256 2a6ecd78745fb184770f8223c43b69db5a8b9b82e71b3d6490783caf8558e3f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6a91ce33ff4c7e27db687e9f2b6d013e25941d058c9153df1b426e672973d4d3
MD5 c5b52e1b4fa6be8902ec7cabfb4c5746
BLAKE2b-256 ae6772e9cc30b69b838e96c6fd9c6d9b939c9dbcdefa5c75f8a36c56e65fdb2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee6e344c49dcfc38e5e37e992940b10812fd6209204af2812c216aadec90eedb
MD5 16ac8f01ba72622b4818e0817954d9d2
BLAKE2b-256 91ca0b6adae4cc90b6eaa7cea11cbcca55f72e7eb3926986c160a4a130367c57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f282967c44a6ee363fd22b3e8611b650b556e44a777eb830aa4019f0ba21acda
MD5 58e0f2798814de1766a71a933f11b385
BLAKE2b-256 bc84d3b18f51dbcb445924a6f7dc903c813ffa69b7f26d7346704d4f3b0ea350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f700cbd7398aad44622246a353a9b496a711dbef68161361d068fae8205f3a10
MD5 3dfaad12db8a5abd053c6078216e037a
BLAKE2b-256 b0fbea797af8345989dabeff4cd8973a0faaf388738f7817818586600b146c4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2dd6ec93ca5319106ed8f5d5c0fb10b07c94a5e4fbe6fc50ead5ef6464788ce7
MD5 579a312d7b73a6d24e13f4e98da49e4a
BLAKE2b-256 c173a50b61dc3fa13241936f0b5208c0e0ea8d1132da37088e3aed3e26040221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bba2388e8339d8c707d770482a5a3f874015a5eede2fda6f9f71c1855aca9c21
MD5 49c93de75feec4cc7d61494270a98762
BLAKE2b-256 34ce00bd5e21bf48afca96ba76f2ff3089c2b1d6828ff64de4b4a51f6b8daec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1301bccfe6ceae55ee9e03289f6edc493ff3f80070bae2847ce35238e206b577
MD5 a3d3910b6f23f469e43ba35e0dd53c55
BLAKE2b-256 94dc8f1c4e4f8a84451832cdd9b5b118d9373b1931855186094eee6231402d8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e9f15b229bbfcdc62c36e6d8edf705ed52d498447dbef89d1ebd56d4cba267f4
MD5 6684dca535a6bf30ae096af24e2e9904
BLAKE2b-256 2fd9510d2af3a836b466e73c4cbecdde3260fa3000356ff1ddddb91e5ff68f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8244e9c1a140a896fbd62876c54071895a8ecbeda50f143fdeea1c25ff2e880b
MD5 5ffdc4d6ee13dbb77886f646d027e5b9
BLAKE2b-256 c0a6cb2957dda1a238aa778b922a1811a63251b48079d3308044b04a0b47ca6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c1be97669023f69ce602f58aa5a3853bb0534c2e9feffc43931ba0e039fcd952
MD5 3fe72dc8a04c50914c06067b5e980c03
BLAKE2b-256 889af063273208d1330d19a85d29a3fb221cb6ac0f385a8f3d6d6ee91cba3177

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitpure-1.0.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4429e752ccfb4ac4e1006ff629b68143c82d469d320314c9f0299efe4cdffda5
MD5 d7bf0d2103255630482787eefcfd7d03
BLAKE2b-256 56f7966b7823a5cfe66dbf3e76cc615f25d794b61f91151cb27e18fed1c306f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10ee8241372aaad6cab240ba4a29c3cf03760ff198ae4793f046458885b55c58
MD5 97f0c4416b68b5757476704cfa3b96d8
BLAKE2b-256 630a06b7e975e23dd9dfd427be8c537742bb9fbebafd9e9f404aef554c15e651

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5016262ea79188bf003a4b7eea423c4538da8d734a39f84fd17802675a092b10
MD5 c2a77e997068717f5fe8cfabd2ab9c72
BLAKE2b-256 f06504859795f5256fe89b7d8f29a4ce18e3934abaf5773f28824be6bec984a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4d2159d1ede0d13a0e7bda0caf214f01bc5e6564c0958f178e0710751a52b940
MD5 28324c1bfdef818be54469d8b7a7a22c
BLAKE2b-256 2243f3c77234869822ca8f41d044c6afeff60c79ea53827aebbe29bce39326f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 036d2ee831dd6c6f986ee7e48e6f686ec18df5c5a3153b5eca78a83674f3eb2d
MD5 d0f9fe629d2b1e430e2951c99f03d687
BLAKE2b-256 d1de3529b14aee3720526317e8d0582a83fad4ed4437461980b8750a936a75b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e3a909b0c0ce465a5b3d972a02ce21ca719e4d5be6377207da29b4f96897501
MD5 3ce6bf9a503007b0196d0c6a9920ba32
BLAKE2b-256 a013ec03aa57a29ae4aa48ee8655828f0141d6b4e11fda62543a102355c65427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b59db505305e6c0ea48b9ef5893d38d93b3fe3ae19382ee8d8feec89c42153e5
MD5 37f7b4b8128ecb1da6345e57ecc7a617
BLAKE2b-256 c2d3136518b3d1c78eba4dbb841b0459a6f1ad9725ea5682db05a958995f4f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 762b0cb0121853aeee57f8594ea984bb28fcd55a98e2147c7937a38ef148e7c5
MD5 35ca9cc6e7915e2f47fa2bb302ee2ada
BLAKE2b-256 7b08951ea5bdf334fd2080ce7fc2897b4e9012e8f499c01e6a5ab73cce6d515b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 20f6b71144c4a0f7c2ac7a36d4bbf0a5f80bfb72374bf95047f199690fd1ed39
MD5 782e58524512cbc2da8ab6bf18f2f5e5
BLAKE2b-256 ceeed9a520fc4a0d336511b8e3f2129f416e66508f471fb3ca91f734e6dbc82c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e3e21244943207d5fda3a1993ce57eb6d3fd0db8ec7b48f1dd2255827e90853
MD5 449a66726a3fd175edba6efa62495cfc
BLAKE2b-256 c5c516d512e515cfb23acff127c49c1a5486ece4fbe783c9e950af549cc55e70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7266e9c28c51702f02390a70c3b6cd577f8d95fa1b265029b70691c32713addb
MD5 c415006eb77583b39bf569974fb2315d
BLAKE2b-256 c820f4f723f6d24047b67676bb34469ede74a6bb25fca3546c018a9118a5a048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5883d02edf49948ba25fbb8dfb7d23b879e57c3c8bc89911923b87d37813ce25
MD5 50e123283171ca08af2b4347214465a2
BLAKE2b-256 71ac6df0afa6e236e2053a3dfe645e9b4c9ab2881c8c7eb7230b36b98d4e74ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8cfa50b845f9052df98579ae4a8aea34bf79bbe93c914e05d92df94c479d4133
MD5 f2172511f65644206baea37d50545c38
BLAKE2b-256 3f7d7e5803882eda9b81713ebf96888822cf63b6bc15d7486a5d652dbd4cbe3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitpure-1.0.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d02711aa95589cea31df4923a1829a72703387e6ef2529ef1636f4a0c28c260c
MD5 42328206c6a13d022c43cdefe19c2495
BLAKE2b-256 a0bde24910ba3afed35cf79e01020ebcf5c52e550d81f67633f8d29af45f96be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c1748e79070b9b9c5c5c4f14079cd384fe720719e377cd436721192254db9d7
MD5 ae4767f0e0b29270622499f9d88a012f
BLAKE2b-256 3302abcf8d8d6c1e454358fc564ca3747a29172ffb3bca87a25dbf9048e44678

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a4ba6506001a08485831510629e9adc45e2290f9404da754d2a0191b849a4285
MD5 06f99bddec93e4a98a779da623e8bfbd
BLAKE2b-256 74a25ebdc4c0eab659b3a6c6899c951883f96fb3462146b3c4bf8d1a79d0d8ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c1ef13478149b034600d20ac40bd5123458ad879ac2b97102ef4b80586f3f2d9
MD5 7affd0d730076b9aa7f69e876538d3df
BLAKE2b-256 be08915d4e6659858d4755a4384c08395836a461d88db56b6f754b34b8b4bfb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3643376b857548cc81bcf012bcaa1eeeb407e77d9222b1324b24e86c7f6a1619
MD5 a76b843222e734080dfc3cd714a9f94d
BLAKE2b-256 b45245abdf997b24c770008ae3f41514b0c99c37c4f21a45993e4e49ab1b8934

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8be86c219be7033e38ad8877055613db9a57caf575f5ef59ff3504e5145f88b3
MD5 69af0b0551659b93c6a0e8645bcf201b
BLAKE2b-256 a81776441f67e9e9362e90633fb7f4a81221aa0ce5fcffc759af9b4e46673a2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae49a1a505083c81631e18145ea55c48840756a9c361bede9daef8ab808ad416
MD5 fd97c9595411664154d80825bf7c4239
BLAKE2b-256 3e3d36eda551865cd86f27ee16717edb1ba75ea065f598d61ba24c6a646ddcfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40d81f8b4a6b89c6deaa54c31096b9e34546b56190fa4db231a299d11c248be0
MD5 d3796113cfdd328dfc8dc605fc12f8fe
BLAKE2b-256 a029b49d0a41ae99b29d96714c2704c25559cb5baf5ffe44c3944c4a1b96104c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1991b46248d485c4eec80defd34733567962fb334c87e2d51a46ba23c8b949cd
MD5 b21396955f6e1cf33e64487259dc9803
BLAKE2b-256 dd1ef4a0122f2476d0a072497fce3f3732baa4090fcc0f631080e05c29a82fae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6960fdc71c5146d04c17b7170a6ce2d53359e889331547392d937c60286e9e48
MD5 f16cff067cec40ad4fac7a84c5db0d1b
BLAKE2b-256 2b59196c69139b44ca656e12203507cd70f6cfa0ea303be0e05c3802c5b12d67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 954912d742985b321ec2f4e6fa6eef8f2df149a69550f591123f1ae30f7ef5cb
MD5 07e24a3a99f8ba94dd61d6f75b7a570a
BLAKE2b-256 06872a56e3bebf31be2a9a3e5486118ca37fa99eabb844cb0066dffc941f1800

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitpure-1.0.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3f96e79e2f38951351a02a50dc97952c785d38435c705496da35a1309fa752d6
MD5 70ba969e404460bb7717305e737505d7
BLAKE2b-256 9c7db0e1a826ccf4a1b2add1a8102ac078b6c6a6ad27869d625da2ff01b86beb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd03a355ed74d18defae1c1299ddcc61334fc2f88b7ecf7d395149b2964b826b
MD5 0178f923ad86e7ec196ad64191915757
BLAKE2b-256 62ca2b4da7ee11eab180e832080f1db5d0d846151448a2b7d7c94de8f9bd584b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f0a7adfacf57e20cd293be4eacc156d98d9b75ec26a35ce8e1c089968aa39975
MD5 2ca38004d1c6cfda9386f87ddc940a01
BLAKE2b-256 7f059eefbd5a174d56d8c4e91607995b0986c5d38c124391d3b0faba58e1400d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 43108eef56c4a2d23c5563e652db19714cf679878d6ada3af116bb9779134799
MD5 353a57f57f62dafd52cdadf7c2b8bae4
BLAKE2b-256 c604de5c60980376ee1c6c8283ebd9301c27a0964360f1e47a27ad62307b9d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1096a53f4e9c5971fe0495586096c151cb467114f7c64449aa0e789a414b8b6
MD5 15e08853e80f1df3ad96dadc9faf6509
BLAKE2b-256 abba39dd87dfd7df2e07189a2c6c286b660fa50a6f38baf6b32939959719e65f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40c353efdae2ae0b193ab455d4c11da1d63a9befc2938acf8a76d74f06d96c26
MD5 fe3153407d1b538a8ded086b92c4bbc4
BLAKE2b-256 63644322151e5865087399bd2acc2f227352174abc37d4858a815d6ea2bc7334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a692a70c09eb7c41e50fc01f89c624d5e30d4e383a20a92593b59536911926e
MD5 a7587a074ec31f05058de1062507aff0
BLAKE2b-256 7f286b1616f70cd8594cfb77dad6ff0efaec28bda2dd23d377f18438db37f002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 726a6408c1294c2538ff7c955dd532d562ef3728af081a1576d53c3807af2fe2
MD5 536c447d7e46b7186d246de471d9559c
BLAKE2b-256 746bba651c18a90bd58572b5cb02a9246ddf9d3e8a29186f2264fb09a9f480fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c9eb60cfed3d86cc9edf83929fa46bef650d827155293021b54e1b1a0e1b61d7
MD5 38d76f1a165d7c413cd0229ec0f904dd
BLAKE2b-256 8ec802a285c30963bdd2a81b0c7137b43a3f7df25875a147f8ec3b72d6b63b30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a37cd281af76536abd227445be59c386073b20c66f648dedbbe629969d021714
MD5 04d664c740e31d7b64f6a2892eb9dd32
BLAKE2b-256 a7286784b57be22d3ff8cdfa8e3886e73a69aacd258e993fb13108d3150419f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d7d685a2277dd3b0006b7ca66229aa6ad3e8b1583b3ba8525f685ca30babce96
MD5 84795d219a2d7c7fb531b56ce733b50a
BLAKE2b-256 8c8cf1e88fa44a3acef6a632c129b8388d63cc6c502de9eba6bedc887189e1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 124c43f132113d4eaa92e9c03329db0a3c6345c76d403e181ed2e2128901adb1
MD5 fc3a2554ee3770c7014d2d21aad17df2
BLAKE2b-256 7d4b5545cabca76e3c67ad034e398450748b9096bb0c7048c8f7b7e406d4f4ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58c26f4aa9bf98c8841de8ce3f83bb74e6f47b51a7370a6a7e9ef38bac8dd38e
MD5 2062e1821729a095b5394db160fa36c2
BLAKE2b-256 b1862ca5d607a98d4071520389c8966840bcced4667e84774f81121be98c39a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2f213f7d086519e87826c745e08fb9842554781f9356ab7d3dbabea5387d79d0
MD5 91211642d72ec00fc73e0f2362e2c1e6
BLAKE2b-256 8dfa3f0f7903a0fc51deac042c98921ccf6d331876ee9a2cb81233a25eca81d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b5bbe48697da22328c9ba8fcad9b73ed1eb7bebcf3a09400bdd8a87cef3aa453
MD5 5a5b2f902d1242c139ab98e02f821628
BLAKE2b-256 01aed5caa4510af909dd0b307e7273e3a30bb2307aff89fb7dbd637582accfc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7aa5ba3d72a71f467388b41794385bfb67ff8e73b9f95dbb57482b422109b42
MD5 c840507d708d0aac8e1a3051da5fc922
BLAKE2b-256 fcd2be393c2a1a008b68908736a4b034766cde0f78ae53b3e7846029edb1b2e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edf4790f55d863d4c002e8aa608cea153a53f27868448570058d6702d292ef5b
MD5 d1ba76add5397e1ad0ab1a716550b346
BLAKE2b-256 7640b51a3a17858ee0935e97e5e9013d67728e6440c43c513f8cb14f56b50cdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c6d2e3ea6f1756dcb3c87368690e5c0255177065dd2aa28121d25f93c5a0d6e6
MD5 2f889b392ba68e00b2539e59a2e6879d
BLAKE2b-256 10c318a5a87294cbff6ce2c8f32cc64f2198cd481ee787f50600cc198b9aa43e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 02e9545d8d13f43707c1c189b70ec99a6e4ea440296408aff6aae7a172b7d56b
MD5 65426defbc03874a7bfcb49d979d3530
BLAKE2b-256 7a1b81c7a54839e6bdd2aeedc56a0ad78909afd211823cee2e23e80df7b4065f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 926b1a48fdad16bb672bfe2b53c7fb7afd0c6c9bc22a033fc05c54210936ccf7
MD5 76ebc7a1c60800549eb22f0606fc10d9
BLAKE2b-256 9b8e17cc430d905b41e8baff306ca7f5b678439b3377d75decaf69439a995d5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4864ed77b67d189e906e9919d40abc7067ba6ac73f4e255f91816816a5857bff
MD5 46d0f211134bd92722fdaf6210771e57
BLAKE2b-256 6db5d3927951262e1fb3f05f59173589dcb343568d1ec12939ce4fcade4501d0

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