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.2.tar.gz (70.5 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.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

gitpure-1.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

gitpure-1.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp314-cp314t-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

gitpure-1.0.2-cp314-cp314t-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp314-cp314t-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

gitpure-1.0.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

gitpure-1.0.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp314-cp314-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.14Windows x86-64

gitpure-1.0.2-cp314-cp314-win32.whl (3.6 MB view details)

Uploaded CPython 3.14Windows x86

gitpure-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp314-cp314-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

gitpure-1.0.2-cp314-cp314-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp314-cp314-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

gitpure-1.0.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

gitpure-1.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp314-cp314-macosx_11_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gitpure-1.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp313-cp313t-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

gitpure-1.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp313-cp313t-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp313-cp313-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.13Windows x86-64

gitpure-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp313-cp313-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

gitpure-1.0.2-cp313-cp313-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp313-cp313-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-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.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

gitpure-1.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp313-cp313-macosx_11_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

gitpure-1.0.2-cp312-cp312-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.12Windows x86-64

gitpure-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp312-cp312-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

gitpure-1.0.2-cp312-cp312-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp312-cp312-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-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.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

gitpure-1.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

gitpure-1.0.2-cp311-cp311-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows x86-64

gitpure-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp311-cp311-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

gitpure-1.0.2-cp311-cp311-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp311-cp311-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-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.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

gitpure-1.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp311-cp311-macosx_11_0_arm64.whl (4.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

gitpure-1.0.2-cp310-cp310-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.10Windows x86-64

gitpure-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp310-cp310-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

gitpure-1.0.2-cp310-cp310-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp310-cp310-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-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.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

gitpure-1.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp39-cp39-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.9Windows x86-64

gitpure-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp39-cp39-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

gitpure-1.0.2-cp39-cp39-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp39-cp39-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-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.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

gitpure-1.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

gitpure-1.0.2-cp38-cp38-musllinux_1_2_i686.whl (5.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

gitpure-1.0.2-cp38-cp38-musllinux_1_2_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

gitpure-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

gitpure-1.0.2-cp38-cp38-manylinux_2_28_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

gitpure-1.0.2-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.2-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.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

gitpure-1.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

gitpure-1.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.2.tar.gz
Algorithm Hash digest
SHA256 917aef98291e1764f2b99b0888bef1fc3f5a2e6777d6ee544358f4f3138f269e
MD5 aa1189ea444d469dafa0e9f59b80d71f
BLAKE2b-256 b9dc70802bbbba74d0c08b73aad79577e2b9c4e13cc868169b3ec9ba99b62c10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0679f69178f39285ba2a73d3bffb9ccab688c22bbb8107d9f4288542241cd7e9
MD5 1b422750185528d796d94c8e5756f8dd
BLAKE2b-256 5797cc12260d4562e0f495b40857a5b02a5fdaaf7f4d7a4ae49255ed27ee2b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 490479479e22382c2e299e9bca0bc05309424b1e64392e93c4beea361e052319
MD5 c3513ae05d8323149e4f92ddf6c2606a
BLAKE2b-256 e290115d57c2e66099ae46f778ce630b94dac1ea8552c3d30806c8dbe8a34f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b48f96235892b83dc277abd751a33ff0b056c6321e83a07c9bab4a71cf33208b
MD5 e693fb9e74fd2ca0fbadc9ab14943816
BLAKE2b-256 39068842ed5e47c5a29cb7bd726c3fa2172aa8552895f1eb6d5d1c890f850070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 05deb551975a8e6fa416d99207c2611d05f465a7e9d1cc32a3f45d575a22f05e
MD5 1b51b1bc6ea16e38c42994a3234ec6ec
BLAKE2b-256 8f8f46989b987f309a2d847abd66555f34d85f57d21fa9518e9dd37a43b0cf32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9660658cc5c127839d5944e2cb706cd7b5eff339583e1db82f4dfbb25089efa6
MD5 0400a98be2b961146d8ce8e1ec5209fb
BLAKE2b-256 ac1094761cb1169f02ee62eb14d4a16eb437537cfeb1954bd2049d32b14d103e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 350df9b747fbcca8496f04a9857e413f4118682c4394016f7e983949aa801286
MD5 9f70c25cf753333a4b42972e384cd218
BLAKE2b-256 ccd24e88e4330c3e64a3a394e066aa80070fb8a766dd12fa0d1956af4182d1f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b86da9338c78c6cb5da88dda5c06f805488ef2a09713769535a8aa2dcb682b62
MD5 2d908cdf09138e5e52b0db0bd13883be
BLAKE2b-256 d23cb1e1c52b3235c91230655bd331ac868b92ceba48e0cb9d972d936fab78e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 327bb37e6b807db8f7ca2cc04ff0fcfda37b9c1a74692e4538a4479c59233eff
MD5 f9be1b90ba94d748b7b265e7567c603a
BLAKE2b-256 c3510a221124a542d4a5f0979ed663d9f0425e088740232dbe527bcf24ad29e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f7c677398b4b59f458ff6e9e38be06138fa739575505c7acbfa1669358408754
MD5 d398e4274b7311d3fa9fdc79f8c76b0d
BLAKE2b-256 14fb5e32cf7af9e551f4784cf7f739b0fed7826364ec5d073bb3583270f8a668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 665e5e92a2ea6f3b93bc68c8af791b8b4cca0272e2e521f36a8d12ffcdcf66a4
MD5 7568a9ab5024b1ccb78a614ef40821b6
BLAKE2b-256 316b6b2b1526f74b63e1856f8298766e9810272a5c401292569c56a677b5d923

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81d52edc828234f67bfeb4746abd2d315a44f0edcdc81dbd2e947355468795f3
MD5 fc0053888e3c4c2e02c888884d933611
BLAKE2b-256 32b24dcdeb318fc5043ded41c9367a1a697735f0d41ca9c50ebfcc0dc8039635

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0b12e4db5e9adfb5722e09f97aae7f9dbebc5eb963a05ae526717e243f885fdc
MD5 b70ebe8d53b3c10e7b22ce0cd78e1fff
BLAKE2b-256 6c8d243a3e53864268f95d712850b82948184446d0974c80bbef4612915d804c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 97b5db0a524f495efc95b5cabc481b746b462b44c865057832916216e5b5dcf1
MD5 8d1038713ace786e30d3328b99b06867
BLAKE2b-256 e237b1d16ce716eebc7dd1808e8de3e7b58329119c3b9742dc5d1e587ba8829c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e44f497a3a723f6241eedeb9d7fbb1dc5006bc56ccb4dad3b0c2a13acf16ff05
MD5 e0beedbe4ad42c4a050b4ad2b9b186af
BLAKE2b-256 7b0c4c03059caa618ab43f872fdd56880e84163fd9f5c7a01bef1230859c284f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4990eda9f228ed5759f998300ed2cd5e6ff06637734091a94cecc287a3010a1
MD5 fa422bcbc0081397790aa0f2df29ef87
BLAKE2b-256 d54546cc2745ea03364d1538c63e3c2826c24cb9012eeab612103b47424b0d65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 02308806d4ed56cd63989debd856aa9c06bf28dce871029ecddd4861496f4dff
MD5 fa47d3d5435b016e1be7ead0765c8e9f
BLAKE2b-256 f7d1d2fc0d079f2422ab0d2f0e5fe362c144094e68d4f835ec44da5561a4706f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 da6de44abd9e4038cddafbb11924ac946143bb45c68b5cdf6bddaf6f79db0dd3
MD5 a3daa4c5fbb62e2c3758640b5fa32c91
BLAKE2b-256 87413b850bd6e55ac3e44f40b6d2eeb76f402a17580d6ed729c9b7992f7c6525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 81999dc96ee251e4e17443f3c973cb6446b66f889133aeedaffda1094f025a64
MD5 e98780e4e5cbad7ca6402c354abd62cc
BLAKE2b-256 fa63c751e651848fb8ea2f1936d55dbff94a2783b4c6c287e5919fd0fbdf1c1d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0008d649503b78ae4f880f83defc8b2ade5d31a14bee9f37205e36c933b923c8
MD5 e5f4caf13fd26055a90ff81526ca4719
BLAKE2b-256 8923202acfaa55b1b840e6178f06921f43caa1df4c0e1f96618fb968c7d7502a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 aaede8ad57c21b06f75e2dcb69cf2f965b5b8a80c46a6db1281df09b0ca56dbd
MD5 072aad24704824201011b69d6c02395d
BLAKE2b-256 c6b266de1bd3b989a6aff6ed45ce63d06d18e5da6f5ee49d36b52344d4b8d4bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a9f62aa5a7bfd2a0d25a54f331672aa59118d76b8e51f953174bd9a7f320499
MD5 bdaa958162c5f2787484d92ecc626bfa
BLAKE2b-256 c0c18cc027d0663d3063441b43edb6843a40666d97c847bac981fd0e029a9b56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4133c28e02448a6290f4bcff2526efcbf86839602e3eccf16138d1285ab2a481
MD5 9e535fd1b8616616c1178441b1e9d16a
BLAKE2b-256 a9d9bcd9ad49da080964058c92e271fc46b983bdb30b5f6329de151dc02b5b59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c27f81203c3e4893b61bc0ef7a002e74faf030293f67414236d7970cfa4f570c
MD5 97117154f5ac098022b8388bac4a2e97
BLAKE2b-256 36e6dc2f86858b91c8cfde2f4b50b82646000056b684a0342e453f574f91789b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c30bb3e1569b0ebf4dd568052efe938a16c99ab561c0587bcbe1b7ede0c89de5
MD5 2d01a9be87fa3b6c587b0862ab5db42b
BLAKE2b-256 62c251b2206e856f8f95801daf689300019597f4741f1dc1865161b2608ba6ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53a308a7d0a253f53b7a793e8b48c8d737610817f88db126ca12f4cd1a9697b9
MD5 7d20cc53fdc97ec8ac7df1751f16dcec
BLAKE2b-256 f7b452a3e3750948cc78a2ea82ec1a4bfb29587271aa0f2e933f2d6bb15a71b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba83cb3475775b822f0583eec3d39ddbd58f0ac6d31ed937950751227af442e1
MD5 e1192c65cb29a725467bbb66a3e984a4
BLAKE2b-256 ff3929b278e4d70a6d911148b314bf77d5f1f3150c2965ed471812e39a9c9ce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1426403563b8d5f0ca33c151506dea35ed80a5e4808bdad543133345980a6f26
MD5 9c90cee127fdea94e05116b38bdecea2
BLAKE2b-256 2d4866aa509621dc0e2c4d251dccf21b8b799854a7b2685765a48959a58fdb8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 960ba63f6419a2a90e982e89f85c6b186d63a77e68fb1c316707359a8c8140a7
MD5 068bccc5ca8834f58c026557f6287ed3
BLAKE2b-256 d6a860549d5ab0ad79e6e34cbb0d2a04f9d8d53154388e5c0bc240671704605f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 41fad305471a913ddc5a36edf9ca3b11fb0fa66bc0fe5d0bad7a7618ebd7f312
MD5 1a7a7f17d1c6f846dae2fcd586cec3eb
BLAKE2b-256 da28baa26594545fe6c316060309d36b652ba27612edb328a49fb0e463b851a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b2f9282756c58b9268ef0324ae5a295bec652aac4d1a01244020f265f61ea79
MD5 37257c57ab984722c5d1725ae497d85a
BLAKE2b-256 f122dc5ae39ef326657bae2d6be991dce7ed989644f050d785037be8ec145be8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 efa2585487fb423c536d2f469edb400dda168d9ca4f930d77fdbcb6b08213280
MD5 a128dce6d82085d32def1a1753b6849e
BLAKE2b-256 d10a544c22059dd066263b9c4ad8673a1329f0ada64daaddcef08d066656319f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea436711951b56f7bdffa98890a86f51914e903d4b344cca234cc45ea1dbafe8
MD5 655636ac1d419b8cb57028d716b4a9d8
BLAKE2b-256 6fdde7140b83e11d02854ff1627b2ce6e41b34fc61b6caf409b7e65f1d3089eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8e27d7334f7adba9f1b6c6bc937dbdfeb67c2a916d04ab5609c8c773abed88dd
MD5 f9bd769a2513a97752743e294c8ecd61
BLAKE2b-256 db03016e8102408adc9db1a565cd90e07218c327dfe3a4850b1867f8854ce885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 65b3d359a1637802d5fa5d518ced9f253c83c76f2f02411ac0d9c33061e61987
MD5 b1369a853bd7dd1227d36a4adda8e4f4
BLAKE2b-256 4bc7212e09c3f8fc8f39ff6d57fb87c52e5221cd9d44ae2605d04ea0cab0fb6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16be49cffcd49e75f8b87568ed90ca0091a54d7a5c5c5aa07dac9c463f78871e
MD5 5b35301fe953b7a6075b7886769a1617
BLAKE2b-256 5321a47c12ff2324b90bd56fda97f85bb558bcef0c9a8c1308362d52ca21ea9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bbd2cd1132e3afb48b31f0f10bdfb75416a0a3f8f1e539422f0a037563313373
MD5 659ebccf26707583d0bc3777688dbb0d
BLAKE2b-256 bdfed19765ecb53b308b2c6570e58c4633cbfbc2bf63866abe2f7c323f023fe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3de62d92365fa367343e266dfc29ab4a9c1909e9c3a426328625765a8c1be5a8
MD5 948cfffbe83307d2139eab1b6a04451b
BLAKE2b-256 68e2e34b75f3aaa56511b36fec7f0ad7631f7451e8f80b3afdbf694dee0b92ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0914c359aa04e203a01d48041ce96d43b5a053d09acc7375e8d5c3e11146d011
MD5 2336d2890dd8fac89b07d2b5712ad477
BLAKE2b-256 9646e35c855e4b1a10a33fb561559b205ee6b936b997da2ced4b607c509560cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f94625efe5c72ce6b5013d00380d6e28d64b5c6a8580accd1b233075066517cd
MD5 f6732968295e73a331878c77a286da7e
BLAKE2b-256 112163f912f59f2ac80fd2dcd952a6c96412eeed7b683f3124977fd6e89b3afe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8bb0ce3c560f5f76c59e2777169e4349ce13dbaee3a8df258faa47c2cc00db6a
MD5 f588c0dd5e89898aa55badc4f6898552
BLAKE2b-256 a131476c79a9621f0af29ba008133820c732178c9735cb6ae11cc1a12d59af5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9fd436cd1d977b64454578dcdd852837a36d859385c676ed6dadf679df7e60a4
MD5 f988a2253ba2ff1f92937fe82e8a46f8
BLAKE2b-256 1140ecfead58685545bf8bb63ac90f1f392c638875b055437f3a20e624a60a3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c964ab6278f14795851faf64ce2975e0c30fe93073639ac5aa424c3ee34ac239
MD5 fb051f7b37b0b51ac7cfab46431fc032
BLAKE2b-256 217d53427da6b3f689a312bb0368f3c0ae96562120194bb8f2ee529218ac4816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3b921114805bcf9cced43eaf17621c003ad1b6b3635e9babc85bdb98ea977ac9
MD5 2722f84d794d6d0ed98c6619d4db2856
BLAKE2b-256 c301639b3cfbf265a2403266e317e2777ddbb44209af193981602f6b65f0b44f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d21433cd1c535ac8954378def6407228c9e2110141fffced83512d84de29792
MD5 3dee5705600182ee144178f1078ea45a
BLAKE2b-256 ffb2cace12737024756d83ed850a132afb81e46d33fc24c3662c1e3ce5768072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e0a218b603a20b550f44732dd9a265bfb7f29e759e46a9f7d5bcd8a33f5f69fb
MD5 985d8abe26556d875a29d702a5984c8c
BLAKE2b-256 a669aba64cc080e200f06794513ac64d99eee1c6203c73f45bbf4ba9a419b46f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41408586fb3a19243da511314d9b88021576bdce924ce3677e213d69048f0c78
MD5 96cb2f89b7aa6dec7876b3c742330c67
BLAKE2b-256 d52cc2f075ec73b16deff8aaa365468270f16adf44083076aac093edb7a1371b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3e835ce55caf85305cf68f3b11e6b9ccd840b5910ea4024be6a40a11649572b8
MD5 8916de1e4d92d490aef57fc6a8d89299
BLAKE2b-256 d61a8e68b7599e240e8d506f64591045cb63600b1b9b41a5c3d9cbcb44ddcc17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 65812fb03b2cf831eec67af2e1a399fcccb77104e776859deec2a4f03a367399
MD5 38fa6d0ea06b897ed6ef964743909e40
BLAKE2b-256 578606a4c0416b06428a641677cf77dc15225c3a038b394392f651aa184cee24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c345c2e5c954fdded57b2cdf22e21cfed0e1bf0902f75eea198220e48154a848
MD5 6150b86a22d97ac2fdcb3e44b3c9270f
BLAKE2b-256 00f423be1b5c7a28c0d067f1c29abb308f2d20a473bd3c9e35c8e4006ba39cb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e7a99c6a8fed9d0406cc6ff50c974687d5dae2c431c139b069e8fc6716b36f0c
MD5 961b8dde3c30040afbf815ca24b03b20
BLAKE2b-256 9d4d941253c1453fb418213f3ba22cdeaa52fe44801571dbc3fb152f59ec6b40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df7fccb74b0d2b4970b9cfd31e889ef6d14201cbf03e017675be6c6522b3d0f1
MD5 24aa5b2a56345b75338cb37ff2245a11
BLAKE2b-256 482d321aa9b3aefd3412c3008076a9c90654dfa55bf81eedd8247c0363672e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1be5943025b888d7641d6892e35f9a11301929cde74a29285db7a877a7311212
MD5 2c0e3916255c801570edd0e8e52a58f0
BLAKE2b-256 2d8dfc320c9128db2d8a9fd520560e449a82894329135307055e4b8e5c706c83

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 98c33f2381ce4b7fd1e5f4d7d8af45617d339a0a1191402b120b11f4b244ba76
MD5 f6e5919359397bb326761b8d70a9a63d
BLAKE2b-256 62b3904d87ae847b6e4f4dd83b541e0767af1556b0c01d02fd65294807ddff04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1906c37c54c5f729f41e3f0b87aa60bc06ce83135359543478c6a3d0145f6fc6
MD5 b691cbf5ccdffaf8bec3e81b039bcbab
BLAKE2b-256 e6b24bba620415f2bead09799685589a757a18fd0bf54aa510492abdeb4bd1f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e28d5879c530064587207066cebc7aa9cc68b6dee39d1896d8636b6b7db1ad6
MD5 928e540cae37414721e00afdcd33b280
BLAKE2b-256 96e1f72b1ef0b099bc2c121b9b3d098259748b541bada28685e2815aa949c974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 860fb174d5773f95733139e45305eb70cfef248678d9540247fc8a98912db65c
MD5 fea82e4dd764d3e4cd934f4c8cb36703
BLAKE2b-256 702926f364fdec913c86a9bb6fdd9eb1845a944a96601a2def0c2c8096768d9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4dfa4813f758f70f6dcf046a5f5015fdd8da90efe2abfb8103b6352aad73d7d9
MD5 86dea2e3fff50488ee5ba108b6dd908b
BLAKE2b-256 e38dd5226581bec0f4d0bfc6a21c4b64e04fecd1780822b1a545782476624427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 028cfb8450ae946842f64d5a1c0a5d86118bd85a51b74b3aa9d773fccdd87d85
MD5 15b83a01b4510eea3b01add28376eaad
BLAKE2b-256 fcad903a02d4b522b269ddb01e7c2fd3130b21e969b6085127add0bfaf5f98a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 960b2c1d6148b75b8472a88624f29ae5943ed45ca1e461c4c24e909f302aaf84
MD5 8ec8405ecade77ef657e6742704f6c5d
BLAKE2b-256 b56d6fd8343faf37704910a8b57fd87196ddce897618a3e2adf95909e51c4248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 857fcbb0edf2e209a5b0b17643030afe651a5d06a3402dc8f1b55718fce6ceb9
MD5 d1281b847692a9db231ad23de942ad4a
BLAKE2b-256 83649d0adcf80bb692f1f27bde5f3e3f104b701ec0a543ecfd5b63f7091e9a07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 558bd9b983bf4a82dfef40e29f80a5eb87c20d27a3d16a17d00a620dbbbf5499
MD5 2af734d96564a92c856cdff582ed5fb2
BLAKE2b-256 d4b7a40652516b4a0b95ef924dc8d7ddf1262b545420c16bfeea67d780beeb5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3772ebb48e5d437c0c7d6bb374bffef3fa0813b6b6e1aea721ca328c37f5f478
MD5 ec3c9da90c4f7512e852d01669e344c3
BLAKE2b-256 72730e08e8c1fe3ed6ffe7bc121e2aa2990b33374090b4dd0b936837e2ea0424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c070ad1b4682a916edada466584e5b2b0c39d22f69080568ff10a52928955ada
MD5 f2c446717636f537bededdd74d5bdb29
BLAKE2b-256 36ebf5216d525dd231083a744e9de95b5da6f99a551cd1a74bb053d2d940ea04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 284f228dda5275e080c2e7f7669084f76e5ce55d313772ef7a595068e73382a6
MD5 17b54da0369803890059433d02d5c2c2
BLAKE2b-256 a56315b474ec4e0c05744902f8ec9e7cb9e144943150bc1c8b8948c46c443127

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c9133b732bf570952704275f8b8d6b73282fe84c9c7776123ce22c193669ca42
MD5 fa67b4bd6b18b3f936e9e7f473995db7
BLAKE2b-256 50e01136582b8bd7db90c4c97e4f582a7a062e4c9abf430f9c354fc0971c5fde

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ddfa897c7084c160527a01a846ee920823573b6b2706cd107c5c2f3d1fb13e01
MD5 c444dc512ec79ea185e043449487d6f9
BLAKE2b-256 f1e1f2586f9cce8304c5b5df6ee9ab11d0df07970ec575e0d4d0c1487761aacd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f200eba8e001ddcf85b153433609c241034d138a246c0be6299c548d7e73307b
MD5 ea3f1ed16990c496da0870014553bb43
BLAKE2b-256 ec0a3d3155aa232ad7b30e8628e7540b6f23f38938ad59a6a87ea77409ee72bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c12ee040d342c3e26a1544e5fbe28f4045d3f45841ff2df5ecd045e6a6d3f541
MD5 2e51f7dfa6692f0a95449ae52e99b165
BLAKE2b-256 53b8cb53c07200200bceac3ea75e1871b5eec7e1b73ebba87b2f52845dfcc20d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 38fc3b69e7a56e9c519755dca060785a1c4bc7edccc226584be6e685b9d0621d
MD5 06002bb2c1d11b840d1ea46ace5e3f7c
BLAKE2b-256 65658623e3d4363fd82c0e0de1dd522ce4cd42cab4964a7680b687c53bf149f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76d0d19f6886d8d027a8bcf223f147d4bcc5ba697530a54edd9d57cb3288ef46
MD5 a2d1eb3eb3260b7d278912bbdab5cf83
BLAKE2b-256 eb41d6b06bc553047b61788dc15e1df86d3a93d4b52eb584810f8e1beaa94d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba8728a7ca6e36eb04c048394ef72120e27736f4e88185d2cfee72208ce651b5
MD5 fcbdea5c567fa4c7bb472c79e41638d5
BLAKE2b-256 bb51a7b0663137bb17f4ccae234b5f80f390793a1ac1a81f4ef6580a47e3b0fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6ead58b27e31070049145e2fbdea47eee536486c03cf0333a08c25f39bd384d
MD5 3b0c8f4f7d84b6ac21e79f8f0f4c9916
BLAKE2b-256 ae30a1f8c4363bad0f51d99f4c6a181a3a83e73a24d2074a9c0f325183cd7a27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b30006392821dd4e016c1b303175e13b8cd01d8480a0c3472e42b8938095a055
MD5 ff03e70bfcf742566b6c0b7620b3a8be
BLAKE2b-256 7ae588b3859ffbd4f6d56d92be584179a10cb75697f2862e31abbc5f4cdd84c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36b9e8617dd801fe26aaa1eb32322e080150533fda99fae3374287c372dcb312
MD5 885c82c5f769dafabd634107369a8fdc
BLAKE2b-256 778c55ed1f7bea3799da3a5efeb3b363eb665197dea6f3ae95d68fc1bca50d7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fb2cf38b6580696c80fed516070379abd31c1316effaa64d85bc4067609ac1fc
MD5 6397a83859b0de1389197ce4b963b44f
BLAKE2b-256 094a055b9830c6ac9037e0cda1791f5013b28032991181c7038933164a47e247

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3df0c08b753511b89267d81a2ddafe2ffad04afa18907ccd6e9969067bece63c
MD5 27edb6f6eef39c2dfe324e004f752201
BLAKE2b-256 f1ae3c53e8b3ed05737471355f5c71a990d378f0606fd5550b58eb7629e787db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed362a75610553f08f2edbcfac37ea36ddcca58b7e16c52742832b40db28b38b
MD5 74a73c72ab5e1db6805c702be8a02f80
BLAKE2b-256 7cd8a95c08842c7f50730fc4a1707db211f33749fba7783f3df239b643c9da83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b7670e99f113aae164f86e97ea6744c1bd8a4be14267c935f19eb2af271d534
MD5 a07e374e13ba16667fe792e67f0c20be
BLAKE2b-256 9e422da996e4c8f7f35a2989a9a0d23412184cd3b54bcc9b032ddfd0f05be990

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 05708a4e365182283be6ca77cd331a804106874283bac04eb640ae5982b76c08
MD5 de92f0d7818ee514b916913f4da2ca96
BLAKE2b-256 8c5f999efb5410d2888c78e40ea21020310daab73c5b924341477260b2433ff1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a33e14ae5666cb8a3692c8431e13dbfa3089f59e7fcb00c6de7ab7788ed9d6f
MD5 daa52aae198b7b3240a01c222eaf8140
BLAKE2b-256 06bb08634763d4789d46fc6d9443588dfa307c0077531789f335c8286fa84a3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c6e849dd3d0b652d86fc06019d8342752f6187ba58696aaf0d14f2193979505
MD5 4be6bcb9c0b0513fc1697ae930fcc22f
BLAKE2b-256 dea2fce9f50f1360a16ad70ff8e5133182f7b883660a230c1043b50742550ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 906d17cf956eb2aadd9cb09841ba757e33638aebceb0090a9ea6fceacd845046
MD5 f6dec1c6cbe640276d43d07782e4d0d9
BLAKE2b-256 d95728d77622f31710c307819955ed76217dd7c2fa81f45218a2e491c24c8892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8230b396b64827df268dafe64dc83ad5782dc92ed79c774572ef322189c2d10
MD5 51ace1c3fb936cfc6c9a7fb4e6dead78
BLAKE2b-256 02e15649a4de5867e88c779f2153f0bb4714cfa8ba81d53d8510df3b6b4b65f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 556b05c80e5d3dd38346c5bca4cb50031fa91546145ce18049e5af31afe4f26e
MD5 5825ded4a60eff15dd4fb26bb81a514b
BLAKE2b-256 c837a1f1fac7582d418419cae0f2b39c2c5d8ff5aced191c8b676f55025ec5bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12f5c3a09361cbc1e35f821ffa7e019d0611ea8bc37c7bb19f64b469a6f1fc95
MD5 a8934b8c8d36e764cdb741847cff3dce
BLAKE2b-256 369c195df313c8653f01c1f015e2f0ed4ddba5207ffb3dac6a13a24a67236115

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a2a8f9a67233745195eca15e265919709b99d2f4ecd8c41108c83025ed522ddd
MD5 4e0825a19def13497fe6cc5713bd9b9a
BLAKE2b-256 09d6aca289a101b31354e258be612c0fa12519fed8262862aab25a53e493006a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01841e57483a8efbb46c71565461518a8fbb665ad4fe3745a9748aea8aa626de
MD5 81cef024bf5365409f80bc8c9adec659
BLAKE2b-256 909b49b4f5af9e213cb12e5e27dc1994e7978ac3df2ed1edcaeaecf6496509cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3892b9f92516c102ed41910c8e3b783a73f48aca6818e71a268b36208912836e
MD5 8a94c395633e5a9288150436040d5934
BLAKE2b-256 8d19d0abce1cee1ddeeace48ad4b466cef8590372a4bc988a9f87d77d5f765a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9ecb6a25289a3378a81b1d486ab7fa2a248fd6513d0868ad97a26243e6927a36
MD5 bd1c9c1d3237ceb5377bec839fe4c32d
BLAKE2b-256 8ca49c0684a05dadb538f73b9b1b34e3e49a5bcc4a079ea3e074460d6b54c314

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4364e370d2596136a0c434a3a5bbfb1cdafda4afb268fe3cb4f1d13b0555db96
MD5 384374ded755094ba924269abdfa2848
BLAKE2b-256 22524a5f67fb01f0a92ba48997f229d99911bef62c72cbe63ca573d2d982efbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a5fd9a8e7ec0835d81a022cc9dc504d4b6ec8103c39af28d8442ed3efb76f34
MD5 7ac39f0f98575fedff2122b527f573e7
BLAKE2b-256 1df04d4d6b9af6c72058dd9f1d350752fbe2ba9ad5c3a7c4ca6174e4c0cf5cdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ff8f045db279e7c87b1d32f526d1a8081dc6873aad73175f7b00bfa9d5c0500
MD5 8f245806e23c2b1e4787622e8c1c7a5f
BLAKE2b-256 3213aaa09a861490a7e9f67e9679909c42e2d42d06876fa0e2a3531728366bb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e60c5b04d4ac4ca3aaa9f0378fed0b3d075fc0da8f3f031e5904857719cc3bd6
MD5 25110e82be42c20da9b570ad4ec6b5cb
BLAKE2b-256 2810cefeb642784d047bd85c2026a96bc4fbbf68b3d8fdde5ba98815699b5c4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86eaafb68b448cfe97fd2ea5c5501cab7768ae6399ae5c89d4aa8914cb4469d7
MD5 64090c48db66ac6034a5ee65dd51061e
BLAKE2b-256 ff3e4533c9e1178e63357842870e89561cc5fa3c93ef6ddcd0c5397159742066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f9cd3b8bb54798cb2f3c92d1f092961d5841fceb2d928c858ad0b700e83cf57
MD5 97fe9110ec22019a2b1e1c3c9c50b456
BLAKE2b-256 6528252ea0ca3c6f1aefdc9c08133e60f4a19e05d423d5471336ca4395a6ea10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dfbad723061c5eff2da3de6ef1c130a489a13b4693c763a3d7cb7031a1f8a5b
MD5 8d9a8b5599f5f9b31af82ec61621984d
BLAKE2b-256 acb88e445550d44a2d099fc719fdaf66ed82d73c7b009b7289d2c835d92120eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9fc620fb74a5a8990b7d198992e14d22ec5f48a7a3195b7e07aa4d8f1e8389dd
MD5 3d1d1c65f5b5c9d177866d0db5d69638
BLAKE2b-256 7ff71a4654003292e927bb7d6bc6eab4a1277b8348fe2183b379cc39b75d79ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc324030c361c7e845daa6664f8872f0841a7539008068dbdfc1299492bc08c5
MD5 a835d9cb86d04be7b375c29ef14b541f
BLAKE2b-256 1d73ca64e1e26978b7871fa8f54dfdd4b262603106f9aeae77b52104296452d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7bd6e6e495914a7a4e9de78f03b87f535299ed6a5fc3c483ea5455aba3581745
MD5 007da18ec1e45526f9983b8bf65940e9
BLAKE2b-256 96c333731880bbfcf527b716cc062097b178eb5277a88d9ccb34ca841404319a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a7de92119ad1989c3fc5e80cde2b87831d1df39bb20f71aecb000b26fab702e
MD5 25b1fc278f0433b572bfb968eee15b06
BLAKE2b-256 922b1966660359b4f925c45b4573a160feb83209f39372c447cb5f8e931e3d85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5dc871d3cd4e32148734e60eb6182549d50d86d776f753561fb0381ae3846aba
MD5 8e269786b286a0a566058514d772a1ef
BLAKE2b-256 e36b8cb91a4be06715461bdb1eba24459f95f070bd5ac232f1bcbd2ef81ded28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8e915edc1d09ad7fe669f2b7c77ad510b61c053fd47c295813990214db30a814
MD5 8def192ed6c75bd536ee6d68ab254929
BLAKE2b-256 8aba154bd6b25ebfc2323f8208639ed4268368d0074b92f729c4ebe27997107c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 43e47bec32923c64cc7da2a4850ce6418dcd27c26f45499228dde9cc68cc586c
MD5 592dc891c31ce2d5472d9a0368b7fe05
BLAKE2b-256 345fa54d82bd3a899b8983012dbc6d0d4b860863ebf76ecbbf3896d8ee0d3b64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7374494813508667dee29d51841b7c0bce71b225826f81048edb0e2538fd23e1
MD5 3bc31996143019ec955d560a0a2e301a
BLAKE2b-256 f6c4f2fac65b2758d791d545785cfd524ab677aa7e58be39104397d2d8a0ba69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f99da36db63af4ae03b80123df9659749728141eb7f19b12c3e91ff34bf405a
MD5 e46fdf75c0e8b586d79ded734ca2c1d1
BLAKE2b-256 449009973696aeba01029518f56567d62c1700eb3a5554db45771403a2adc814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 baaf1c462ffbc76337b01db3c867de9be3e208415af36dae4f6a386904044442
MD5 9b1a32500712ffd3d84168c4180cb8b2
BLAKE2b-256 e4cc993e90c1f27827602ae0c0a45162dec653cf3c2bde011a62e04ed7178389

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 db14125e1c0a8d7bff6578e6cb4225fcb64e07e3a1ef323c156faf7016696bbc
MD5 00e22c203b0c021844cbaaf5055ec5b6
BLAKE2b-256 894dd5a074cc242f52f8923d52de30f66ba5aae38cb715e35e13c3fddb7319e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 692fe68b1c63a79ac113bd3b556ee7d9e03e48c6d1dceadc0505057970a4aaed
MD5 29d6d93f2149cbbc6722c49e188582dd
BLAKE2b-256 fac85dd99722b0a8ac09917be796cb3acef4f3bcb5a2577f4982bf9e5167ed34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75cdb35f2b093baac08a9d58a98cabeb46edbbd096d01db9cbfc656ff9ea5ead
MD5 3bf631bfcbb7ee24ba8ea0564e355d5a
BLAKE2b-256 900d592a4ba3087237cd028cb1ccf0839cf9e24fff14c5c07172de8508b2de17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8a496a05e721ab5a5ac2545598628ef793362a8579e3315a71c95197a31125f4
MD5 92a3e5dc86b55e19fb92378239c3ac6a
BLAKE2b-256 bc1fed9dc5f8e9bff5e102c769718b530320039e608d45f3e919a3d087877d79

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