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.4.tar.gz (72.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.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

gitpure-1.0.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

gitpure-1.0.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp314-cp314t-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

gitpure-1.0.4-cp314-cp314t-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp314-cp314t-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp314-cp314-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.14Windows x86-64

gitpure-1.0.4-cp314-cp314-win32.whl (4.0 MB view details)

Uploaded CPython 3.14Windows x86

gitpure-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp314-cp314-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

gitpure-1.0.4-cp314-cp314-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp314-cp314-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gitpure-1.0.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

gitpure-1.0.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp314-cp314-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gitpure-1.0.4-cp314-cp314-macosx_10_12_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

gitpure-1.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp313-cp313t-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

gitpure-1.0.4-cp313-cp313t-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp313-cp313t-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp313-cp313-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.13Windows x86-64

gitpure-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp313-cp313-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

gitpure-1.0.4-cp313-cp313-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp313-cp313-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gitpure-1.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

gitpure-1.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp313-cp313-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gitpure-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

gitpure-1.0.4-cp312-cp312-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.12Windows x86-64

gitpure-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp312-cp312-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

gitpure-1.0.4-cp312-cp312-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp312-cp312-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gitpure-1.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

gitpure-1.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp312-cp312-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gitpure-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

gitpure-1.0.4-cp311-cp311-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.11Windows x86-64

gitpure-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp311-cp311-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

gitpure-1.0.4-cp311-cp311-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp311-cp311-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gitpure-1.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

gitpure-1.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp311-cp311-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gitpure-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

gitpure-1.0.4-cp310-cp310-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.10Windows x86-64

gitpure-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp310-cp310-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

gitpure-1.0.4-cp310-cp310-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp310-cp310-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gitpure-1.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

gitpure-1.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp39-cp39-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

gitpure-1.0.4-cp39-cp39-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp39-cp39-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gitpure-1.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

gitpure-1.0.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

gitpure-1.0.4-cp38-cp38-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

gitpure-1.0.4-cp38-cp38-musllinux_1_2_armv7l.whl (5.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

gitpure-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

gitpure-1.0.4-cp38-cp38-manylinux_2_28_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

gitpure-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gitpure-1.0.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

gitpure-1.0.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

gitpure-1.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

gitpure-1.0.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.4.tar.gz
Algorithm Hash digest
SHA256 0dfcb89ac891ce68fd1526fabf2695cb6a9d54cbd5d3e0547cd7e5fbe82e91b2
MD5 16d2947acf6b43c04f63268aa822d831
BLAKE2b-256 58900ad0d987ae302f2410a4b7a6db94378aeccfd91bb63c46e89b7027860a68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7d5f607892c60705d4ec825c405b389d49675147ccec33bed70372410829ac8
MD5 e7c3dd0b2c7b1f6b67ddf68d7eb51962
BLAKE2b-256 8ccacb81267192990928a4a108f5d99ff04b1ec1033f75b5fcc6c22ef5592523

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c28c7b3834cfb09fa94db1d746d3d5842ed29335ab9fd5dd0d9525ad67efb3b
MD5 e157cd3e80c0775598fb70e61d0096fc
BLAKE2b-256 c8e627e5b1a2969322e554be23765353dce694b1855ccaab07625d67abdb87e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a5d507479dee4363d00379cab59b3f25370b6ac3f4fb8d8ae1afc3bbbf6749f4
MD5 16fcac21291c5091af76a68b14b50a23
BLAKE2b-256 291e402cc166afa166aa0a3ff0b5001ff5eb661172ca9daa8f7727070177ee91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a749a399e53ce0a55cadb5caea6cee92edeb2ae208ff768692c5a80f81c5b38
MD5 908913cd78770cb971237358f5a1fdb7
BLAKE2b-256 5ef2b2a15802dedfae20d33a4a02d466438114c342f322235af2c760a012019d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fceda319ec6fc828b6b9e96c6f7d43e09fb2cda008a126bc00fbd309b5c0626
MD5 ecdba2f06ebdb2089d85f3d6a1bfbd66
BLAKE2b-256 ef4ac56d781d33f91cce375229c47fbf3345b7bab3010cdfdeab26871598e2c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4570f205fc89b1d1a6b9e0054aa92067270b9f5e688396e4c9876fc843fad3a2
MD5 90b330f8a172409a230424fb025ed87c
BLAKE2b-256 e1c7914ff01ca0a429c3816dbd004c0641da9d1b7090f818b10369dd50264cef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 79d008a50de7c9762cc73040131fa367dd6efffb56350defd91b8df516332791
MD5 301c24eb6b6c9cf6500c18937b3b7437
BLAKE2b-256 cd3cc4fee49f9b42c341a87a78f3f1c5fb508ec5788363efc1a005e1006b1f43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b220d1cf60eb1041a89d175f7270a7728524e04c14797123ca879398cc5e5be6
MD5 36866c3b0100835f897920dda71cb382
BLAKE2b-256 c6e08b3c4f3f46fc9c60dda2b856e065b728eb8e5c8a71cef2d1dcb55ba13ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a4a2539d905296fca4132a3bb0caafcbac9b6665b0a86fc81f892ac718dcc24c
MD5 7b6ac0c888f7e42907b6dfed34b8587c
BLAKE2b-256 7215e6a537b88dabe4f11c8e7316ee5533ab992cfdeeecad479201c8ea9b141b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2726da128bd5d4aab084147e3403dd86b0cd3155a668310d796ed93bb9c9a9dc
MD5 a689ae6343ff4136cfeac74e227ed526
BLAKE2b-256 844ff3c9347fd6609a62d4c5a0be01270e8ab4e86bca6a85cd187b7026ea2f9b

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5992a9e0d8cf8b3f50edff23390218d23fca86f2d927a406f521b684946a763a
MD5 357dae5b3c7a12ab430d9d8460fc3629
BLAKE2b-256 127213050315553aa680f3331b747679b560b57a7ac9033585d32388a909983b

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 561615aa1857eca8cdf3709af256870aa70d945349317a6f9f537ede3c7d72c4
MD5 e9bdbac1f313f33a237a76ce8b77fa7f
BLAKE2b-256 3552604b77449974477dc579f800b957effedd4489b55db1e5066af42d733e49

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 161ea27a45596cdaf6e4966a1c8a902c177063dae9968ca1482025a4d8fca103
MD5 8b41c98b951c70e0859b39098addf7a2
BLAKE2b-256 eb51897d165aeb4eda54044a42781122941ccc5268987a9dd1c89efbff893006

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88ff3765eb60958b8fec073c7e4ff645f288d63efb7e72de2cf41b0c46e1d990
MD5 723971734774ddfe49bd69ad02120482
BLAKE2b-256 60ba92104a5da1718102ddfd1a4356c13069f16c5a7d447a40d194434b12c4f1

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff64c21f9bce0ec89f49688d7b9317764440e4bd1f874394cd0b3514788aa92b
MD5 9821a4434fa5c097481c9fac304df7c9
BLAKE2b-256 954ecad61b164474086aad275a12a55ac7a3ee09f5310ba7ad2ea896aed6dd82

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0739382bf8321ecd92d306f20dd85b6ec23281c033f032e9039bed4cba72248f
MD5 7845618360a37441f3461c2b5e6fb6d8
BLAKE2b-256 95d65b4ff76765473496f23c1d5c94cece8faf60caa2b628aeaa7b38a3f71824

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 05341adcbd005f3ad554066d4fddf69fd59ad0305e861c298fbe8215e40e1a25
MD5 54423f4703a097e08bfc4830b0c6f2c3
BLAKE2b-256 3081f4e7b2b367162238915f23e8123a6503c10e6b9e8e8e2f73b5ab003820c5

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d7bb3efcb4ef26d5c4b1d331008e9477c8a658e7e922a5eb099a5ec4d764e7a1
MD5 8c5f99e763b62b20941a37716b6524ad
BLAKE2b-256 4fc99affc85e62a7438ae2142d8cb136403e6964ee98d3b7ae26a34c5e0a48d0

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gitpure-1.0.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6f4a008d3a89c75b9cef0ddbda6855f088730e1a3a3520798b1cb0971b23f73c
MD5 6ef32f7b733d0463ca9514ee7cd920a2
BLAKE2b-256 73caca85168f1f6c4b7eeb70f566328ff5b5a8c4ae0408a995e099f0f892a567

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: gitpure-1.0.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0eab3dd1dda6ec4096ba481e94e213ae80441c727c5508c4ce13fa00eb4b03fa
MD5 3f6c2eaab734759030ab0bab53a19555
BLAKE2b-256 234509de9874452ca0d22d8b7883eb27edccb384b96f7eb4e621bd3943253256

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b6d98372ed7acc3fe6a58592fad8112a4dbecfdef180666fc2a929cdb17c89d
MD5 6c20701d68821cc4bff02e6891e99a4b
BLAKE2b-256 c06e938bf31bb6e09b3e84c3cfdfeb20d1d4f6ad384d8151d43de841958311a2

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 43e216f3b81283613452b26dc8f6f6672a2b6304cc985adc9d593575eae95542
MD5 06c7f24d76d938a424e9bee8f6520d57
BLAKE2b-256 cad4cc03e9a07fe07c73209ff6158078f24157011d77d45a357ab8e8cf0af7c8

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a5d6b4da80797bb9b4c95f007f9461e6082d2612f86d1da15003268dc8299968
MD5 7ea7ab2ae62854ae6be74733f07a5450
BLAKE2b-256 e306cbab3dd3ce0cb6a41c56238651bcea45b9a10533c2434f9c7096ec5f1c6f

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed7597d0a738c0da97e76394109afecf0d475327075e4b9a0ea7f1fcb14b6b3b
MD5 81a27e533fa29b1c1b6681cef6404581
BLAKE2b-256 35be794c827cffffe99333e55ecee4c5e2abe843fe4d623a9a5e54bd6846c98c

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14164800b7c75fa92d8349e6e5e44499a4f158318ae16c8141187cc3d1e321d7
MD5 c638d5b9019e97416f013437999e432d
BLAKE2b-256 15ed43561b365ef23b05a5cc48146fdb7bd2a17f180c48d7f23542898a2f784e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ca128ed4908b97e6ad052716a676e8a2081c29f950eb86929d960b78ab1671f
MD5 49f65456dfb5d2335aee17327e75078e
BLAKE2b-256 a3d75e3ab805b27a25e6a46634a661c98fc7531765f07d85409d1148ae825b17

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 89a2162069bc124eead396945ea9969cf350c5f30f56a358c003d6f67777792a
MD5 b90828ade802d06962b473b37757353f
BLAKE2b-256 ff52045ec7e4bbb2d732395f0c7b07d24ecf6dab72fde9a5cd71530f43283e55

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eb2b05d47f974047161f930333ea3b1f25eb3366cd11ae2318d7a463149f8487
MD5 f6b90448621215fcd6e39cd2ffe4906c
BLAKE2b-256 d7a2366a41a318b8c72b3114fd02abf4e4fc38ccf04a9bf3ffdc245a0516924c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf9ecfa74e7e5d1723d9c02de64cd9008b18dcbf27f3c0508357ba1916186685
MD5 373595c216beebf310548863b6b7de61
BLAKE2b-256 6970ae52e6b96f1e7559549e9e27f71e5c38e0f5000c6496a05c5d0f6e3034ee

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c45e5276a6c3a0c4c8d805b91e98a8d8c034b7f380683f47ff099859a0025ca9
MD5 3c08848e3979e534d8df2feb2338ac03
BLAKE2b-256 e116168e36e643e4fac65ed5afb878ea090892bf8f03f6a45220c192ffd7b7b3

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb8c06ded944451b21385f303f9753b3e1fcc71c1ba981dce68341df06419b95
MD5 9530cbd11d5a64e03072f797d69a0055
BLAKE2b-256 757bb12cd9564c3099fa2c205a8c13382636d5a05884f8c3fd65a4c588f97657

See more details on using hashes here.

File details

Details for the file gitpure-1.0.4-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gitpure-1.0.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2a5a8d879fb44c0216ea9e14cea7b5d2a03a532e9a64876937aac202322d32fc
MD5 55ef5d98482ec1c4b84cfd58e347a1c4
BLAKE2b-256 89bd884e3dae53de36350d9b6c336dd03ed5d1170ead7a4fccb3d3dcfc826f24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 493f1550f8af19bff35ffd6714e8b59d4091f31444393648a931c4177bc16199
MD5 72de312c55f894cff993a235c67d1f62
BLAKE2b-256 788534381d35abfa9de0034266586d2bd9a302a4abbc1617b691dbb79f485512

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4036cc998c300e89c24bbcb9339d92edd6360a1e415d9a4f6647cba12467df16
MD5 206b90d64540d5f764e32a9b15664112
BLAKE2b-256 b8c96eb47080cbd8d6ea5618ff95f2b21b2deff3e8aaf7cb066e652417775007

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d8f2e7df4459543554e49732a23ae7e57946f84b6b92edc7329cf99822ffcf43
MD5 04de9f20d9e0926292f9da95f4bae2e8
BLAKE2b-256 5f400db80ff61001a429f19d657fdb4877001132006b37aacf591fe03dd317eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b6b60a6c791558a2daac94961256ca55a898defea346edddabac1745751d5a9
MD5 b58a13e46b629ad44865aa479913bc97
BLAKE2b-256 783e216d54517324ab04500dfdd6f77eda20ac34f5972cf641fd5ee1b0548559

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62d89d2c5ae839cbf67c204042bde380a043b89d63f93e3bf0a302939f9e44e2
MD5 e4da4004928759328e71e81011a8ca8f
BLAKE2b-256 a190f05239c80b712b01326dec1818856db89163ed34e0e12a3c1af99c15f1c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 447a1f3b7503c1e0d5179828d29039e688554fcc60eba761fc90a32eb93d4414
MD5 cfac813e90dbc0609223f9d2ce700278
BLAKE2b-256 988acd3ea144de06134c05bf37d46261f7719654170c6d32ebbf0ef691a0ff3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f80d23a452712fa4d98a3d5483ddb9114eae50ea81291c0a42702ccba4305e7b
MD5 e5f9298815276fb617a8a221338c4297
BLAKE2b-256 e93a61e270acecffa6be1182f344428ea6072e51ddb24dbb30eba3f55131230e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 069e3138028e0d4bb3ee143fac11455dde5aebc32a6affa8bfda60a39a3034ae
MD5 67916ed55cf057f2d4e37b4e9ed03a7f
BLAKE2b-256 873f9c02193418878180f62cf7c8e2dc7933ee4a354be2fc36ec21b8d16ca133

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eb90a323093c1f6e3a3be3dbd33872b4eacc8debaa29c50b6d7e2c578acd78b7
MD5 9916ac4c858876a11bc860c527e1e35c
BLAKE2b-256 1ee19776d0e28c43591dae26a1cdbea61c47111e011ab449243f99da96620b60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56d1e81e449e5937b96c8a19ba44e55984730ef9f4d769dbcb025403ed44350f
MD5 6e85d1ec58085c18c1a6ba10d3c2f554
BLAKE2b-256 540d93f8f165c08771921f6f34587d2b53b58971ef416b8e1254bdc04eaeccdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 055f95a5f5c8a551efb89fcf8cd967bd4fda23b338687a9ea63b612bff2e1301
MD5 56446132b88c9f1fca60b1704db05dca
BLAKE2b-256 215e75096db0bc05440e7f955f8e7ee8094918adb53d65dfa9b5b947ca755604

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6fef6b04420a2311bf4720d08d290dbe9a56054ad59436c6f42c62c20198016d
MD5 15cb210238399fb6af1c83be54e8c692
BLAKE2b-256 c4f15f8d49c607dde72dea5dee378fb326152794f983599d10aae9da8e2f96ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e72cb49c90cde38c11ee9089f15a6c8397d851b0cf290115cc72470d65c996c6
MD5 9a531cda9f49e835bdfef5c3c3081577
BLAKE2b-256 52316452ee6bdcc7bc7df76c46731168fe3029f8cb883f2c6e5bec23efafcd7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1133ee9e9dea2d9754bb2508eac0e0e036b4aff01f306b4373ce956e389e4d7d
MD5 fe93ed3a17ed66f8bffd672c5e786a26
BLAKE2b-256 ae2c1ec35ed36f3e513e595c38cc29d117bbd2fc30ea9947ba3f1607a09a3c89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2be97ba0e38475963d15df29df8955d010376618752ad2c569888c56347a3d3b
MD5 aceb69e3ac9ae7ccc2859b91a3f8ee4d
BLAKE2b-256 5e08a192c14ced091aa3647d79821b19e1e080da5e368c769f0a93d96ad16e8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 17bd20d302c0dbbeab0d111ccfad45cad2e38af1f1f467ab7378f42c1604ca0d
MD5 3961a958e13a25100d6a1f070ba74847
BLAKE2b-256 b9a1dc5d605979ac3b0e21eeeb52b29a8a0931d125809793f76613b9a283daf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c2632e365ba9f6bb0077e6a2da80d386608674c076c478689ef43d349bf1478
MD5 eb76b92b25e1b6fda1aba92842d63039
BLAKE2b-256 1e99039fb754255a8a028e8aba364860e72332fc27273c684d164e6739c2f0d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5fd3f3da0b5d14204db11a62b546e7753227fd5230072f2cc38245847afae853
MD5 c57af89dd22b47430ea51d75336ef242
BLAKE2b-256 524b46512f7a6a533c08e50abebbe780129e7682b0a56d46b632edf784bf3243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2fe054b7c319a171ad001f477b72d4d346758286150d04f8287d14a0661997c4
MD5 ebcbee70c6c4dc40daa3af6f1554337d
BLAKE2b-256 38522273fa30576d0759cbbcd2790d4949416af32d00a0ba437d1c7ed33eb85d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b02b61ca74995ddba7c5d573f7bcec9168c5b4c88752cac1d33b5b39ec04c22
MD5 68e5429ea589291a2ab8dc3bdac15923
BLAKE2b-256 fc94cb94c9bb2ea104be3c5ced03197bff7ea5386a71a137124affa0d915d28a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a06bf8c7f86c4ab244f28ed999a451cd6b98a9a7f69f093e11f89bc0b8a52a4e
MD5 7cf4a86c0279bd5c8be5a612b4ace73d
BLAKE2b-256 93123faedd2eb60a2a524cab25e482f222025462aee7325b43248dbea253cec9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 633bbe6083f4c36d6bb011e0ce0493459e69f3aef0e4231380e8b91c3206af1f
MD5 b70c6958899cc3c7f0044b9c2a67058f
BLAKE2b-256 d5be1f70f06fc01856801da113254dc778daea8eeda7b76f6ca1cb13004ea8d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0bc8c83eded2a957a39bc7c0aa97b6469c36965bf4541720548ffc02eef40430
MD5 2d7dfe44d176dd784bd7193f47b913b4
BLAKE2b-256 3f7bef26d5da25606ae939c7aa82f6d06ed82d44cb552a5f1bdb70a675b430c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc00438795862316675291f09e420a35a46b5e77c8042d9899c4dea4dd8c887b
MD5 f8b3f092ef6b626e9ada21f65bc1414a
BLAKE2b-256 cfc686d20d773960477c0c4f4718099525200c01b799ca8ec25b833485548c77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b04a132ce2481f3f1edbec86dd566d8521c644891eed5ab39d7dc489b49ea997
MD5 3366d2b56588f66bbf44e4e83b14ffc1
BLAKE2b-256 54e45a243cf930f49b33a23619f5458128055fdd3409f357ab7565fe6cd2eb0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 295b772e1647b66955f022f2512b1996c65be7142d464ce52940fca7599d9155
MD5 2d546cfadec8d465a80d4c795d7199cd
BLAKE2b-256 3c967079a6f07175fc6fb2de31ff01b885e845c87333d6234e4e827f2d08a1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f6e62b1c9b04cf2cf2336b09aeb404642a6b5a93ee664bab5537b57a4c48bd2e
MD5 1b8d0386a368822c8ce7473c5b7316eb
BLAKE2b-256 5a3e7b45dbac8f5f4abcd87da35db3532c3be93a85ef22fb2bbd200aeac80c9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2a1f528882317f1382954e258e20b2d176294964c68d8cfb006ad394081d68f
MD5 1f0911c1ed3088ae774401f1a6f9c651
BLAKE2b-256 f53efada67a6e32adfca98948df15ea3fb26089384e3f76318486dbc3b30b7c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 20804a8736ad0280b77056093aef539866fe025630a11f810b116796a35fc6ea
MD5 4d1938f680e1cdb288844a86950d9be7
BLAKE2b-256 138682750cc7d4e8305de2d7da6082427aaafb201d96769cb14a4fc269904f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de784151d7f588796e19cedce63f16e63d916817fa4359d7720c302865d6de5f
MD5 c6d89ecb7656fffbf09ff7b428ca430a
BLAKE2b-256 2dde5cab5fae4d93e82a94fec2fcc49cbb1673648aa6ee9ad27d6cff6c0d54a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2374682e85871857713120bc6d986c6285b158ff246f4aa74a472f99ba411c45
MD5 ddd64f5794516ad98822354f64b6a764
BLAKE2b-256 79139428446318b70ff0cdb8b8d4d501c7c77b6714ce53301c4c97b859e8a919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6871863c5e6ab8526d650229ee83331ad3fd8f74dedbb9d0557edae2f9c53bca
MD5 66c2a0d6cb9e78386236fa88b87b2dcd
BLAKE2b-256 b2dbf5e7be92c75813bcec6cea1a6091b65d238510f90f22def639edb044a4ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f6ae0db3fb1c020e27f5e5d4c1fe4e74ed0d297ee9db7185cffae54c831113f
MD5 221f7cc4af58d2278f1968eaa3ea303d
BLAKE2b-256 9cf563a8a0ce49f438df28ae8a2401def40cf97f98fac45bc30aa4155c6be191

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e16b54fa64dea5bc67fc62fc241d752106049f45e20e0b2b6e2b191d29d1c126
MD5 400506de9ed3d2bc0304bf050dec6037
BLAKE2b-256 415b521d67c8b506236419dabc1d9de2a5db28bb1c6777f10171695f323c6334

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3ef03251026e6e3a8bce37edb04ca7bab07230a406823e1d93fd6f3a51304822
MD5 f120050fc3420499b5f8f9690011b513
BLAKE2b-256 538d0c2f358e2cf7dcc878c8037c699b89e514aafa7877e0ffb102b5338c67d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 699b1ad8cf649d21a8f02e9257939a629c71108921f69eb70959e6271e6f9bcf
MD5 100d4dc6403026e4d1d454256330ef1b
BLAKE2b-256 b13e3856a1578acb21c6b55c400e44794f510e08a90d7eedb780372ba00e6cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2fb70c0752301b9f11e464250f21e72814ae6f77f5be82f1bf634ecd1c391051
MD5 26542e9f24e817fc3b59b51b98639043
BLAKE2b-256 f8dec545fe47e7421a26f86f685eb9d14f46ff8054d3b6a84d5af5daeb7628f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 03e279aee0064a385cb9a393a3226f591e1a752c6341459270f8cf38a5ad622c
MD5 0df85e567864e5047edb645aa3114e72
BLAKE2b-256 fecd6eda7adbb332fa6556c4a5d62a8493e24db4a9cef252e35201bee0b24493

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2340306e26455b7cf60ad4744ef04fc770bb8bfec80a1094b6ec7f453a6cef5b
MD5 d09c39a52d8dc1346f15d088fd0161b5
BLAKE2b-256 d30996f2c2fbfe73a850cdd020f9f0d8a1b3e3b82f151aa476a42f4ce2117810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bed86608cfcdb538f792ce3b61e741af29a98fa0bb23f21b53326f5b5986aa4
MD5 9c2c97485a1aede34da70a50b9382267
BLAKE2b-256 e60e8945545400acee37911c9f72a650ddad2089b1ddeb22f67f82545a58ff57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33c20b89bbf45fcea17028dda2c62dee57312831ea4078cd3f126e5de3342493
MD5 d3fa9efca4fdc80a82e24c9e04208a4a
BLAKE2b-256 5ed1e505983f2131178fb703abc59cd65277c5baaf782fd745500bdc4c96d6a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dd423d7a552a4e8536c70467f62be5e202a1565ed4705dc8f8c5abbad25a7ba8
MD5 abdb0d38f9a87e1eec34ac1e6d00bc9b
BLAKE2b-256 672ca8aa73a3875b31801e5d398d7182e4ab40caa2793ce8e42a20ea2738add1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 730dad906ede4d3368213f79cd9eac482ba86071cb0d1a1b89f2ea4dc7334bad
MD5 96aacd2c83d8f1bf505a8201c47fdd8c
BLAKE2b-256 8b175d6a4f7c9a8b78392f3ba9cf64b934f593339e75b1019570c90c045c95c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e202f0511255efd33453ab02539d6b35619ad45dcc504648ba2bd50e99f49178
MD5 6a42abc3ffb057bde294c538d09f876e
BLAKE2b-256 dd613118eeceed5abb09c977d27e0236385611b73369dc90bb2798071bb08966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 506e55cd4c9ca4009b38bc3842c304a6ff6a7c6ad726f2aee7982800840f8e89
MD5 7da5b7032a04afedc73d634cb166444a
BLAKE2b-256 260f975381b26103e56a6525fb15ae7add624a0b77a726a0f5e652cc9215b8a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8817e6af460505fff2095703997458cb5b15f79b37b57debf248415e86124c63
MD5 b2c3361f5658192f89a4b08c64bab576
BLAKE2b-256 c803de20d022f7f8b9ba1d758e3447079bb5dfa04c09c390f473e9fe696e01c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 611f5c2e361b1d72c86ebeaafeea63a8cd12f97e827d9b5614785581d3623d80
MD5 d8241d56c3ac666b0537fc397fb6792d
BLAKE2b-256 3814765162a7968f48264837ea5fcb368d48660afef8502de95eb2a6cc889c6d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aeb2347bcabc84b3fb13add11e776bef420ad37e3e3e2ec45d5d8a931a67f08c
MD5 1366d90342a68242e92af2d2e34ee9fe
BLAKE2b-256 d007497846041767f91594f5808c26b106dae2b453bc6bcdf9710a9b868c42d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7ac25a877524db912f69a3a8469795265f35cb81754cc7ab3e9dc6647f4a936
MD5 9171325e4fc46d7cf0c5b6e82642a9a2
BLAKE2b-256 9ceec237ac67c9b079b9abb1d3bbcabdb3ca1b21c6726ac077b6285bfe3696d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ba671d919a9b15c5884577964b93cbbf5f694970bfa773342fb41123f1c27e52
MD5 99531a1cf27ed6539a1a017e79ed8dc4
BLAKE2b-256 5002f7b863b7cebb43e27119d07c505b5802ca61d66acf84c70579f0837e3131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c0e514b8d7c3b92e556945c2a576f9f0bca71d0a46785baf571043b8c91f3fc8
MD5 1cf73b54f96dc24023d39941b241acf7
BLAKE2b-256 59d432c484d447a0000adca8c7c29e2be7c347f05e3a5daf08e07ecdf10ca563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b470ee92b26b5b06f67dedbeed2dbaeeb46e67d0b6c5d72d9afd66b8acab0f37
MD5 6d912ceade33ebe3d60a360dce6ced79
BLAKE2b-256 c862be87160222245dec0de88721a909818067b3c15283b8dfd51b44849faf2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e30d655a4ba7a528b0b2dce332e5a122a675ddcf739af3da958e51dfada09d4
MD5 cc3918b1878775d1c028f84f87ad8e8f
BLAKE2b-256 5edd18874bd72cc44036f4f922bc104566a625479b85bb2a0d9f9a1b20936a1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4a4538d2d9b2e9d520b6a8ce56843f3bc9cb3247a57577c917760b3978deadb
MD5 029a5d18001cd13e9713d97495a3a5de
BLAKE2b-256 fe30c5ae43911eb8b104827b7cf42a5fec304c3f5b7a78dd48fd5cfa8425df0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a6d65ad14425d60d37ec6254620a51c2161533e5e3b6ec3c8bba9966eef96464
MD5 6b819a304e04ba1862807644a925162d
BLAKE2b-256 4e15fe5b0b3cb81f1b99e1eb70a141a191f05ee0bd671e7cfe31454bfb57dc67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1da576e0df26f9c17f4e70df09c2881563d0c6964cf22d608585a1c71a25cc5d
MD5 4cb21c761ff038dadfda45a041309c6f
BLAKE2b-256 954b280b4d7526432cb1f8a0b3a89cb27414d8507ad86531d9178bf54788b121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 29d7a9d00941d2f2b8fed0476b6d8d0bfa44cac94050d523d6be79004bd0beb8
MD5 a89e409630df8258c56e79e6c3743a47
BLAKE2b-256 1209dc1f5a1de1112f23f2561f1de94b8bb5f29c2bf148d656afd69ab52e3a66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9498d802ff112b8d6722ba1ada5dba79d8133d484a41967621cc5d6a2dcfba51
MD5 457deb30369d9805875f499d9c55aa6d
BLAKE2b-256 489694da37c62ce1b822ddcbf2d46e0d3b462c16e0a715f0688a19f57b257ed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2739cd9e3a6fe1c4b22df5d13921d839cda4b2de0d83d0593d4187b4cf32dc66
MD5 8ec6195af63e0dca99e53f92985f28d9
BLAKE2b-256 35bcd1e0d4150a60ff4ea180983d7044068ed121e30699c4557ce13703be7f12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8811e93f9c6a1ee96e9a5aa7785e3828aa2923644f828f5e9969a5928184a86f
MD5 d6f8893bd9419bf423e6ebebf2f99613
BLAKE2b-256 fe4d53080f71b8d1850abaa7ce652c336bf705a04e1e7fe8d2181bbd1723cabf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 214ae877493112f94b0e62f80ff9badaa55e55ca8943dba2f447397f1ff8a66a
MD5 e2155d3d58c66637941cef8c24e2a8d5
BLAKE2b-256 fd9eac8c4bda2099bd96d5fc5da2bf95751d0f528e11f6df66d921af2fade7ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfe9e4f42e53fef93995a69eaeb13b2a9294ed873ae394be7ae504119180beb3
MD5 589b4d3454f38e3ff7f567d03a013158
BLAKE2b-256 c54a2f964d82cbf9157f0956f97d75b4db9e3b86c71f3966801a04cbb1581335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f53d3b71fa13f7446bf3261bab06fb9e6b1fa398124d792ae0629ea3dca5c4b
MD5 551ec3497ae90fb45c0e779718b66a86
BLAKE2b-256 d6ffc83997b69279a3e7771cbcca30bfa8babf3ca666c36b7f2996112fffe01b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f08b0c6f1dc7b6a18d6610657f180fba3336dbc18b8ef32b12e561cc3b252075
MD5 00c67ed32fb199e2c38acd74bcd562cf
BLAKE2b-256 a1694b14681bb3c3d435d4d12b93c64940e510cf15eb39167e2f2400d1ded9c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c68d2f2900e74736b54150d10cf3ebd3e2fc5352814dbc270af21a46d04b2c79
MD5 7c4c03a8085702dea878f8ebb5121b13
BLAKE2b-256 3561a9189abb91960283a9be0f348907edcbb8c717baa3f74f8b52a471ab80b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 224176eb612b2bf89000bbfa939893ea108f141f5fc0b52f1ee7a1e020abb68c
MD5 e0910189e657cc1addce0c4f1eba5659
BLAKE2b-256 96326219937776bffd8b4aeefe2fbd0e381e590b48becd2406be1bcc2ba32eb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 666caba080d8b24ae5a3c8f921c26b143a051e137ee5fe20a225d8d6a3f606f9
MD5 20a8ca7f02263938cd805e4aac573a72
BLAKE2b-256 f1c84e796293cecfedde3a38fb532b2fa5582d6a5730b39a17a04f34edecc22d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8384fcd9c3905ca3c900aee82d3335595481a1625f36754f02bbd0a0a2163d9f
MD5 cdca73e1982371540e4aa8dd3a1ff2a5
BLAKE2b-256 40f5f031953c92fed04a15dc82bfdfaf7106261dcd9caa2a035a98db797b0cb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 068164486aafbf966b9b578358b0e353ca7aa10732a9b8b352e0969013131084
MD5 e0815b32a916cc8057ed9a6007161d1c
BLAKE2b-256 616f68cb125159b40514d816c915c359645216bdcb2bb91174735181c42c9091

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c1ee8ca91a02285d91621bd76fce09cde6981b80d24bd1114bafa814c23ba27a
MD5 8c10c27133278355405e8e3a85737e49
BLAKE2b-256 e34a72618a3236ee1e2931b2d0df90cc2bfbb89c5ebdc40154631975e26ea9fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 37c05105fd2d225135a24ddaea0b47ee64bb5ba9b864b6dd5db3d3f08cff9534
MD5 0a45e375f3d8054c24b09d4fa0e4c1cd
BLAKE2b-256 0147dc51995b4bd338b5eacb6f10a5f1df7c7b1d39846bdb0bcb3fa63508d792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 49b9f4488429dadb0951edbedd2b5442a99d820ae64881e0be3c38ae77881d9a
MD5 4423857bcb33d55f7db025a46216e59e
BLAKE2b-256 53339d6724b68e1cd64e07dc3fa5c60dd7a4ab85545f8abf98ca93e268de0870

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 68a6f909ddf0c434bbc3f9d6b5bb333121b2fa16924f21d85e203705dfbb769b
MD5 6353fc529e72efc469a08c5c8057e207
BLAKE2b-256 3a470bd9d946bc119a7d8482b4e85685e92064218415daa72ae63f32b2e9e9fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c00e7d46ec2aef39b08802d12ec965c67e4f6fb04b4d6a4141a9dddd7031de8e
MD5 a4aff4216645ee91680f500463f4febf
BLAKE2b-256 11ce80af03e56881481c692944d8440bbceb179b3c8dbe9b085e83596cda0edd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 515afe86516de76ecf3c65604f2165b3907c13ef8c3c6bd9288ccb78e932c31f
MD5 471c0924ff7c35cbb9975f4f4935255b
BLAKE2b-256 4c5c970aefcc05d8f1f04fa8d2d65d405b153fa48ed08efe86db576633915440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0cde6a8711b06824e589e8428be8a8deadd97a9adadba731b30979be36277062
MD5 7bb8b525cb6a3f92334146303c293f68
BLAKE2b-256 5b4b1536d570ac9c2f5466e6b313982a225792bda3d707e1fd358828005f4b7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f621e97bf040c1d7e5e5ce0fc97d57121e6b6edb224655d68e64eee32c4e9564
MD5 69389c0e4b8ee4d5aed66057a5a8ee1a
BLAKE2b-256 af46d2eba02d1e703ae0ceb33b3f98f135a99b4289db0066c7d39ba1729d83d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aadc773ceac71ebea734e3b75f7992487fb80420af4d47497cb9f9951ec93be7
MD5 7ee943b165393f8d5ceac9c6b68a70b6
BLAKE2b-256 c5f580cf36b2866040a380d15f8fca0b41570044190ce563a7276bf7e6379632

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