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.3.tar.gz (71.3 kB view details)

Uploaded Source

Built Distributions

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

gitpure-1.0.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (5.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

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

Uploaded PyPymusllinux: musl 1.2+ i686

gitpure-1.0.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

gitpure-1.0.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

gitpure-1.0.3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

gitpure-1.0.3-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.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

gitpure-1.0.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ i686

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

gitpure-1.0.3-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.3-cp314-cp314t-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

gitpure-1.0.3-cp314-cp314t-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp314-cp314t-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

gitpure-1.0.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-cp314-cp314-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.14Windows x86-64

gitpure-1.0.3-cp314-cp314-win32.whl (3.9 MB view details)

Uploaded CPython 3.14Windows x86

gitpure-1.0.3-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.3-cp314-cp314-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

gitpure-1.0.3-cp314-cp314-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp314-cp314-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gitpure-1.0.3-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.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gitpure-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

gitpure-1.0.3-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.3-cp313-cp313t-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

gitpure-1.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp313-cp313t-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

gitpure-1.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13Windows x86-64

gitpure-1.0.3-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.3-cp313-cp313-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

gitpure-1.0.3-cp313-cp313-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp313-cp313-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gitpure-1.0.3-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.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gitpure-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

gitpure-1.0.3-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12Windows x86-64

gitpure-1.0.3-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.3-cp312-cp312-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

gitpure-1.0.3-cp312-cp312-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp312-cp312-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gitpure-1.0.3-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.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gitpure-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

gitpure-1.0.3-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.3-cp311-cp311-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

gitpure-1.0.3-cp311-cp311-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

gitpure-1.0.3-cp311-cp311-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp311-cp311-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

gitpure-1.0.3-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.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gitpure-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

gitpure-1.0.3-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.3-cp310-cp310-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

gitpure-1.0.3-cp310-cp310-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

gitpure-1.0.3-cp310-cp310-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp310-cp310-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

gitpure-1.0.3-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.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-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.3-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.3-cp39-cp39-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

gitpure-1.0.3-cp39-cp39-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

gitpure-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp39-cp39-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

gitpure-1.0.3-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.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

gitpure-1.0.3-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.3-cp38-cp38-musllinux_1_2_i686.whl (5.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

gitpure-1.0.3-cp38-cp38-musllinux_1_2_armv7l.whl (5.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

gitpure-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

gitpure-1.0.3-cp38-cp38-manylinux_2_28_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

gitpure-1.0.3-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.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

gitpure-1.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (6.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

gitpure-1.0.3-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.3-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.3.tar.gz.

File metadata

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

File hashes

Hashes for gitpure-1.0.3.tar.gz
Algorithm Hash digest
SHA256 3cabd78f852329ed22c422eb66bfea91ce18394b1191323f16a973ab05b7dca0
MD5 702b38a1a3a82b9a71b2bca7b1013c9e
BLAKE2b-256 ee41e201793aa32435cb1aa9cbeeba6067796c5ca95930cf484d8f27b7529caf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08073f492c6baa20ff75249e44c15f27cd9cd709601d0dc284cf4e6ed4483ca6
MD5 59878082db95351890d83cfb8901cfff
BLAKE2b-256 434cfe8649d4fa9d095f05a3047839c0d886978541148bc192716b489dd4cf19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7a123020838d02ddca153d2a88d7cd58b15df8cd6da78eb720ff67b88be334c2
MD5 781511f021473736ead3e4f156b3805e
BLAKE2b-256 b7a8cd17a285fbdce5148f89f72ed0851f092ac407a93c602dad380f71e9f8f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ce273259251e96596019a542934749f533fda759e70235ea2d665382cf615959
MD5 709aa1ce13927c8901484a3e5fa7b080
BLAKE2b-256 8fe9faa01da5887da305e6f850d22d47c24b7667a9812ffcef0633b3f2d76924

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0977582614f6df418eca0a33d89c26c2c11daaa54b9ed15a7951e2b77ae23ef
MD5 8c98f920f5b655ad877ebf5e3d248b53
BLAKE2b-256 d162ebf8f72b0ac4dc4a5d61ba1d3675d4703c9d6ec9f741f534d1b95409ecb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25245256ccec0648753efcab2f80a4e7831d08cdfb398a0fabd7753fd37ac3af
MD5 66325d995d0fd2cf694207e6897b2fb8
BLAKE2b-256 9b9f401f96b10102ea1220149b8eb8bfddc0a1023f734aa875cdbbc95b07a914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5cf39fba6c5c163d375e903e5c23afaacd554a5ed04fc19cdc40d8bf42333a91
MD5 2c7cc1471f53538bb3f8ee59d699adfb
BLAKE2b-256 5126d6dfc8f349bf0a34935aa1b4cecaf8a4bcfd4ed2b7a535b54fb5affad01d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff501ccc62e7401b83a743622aaec4a092eb4ed727446930014ac49be0e95fd5
MD5 fba659c68d15153f1481e92604f1ea80
BLAKE2b-256 ec2565239c2b18f4cb8a445eb0b0afb778b9a0308c46cee4af84f05fa58d26ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b5efaf7705c41d960d7946b8e906cdfbe9d227e5e1732014ca79f0880b95ff10
MD5 000fd53de05a3a470c13111673af8080
BLAKE2b-256 8f55ee6f449d93f91d477cc7f34b5e3541322eec94068eb5a5f910bfcc06e7cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c0760aab38fa375e530a841adf3854597bb0b22445cbcc2d12e603ae4d38beaa
MD5 f6ab053dcb4cbc8b762be3143e7ecb47
BLAKE2b-256 7688500986b25207da6b656673b3b16f89e204a9674006b0fd4671f92c13c41f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1076368afc23f34f46bb8760cb8589e66585dd397d8b1e0ba575e85dc64c3b69
MD5 4dbb985f323e90c828496655d6ed5f08
BLAKE2b-256 27865b3a93d4564786ec99a2018b612bd046bda0fd4f5916fccf96f670b2a928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 01dd58ed40d3ade14a9c58d151d55c147edacb14f56f0ca9bbca15d4d117f895
MD5 234e1bc10a84fda2952269a893f62a7e
BLAKE2b-256 2fecbef0ae77676d0165a4bb366b5005a25c75eb43863b6ced92da274e394f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af25aab57771e48990ee1f27170174a75cec362923389010ddeb75e026d5fc2e
MD5 d8182d9f62022cd8b9cfe392c16ded25
BLAKE2b-256 6c2676a1882388a6ce81508442bca74115b54444b125c129f3009abec5db8144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 333dbb46c3d48423477e7836eab6721d88186e76eb61d14696296099368574ac
MD5 7957219efc03f4a26e9a756e5617880e
BLAKE2b-256 f7942e911554c3b05d1f6ec0ab07e1ce2f047f45c4fb7c38466c3845159a7f1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4f8c81be4413aaa8c3d9f6d7796734880c79e31cad877d7ffa7814320fb7a19
MD5 199394cf0a3b30677052cbdf4f140067
BLAKE2b-256 26e727f38d6e55b65aeb288a07de1d1aecf32f0b3c67250c6fff155b80bbe7a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8be414313918b3657469e172da3ba926a5f07e08f93552069819ea999c5b1101
MD5 707f921c7cf163f606f1b0cdd1cdb453
BLAKE2b-256 73886b5b39c3e795c1f47c12578e7d9bc3786e1ab58618aa0a74fe305e34baea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b15546b99113183496a7326c7f63769d340294261cbbf28ef638062d534561a3
MD5 2adc00d649c2240a0cc91f4ec3cfd0b6
BLAKE2b-256 b6fb383bf6358bd7103a4d129fbfe3af877c11dc391e7e78f382ad6217344d60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 723350091fba498d16a5204806c7e369d9b31a718cda7698ed6956e718b5b5df
MD5 d1f94ff4ad5b2126da4802a777039706
BLAKE2b-256 5a8b06a1f4695da2920c92d3c2cd528d2161099141bb8bf109890b0168a762e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2bba4a87aec50b71184fee71a173c0a77d02f9a9e433aaeda0c438731f94b507
MD5 853475c2616516e08445bd5e37cb3d20
BLAKE2b-256 89d2be546629646694a6d9ab5520242a3cf5cd4fc5864ee3c4c555b354916342

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b2fe10d1fc1e320820b86686d0d4fc13d495aa8a507fa3f97c0cac0b69d543d2
MD5 d9d34384027f82efd6642e9f14c3af90
BLAKE2b-256 eb425808cf80bcf29b58f0b758f5552353234bb034a5897b58c1ef00c6cbdae1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 674a650138011d98801261ce653abc03ddb333e57b6f2e903d4152f47f16210e
MD5 726f99e35da4b9edf7cd4cef2f834586
BLAKE2b-256 a42d6e04a2f522d1f65c235dc7d279f71f16b8893366698f9c90043d68672768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec04c15343b56d83a2c2147fed413927996da5cb9c4d1726235e3ba0946c5768
MD5 3bfb24f7ba0379003364f64d9fa1fb5e
BLAKE2b-256 77dfeed96da083244bb65dd5b28b2606095b3ae31b62e0c1ad1cdd2b4f65b41e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ffcd940eece6e5b308842b89dcc5bcb0cc1e1210a1eea79c1da07209f3253dd1
MD5 fa6cf39acc06237c7cab7382b6036070
BLAKE2b-256 3d55f41f80df26566db0972d139924a9b2a8d5f670b8f5d166b42a7c1b8a0c87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 456269407627b735c7cb3545369bbd200db06a3c8507c0d7053ee8da2f9bfe30
MD5 235e53db06d5792c277fe337c629afd9
BLAKE2b-256 ba0b98973b47763e4a8788ac6cc068f7ea561c8134c1db703f9da4f849d77cfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7bb9938596ca92664cbc8148803fe8a75d01ee00ff094bf706ec92af626738ce
MD5 77d5d6a8fb449edcaf9990aca0ff4b03
BLAKE2b-256 30848f43242f5d8c880251d8c4d04244b798521f02b351f4db6924d4eeef7b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a3d4c711c5e87221111e7ff7badc2ba2df2f9869974e8282a03f39f2fa09df93
MD5 82371330551bae87e6c17b9eb68da22a
BLAKE2b-256 059910ae8d813359849b77e22a9eaf51a17662e0099eb12e4b82cb0eeebe8fb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05fc297a042ffc7473d8a1d7bdc1505900025aa53bae119d2545aa0233945f66
MD5 990a899d5e07f664a48325e6e819254e
BLAKE2b-256 734f641ec0376573d272d73265f884fe3b32306ea86228e382c8f06c8bf38166

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f60eef702a4d24c65b3268b519d8e5bfd63f988df14772a67bc194d3b5a96f47
MD5 43a09299b440a167ff0e8bfba3e85b65
BLAKE2b-256 8292bb643115bd9f5e579e93ceb0fadff0d1bdd18991ec8c281ee7382226d786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e0bdf14534c990308a36d464e5dd21c8c8c5b9db018178cee5c86e3bd6fd3f8
MD5 45df7f3916b19ca0652437ddf2c5e079
BLAKE2b-256 164189dae102fe12a8a49f91ccfc98afc0189235bc6bb547aeae7ad16781188b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e4e4f93fbe7ad6696255011328c06ca7da667a69f1aa5f9e873b241b1a1f9b83
MD5 254f99d5266e8615339ada205a1794dd
BLAKE2b-256 9b1365592263172ef38a7ce6fc011ffde29a24c1496f9b87e3e60b49cbcab7bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1aa841af7b7d5c55793b9c0ac12ed4543f5ed9dedb755d9b73fc645c0d1f8f49
MD5 4736a01daf139f723f0ee7ad8e701aca
BLAKE2b-256 905bd981b2f717821d62cd1c2c5925cffb08173d576a8cd0a760c3f5b5dd61a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 035f42158c8d199bfeffe8cf9e88a1a596217d38258bfe54a9f0a1ede8119a95
MD5 631d0851f545e022ee4dec564dabc995
BLAKE2b-256 faca2a0c010a4ecf6d41e8fffc5fe6850421b9eba7cd83bc267cd6789021cc5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3adf71ae53ab16c1a5fdccb6a0b9873084948114025028d0e86768eeaa9559a1
MD5 3e0b7618b6aa3a75abd03a417ac9f7e2
BLAKE2b-256 6184fbbde05d92e7f7e00e827f06a25fbd0c1c0249020d42e6faff43d22492cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04c2d99680695c8a4b2e5005f4be5f549a98b40cbe4ec0101c93c0ebdd8b85cc
MD5 fc6d149857bdae450a61696bb565a478
BLAKE2b-256 091cdfd3da5b44f40837f759a3ffe8e13b0a9852ba827e80d3311aafb6220fa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d9a8d265746d5f5582404e404b5beacc194f29befe6cdfc7a3503da3f256808
MD5 71cd7237fd8a03df0a1dfc67b8fc9c8a
BLAKE2b-256 cbe555267b0c2659dbdf8b42ec4c11e8831cf2d57ad0c6bde1e40ef1c43c6f81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6400d6630027e1245a66813154801577344d5aa4a9f5b72f2aeefa7047bf93db
MD5 99d2fb6bb15983894a4559cb59fe2dda
BLAKE2b-256 0d1056163faef7a39469991d932c052a60e270c35f461072f1667c8cd2ed979c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd785d539590d8f2b0fc0b8e1a798d55deacdd8793118d673a70481f22c30bbf
MD5 5abfbb2c081d28191e8448bcd90e6e8a
BLAKE2b-256 53386fbe927abbe862ea9a244b5a8469e265c4102438dfa4c70699ceb6a65bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a63d0d638b2d613af747651b30e4efcb5cdae1bc6d8168113b5d6f80f2fe37f
MD5 b1f25008d77901a98fc9538d80e7738d
BLAKE2b-256 a668d5789dbe0b8190bc11500c98383205dec13142fe17ff19798bd5c571cb5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dcf1963fce33d80f202e0f6c5429654fd455956d641640315ab50792d097521b
MD5 fe87b19d71dc1f1be98992f743656cc1
BLAKE2b-256 c58f6d13ff3e8412b6db36424d55fa8f34ef32169ce19592766ab25e86886892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 14c04cbc2b82343bedd497ad0caab45102f9232ba9529e327efe4df325dd54a7
MD5 fd415eeb4d329a12f09144355c996e75
BLAKE2b-256 0fac0b83afefc64832562d7a1aa3442ad7ff3416d9aad72c60fa1e26e0e66302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a633f5715453208937253e1f37b71b73630ce2e5559e673cefdecb867384698
MD5 250aae5ad653596c3e511c3083941445
BLAKE2b-256 8809c3e4cfde654100a946b3cd379113e246697f30cc1e80152752eb4c981428

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2631830340fab217b4565779be1f48349fa415aca83d825af2f57d11f402562b
MD5 771e872cafd73b4823f7e5ae12d5fa47
BLAKE2b-256 37de0c674f52fd5013229f4969cccd47cfff747a04751270bffb129acd2fc4c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b46a5a43d8ed2aefc03e4379baeb76c824b9637998709763c7e0348626c9c71b
MD5 6a843f99bde622f1e66d5449328ecce3
BLAKE2b-256 cae3c4ccce2605d8e23fa64abe81b78d54b7d70d259bb2817411d4714ead1670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f4adfc7aeefe7896c7cbe6cda6efbad2a467d239e091f455816e13631fdce997
MD5 01e063da8749d011af69b282154a70ae
BLAKE2b-256 d30fcd4cc3b6e5acac3586e04f0ddf9daac73925a3311ab668b9f5292240f29f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c853b4ad9225d8e6bbc537e8a4b5f081aa798e299d4198c1845e371f919fc368
MD5 601c6b1f7bbca5d71b543122068878ba
BLAKE2b-256 24960694f1a08e6d869593daee4027be255a97c662e84e63c8a34b34b6a22cc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af8aa5a95c372c3fa89b82d27ccc332030d0a80fd41c55fd7ad96b3bec738619
MD5 b07ea916eee80d22dc2986ddb2444c67
BLAKE2b-256 197437da87e901c352c97dc43d5398503c8ba545613f562fda45677f622347de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a32c93a3eb3bfb3b0cb5db3871f1690dee18a5c24a4ac7312bc7776da10657ae
MD5 d9cb8061a7468ffe912e9de9562d5baf
BLAKE2b-256 2eac6973440163b6b33f4a8d51f4c4c66cce96809fe2ef8473508dfd0f91af4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f17496e8b36d2459491fcb2de5104d5390900903c877be96e68544bfadea5a1c
MD5 6a99f7dbd6d135cebd0216459179af4b
BLAKE2b-256 2b9790d2f1789568ae301ac4a6680e9007ddf8430941edab7de6bc944f46f480

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b87681b38b0e502fcb1790086969cd79bd3c9fc3cb1b39b4dea9c5769dc73fd
MD5 062bf3395d1033cc8f7a3bf3eae4669e
BLAKE2b-256 3e7d40394cc973aa72e5564207837623b83670c9c97f1fb0a9a42316227b1894

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1db245ed55dba7b1bdd7a326cd8eefabc67a49c3ebf758e24985aff92da139ba
MD5 c027e1a0fe6db077cf7e10fd35b25b24
BLAKE2b-256 6b296e1baa858ff88ca1efe98cb10e48ae78d7074fb421de6873226c995c4e04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6595681199c51597c75380d40c22ea77355ca287bb1ac56f27a6faa2d9140b45
MD5 dad042dca8ad7bb0ab7cc1bc447956bd
BLAKE2b-256 e3a7faeb0984d5b3c5469e113f9694445c28beea4455357408aa76d3b7242492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 db1501da158e0f1102728aa1fb9d5c9d65fb701aa55ec6b02b476f9180726ba8
MD5 8ca09555c9c7ad3ca02238ca9072e85a
BLAKE2b-256 6c3f7a5dc4a55453af028859bb53e48efff6631a49a9b9fd34c6e81334a6b413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6ac24e94d3174d291d6da96bcaa32ec8800364ed4614df5c25862254f43c3f9
MD5 155a769b1a5ece7943ba98b1e83d276c
BLAKE2b-256 b3a87c8c3694902436f38828c2914967e6eb2ccf28ef64d3854088ae0e2e9641

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 52116e1fdeb7346eab381ad629d9f47d5694ed8398dbe206923ea03acfbae89f
MD5 04184515d9ab2971a6cbf1a13822e5d4
BLAKE2b-256 78880e36b0acb74fb8a5db88a91eed2f442b1886366f718e6a076f48478bebfe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f4ccaea064e292b751828f5254de26e397a22c96bc6b83dda7826ca50e72e880
MD5 9db1c886501b896effffabb2f7d4fcb2
BLAKE2b-256 dd8bba6ea8fafdc150b3c3f01ae969c84c2fd9d450def94e90a2faed4a190b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9b97f782174ed8e75f791dfca4df7ba3cefe11e72cf3674e86e90fb5ec2c05d
MD5 a0cf595f98aa914412f3f54a8b674a7f
BLAKE2b-256 bc40c63c039063ba71323ca5f7bb5b8cfce49c7c5dff802d114a57d925ec1490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da9aaee39da1fa7bd51dcdfaf8553dd071af6f6166dde66aeab5dd556af9d4cd
MD5 0001b21714f1525c32680801ca44f554
BLAKE2b-256 c2d0855d9eeea167b667d647ada04303f1d7d6ac16250746a621b68c7b8386c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b7cc368907e45f14c6989fa2e14b5bdd75ae1fb8ec4a59331183ca4feb10e2d5
MD5 76d4400cec49ac47585d952820087fd7
BLAKE2b-256 13ab199db265f3557489ec75af96e77fd24d606eabe2332f0901ba97643435ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4423cc071b0c7ea196c4dbe9847eef793221587d88d1ccfd95ed4946e6d4f30
MD5 7985c5ba33f7348ee0aab8280e3415a2
BLAKE2b-256 15b12770808ff7ab15119f8295350024c9373d50e5380c90955ba480cfcf8229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a47fa8a3602270a873b4f176ff33bffa19c613d98cc85d5b8842ab6936f78087
MD5 c0c4a4b9f97df444c66435badd7d3e0c
BLAKE2b-256 81173deee20e70a1bf4cce4a1b06e78d2e8352cbe96c639df9a3208d8e0619de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ba59b9e6b89ef16e6ba28e4886d1bec3e7572467843e3be515136f8089d9453
MD5 1569cf760257fd9a1cb00425c63c9fd3
BLAKE2b-256 4b07e622b9b80552a74251f0523224ee5b84c5e25fdaf131c478e847fb14c4c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec9f2e4085cd57ff434e0a30c6967321ddaee640eb3c7ce86991391acebfafda
MD5 572ffc674e294f47f97ceea29686c3ff
BLAKE2b-256 d10656f285a40b6f60eb69e3b65146fda1757eba766bff4fbd5996475b180d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b51be3624cea5d2f46763461fd1857a7ec85c742b6bf1fb112605458aee45ef0
MD5 8b001bddd4cd00472ee6b5f83ce1a3a6
BLAKE2b-256 cb51cb5da791401daf485c0d4299819e7d9483b4203c1940428d1ab34804c1ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b04530a17f358b708a343ee6288ff85de91be7af0247871b20e2fbeca1ae605
MD5 2204c104fbe5ca2a889a0c0c944e36c1
BLAKE2b-256 56abf7e4199bb362f70a8d02e6fa0612212b5be6c1313333215ad197a6b23778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 33bb0bd9fe42673ac5ce3e3b76c38a5e767ce33f5ee8c94e2d899c3dd05b9015
MD5 58bc1882fbbe18f4c5333c38489364d5
BLAKE2b-256 e893f3fba9af3c0d35b307ac680d1a2ff25141424b9da820d24c3154a5b6ed5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83f9b4aed7c9bee617cd8c02a634578b9d08c8f8dadec503a8880d94def500fa
MD5 1fe28102c78ff5f2afc8e85df7e5b5ab
BLAKE2b-256 0d5240a98ac6541888767b2d89927cba57e99ac83c2242b65b37c66d2e6e3dc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a45366f502d59e9670db7361c5afd5c86882a1dd7bbaae7955fcd0426a071f09
MD5 6dc08d7145697973753dcd0b81a8d65a
BLAKE2b-256 3039e9971792b82b6114319d6c2dd9337f760f480c4fb01616c86bb4e7dbd838

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitpure-1.0.3-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.11.5

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2ba113e0b14f2c1930d059f1d4b18e0b42bd8063f438564cd202eecb5e78bb5d
MD5 572350f7b3088f1c2e8688add0a3323c
BLAKE2b-256 022b14d90a110913711a4e945a7966a7d07ea38953d05566b54d2b2a0455e07e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f4acfa3a4b1ad9338c46358d2ebb6d402d8fdd59e01cbcd10d37fbc4f185ec80
MD5 c1980663c8f6555c99eae9a3e26ff542
BLAKE2b-256 561a835d4564f4b9e7f28734f625dbdc83b7205daa693ce04b7197a785e64f81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f804855dfd3e8a004517351eaedd72a821de2c7ff6023c4c887690791e0461ed
MD5 6f96da8e563376ba538389f63b41d0b3
BLAKE2b-256 4cd4a8422a5f4e70c33e785e127f0e132846e4ff47120b237fcbe39582ba5842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8b555265b2d96351cd214f00ecb7017d82a40a6ef3ea475116be9ec6dd4b770a
MD5 9fde7d31e2e81b6e044e43f65297d654
BLAKE2b-256 198ad5a69a286343c8d8dadbab2d142479269c0d8c537d6b0c6163ac3114058a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 803bcc1397679f28bc2198144e6593fb8cee0778131cb335ae4509857680ff5a
MD5 986552ac4150ba04ac4c3063fbda03a1
BLAKE2b-256 edee63048590951ec852fe2091150ece3778d2165932596af10e72f2a1b2ebca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 16a901c5e562dd492fda8f57c23e43dfeeaf6ed034ce57cac413b0fb6cf1a4ae
MD5 f638626d91edfa760ebf868bd4c7160a
BLAKE2b-256 dd01f60c2be7cae3d294e95f69cc0b4f8ae09c1e9d7eb62dfbc826c141e41a1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ab0d7d98c7dcd563dace0932edfc40a971918ffd2343eaa193890b4bdd41d7d
MD5 06cf19e8e5bce0c5ad94e6dbdc5a897c
BLAKE2b-256 c1a0744af5542e109aba31f41c475c90c9c50738ff4ca94d32785211c17ceddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d04b818aad1ecc7c6fb85e3667b67fd07da51baafab7b16a5fad9ff209da9d72
MD5 9f6f2583786658129308755a8fa263b0
BLAKE2b-256 0e24f1b371155cc0afa1396db76ff97958dec091370943de342f3b22d05fa0cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0e349e8c1e14ba4514020dd5fa5bedcb34715c4fbd47b52e3dcd9ae2898bd852
MD5 d1e3d89e884f314cfc23ef9ffd87a584
BLAKE2b-256 b7cbb5241be8c139ffefafa694c5ba684b784315ac8d44eec37ed7d30aa6b2fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc2962bcd8f4607dfcbf5e74ad80c20fd11f49a0378cbda76c6042ab51b19ecb
MD5 89d974ae5f549ad93fce4aebb91f46ec
BLAKE2b-256 740e537b300adeb779d426e89d30e1522279944676b62c40ee27dab734804075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 76721bfdcc74ae9be37752062abb28bebccd10e47c42d5fa22f80f438c7c7aae
MD5 16a48ca8302dd697fa77d409b4ea36dc
BLAKE2b-256 50dc106424c953926d01a28b530e40771750f1d3ebcee637d57c4e6d964f3e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae0bae81cb98a86643b89071c97a79e3001ff1551d6991cfee8d80e09041db19
MD5 ed6d875869c0fe3802be66d8089401e9
BLAKE2b-256 f37c28a6bdebc49c2e9be7d26479549e8abab66f1bd69d47f7aa706b80d52e61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 10e8a17868fa588581711b0d05485cd8e9f0920a38635aea387206964e120f7d
MD5 15b91f52cee192ba5198ae8fd864b286
BLAKE2b-256 6134654c6cbf71f5ff9d598a7af5c0ca4a6924213e904929beacc8482565cdc4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitpure-1.0.3-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.11.5

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b4f80614df70186b0a5a8e3c1fc7cba0638fa0d492dae0e4fb9a5709e6a1e66b
MD5 f25080a675482261e3ddea3cbbdb8446
BLAKE2b-256 02285905b10de83509e30045430bc380915726c661cf62c2921047e37052db7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33d2f74babfd7fdc6f9d1b1dd24b080fc853242d30c77e1c80f5078598c826f5
MD5 489a37a1e5e5581e51296cb33f8384db
BLAKE2b-256 f5b6ac08154bb6862d6ec66ac10171c86584823b0af75e245c3165e86951d785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c37ee5bd853840ea9e5346585b844467f2f6c377549603b4973a6585b7cd6e2
MD5 67bdb0a0401488a2e49e16f12b4eaad8
BLAKE2b-256 7872efb18a6cae3f23a24825e45aec0f7a26e3e0c78ac1e22a347af412995aea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cdae7501cf2c5bb4c90e3edb6a7e253accdf325279b9b51bd02617551c9901f9
MD5 9cbe559ae0be031c17ee5afcac766c47
BLAKE2b-256 bcdcb3166a987aec841fbccdaa97f3e2e3b3ca40f50159ddc8d312a7299a1f75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 af92779e89ff132eb0638b9b5e1689523a789d0da9af47fe622ae2a239ef0fde
MD5 a0203aef6dca713f3813c8ad6021fe77
BLAKE2b-256 661104a9dcca9c080aa1f063d6ff84ed950b593ad1671e2424d69f0755725701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30dddd824c6a3c341c2e74409c211dbae183bc6725d0771009e3860fdafd62e8
MD5 92d1034a7072a29d0cce3d32e55d3114
BLAKE2b-256 b3c55d6cacbea6fd12a91aec5d580724d84092b292c9e696e82f65c7726f2302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 100eff2df1893ea30c98a0ba2519ad51f9556f81651f1e0d3fcbc13a47b0e384
MD5 83db4799c80183d02343a3e9dc2783f3
BLAKE2b-256 3dba3ca10aaaf6d103b98ac51e34be53745da8af401de6431eb82a2db3127597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8ebb41c0459b73db724e750ee441d68bddd3e4f81100d89299423353853b6b65
MD5 3ae04ba815bb309f835a20d04654ba45
BLAKE2b-256 fca8fded9bcf13110078576a4c933d791a854cbca45253f6fe81380f6cae5c5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 61a9c1f8977d8d8e89871d79e9b8ff50f07599532952c54179ffc6df2f78110a
MD5 ac177508540ccb13e984f380234e7083
BLAKE2b-256 707e2f48a219f5385a6f00c6483046dc81195297207ca475212855369c3c5afc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 987f5af6087a5fcaa006ac855e16dff9ef1e6e572d44279bd108075ffb967ddc
MD5 b715a7d464255a54461aba3959c86e1a
BLAKE2b-256 6e0f695411785d27a4fb97cb47295729b4f49ff0e09cfd5c9849f80c0d647536

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c0e43e5ae432b1ae0490284906f50d2e2ef20da28aaaac3729382a687d0b6e16
MD5 bb9f818ff44fda4f8ca636e5a43d4942
BLAKE2b-256 6b0d4945d2cf5415d6875ce3e911d2c1a621745c5cc0b9708d7fccb8446943a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28082795762a3fff45d5e155a22de2348791101dc23e7a24a0f8ae66d3d9a64e
MD5 0145b17da0c083a3c038d3fd6e6be285
BLAKE2b-256 d4ecc5fc26f1787588c39183f6b2c6c4f167f68b5815a17e02358cf99035fb71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 61133bba8100237700c7d352c98af16dc5a2a84a69a50a6115929faf0d4459c3
MD5 261462658f09f231b0b655c52cf610e6
BLAKE2b-256 7238f62c2c5ed89fd59bb0cc41ce77a4aeb7e01a53d830b6bd2d0263aaaeae93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 109a9f3fce9d34ac6957165c31f323be2da40a1661c335329768e20f6a253be0
MD5 cb25c63b3a12360440f167ec1ae44f93
BLAKE2b-256 1e5b38edeb307ce50356da7648936b2f7557f382914533d14dfcab143e557569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e3d88513b08a8c47a2d6afb89b46e2e085d7df894a6687663c6c3a3df332dee
MD5 26a15cb9ce8891b744dbd5d4a2f6614e
BLAKE2b-256 8106632c088cd0b1a5bfa39f5584fcee91edca6e27b99d853056541edcd3dc37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a23ff2a1cfca14de8060632f81793702e4aff5e21f9cbaf0f82397e41f643d4
MD5 cd8910399980788ddbbe1ed36a97f4c9
BLAKE2b-256 0395f8506718ec45c0cd22424774ee1c22e43ceff4fbe447c0508070c4b150eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e211aa2bad542a836467797a0250baff765ae4eacd2714debb209389ad86554
MD5 fed3f0ab8f48cb14cf0a7b14d3670c5c
BLAKE2b-256 9bae234ee1b11bd409637f11e658811f925fd6ba740b17640e9088bde3f49796

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d78a1c006daab2492cea7998caf92de70cbea0d48f1fe4763b29e92a4ee9ecd5
MD5 8bd45ade89343df2fadcd94a28060638
BLAKE2b-256 30ad4ba40fadbaa2b525f1ed63a33685f2ef865da865e848f521cc3f6a826c4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 303e423f581b510b55dde42d1e8abbfe8f52ec8e05d539d1a38632e4e4d3ca68
MD5 b4bf226ffb75af8117be40c509aa18a8
BLAKE2b-256 d8961d6cf73a5944edb0d6ac186abbf2e1606c77a42fa905c4c5784885dfbcff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 feb270d775fa0aa0cda6d453834f3474fc3308fcdcaa1d32fd23330babe313a7
MD5 c01f75627c3f564dc83548f1c84408f4
BLAKE2b-256 da65271793b9cf10df8005c28176a0ce66f8333cdbcb7d99cc0fc108e53aa839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 595469a4c862b89f57f298da29d5fdd5561187da7143c63fd2084792332832ed
MD5 b9d89d679e4089e56585171d1becb70e
BLAKE2b-256 34a71876f46561e7fee29b62de87246b52db8d5d8e186574bb55d11320c6efd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7384639520ef685578e5188dbbe8092f8d3bcf1547d955c61f83108091f0c249
MD5 9e116133539557b9b5be8141e04811de
BLAKE2b-256 547b51aa9d2e468ad5ec44ca2c76a03adbe99847cff5e3ee76b484aff3eace90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dc801a558e9fd50e2755089a00724314298e9375441bc388dbb2f120865fff1c
MD5 a672cf7a120359837aebdd3e76aae7c4
BLAKE2b-256 c0e90e6539e12ce3fbdf71c7b50f40e8459beaeb217ec37ad6011b53e1b1e73a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a1e15c643ce29b1dffba3156e6bf24f8193e49b53c7574c75938b87e76a2812d
MD5 4245f680b697b37c8d3dd271fdb15f52
BLAKE2b-256 11296a131325f42e9929ed15747833c2a5f79bcda1f81e476d43603b68470a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3191e531cd9f5afaf289ae25db929f86178a88f0b9efbb3f68872bea27fc56a7
MD5 11d0fd135da2559a16dc610f9caf6b59
BLAKE2b-256 39a9fb15b25530b6a4654d7d72edd2001321593c047fbcddf7b022620a3d5d33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 250ade7cfae5fba5554c9b926eafaa213a33c3d6327c5e934c9cd6645c568532
MD5 4ffff304d8b84b8fac20317754a00175
BLAKE2b-256 1c76fd248c67973ed2f642fcd1b19c0c37aec3e0872d6f3ee6bd27fe39f4cc05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fde012265ad747e93253b1a75351bd7c63f47a83470c6db1218e134ade1022a2
MD5 74d250433fe332ac7334dfa1e4284230
BLAKE2b-256 b16e394d752d41afbe15ece70af15e2e23e93e34023a83486bb9ab84aefd3085

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d25274850fab543efd623638bf244742b3f69be3020a9c5cb35be49f032bf83b
MD5 1d7767f3f07b20e1285650acc0201086
BLAKE2b-256 f7583cee5abd9a1ffc8556d82cc9d4fa483abe8e205fe36d3f9719cf9e998e1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd69ca2106d46bbf02f515186f99c40ab729c12f440477df20df5fcfa1fd1431
MD5 9c40fd0d610330f82220a7a15ce92957
BLAKE2b-256 54b3f26d6d54f42d61351c87ae2cfee1d756316a756c07a248e7ea35340ab4f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 89b8f27cac60628c86845aa471ebf0704804e65e74f6fb46cb893c4ff5959e8a
MD5 237c449b37a28129529f4ee4e1ceb305
BLAKE2b-256 55015d4b18784f9ec8a49d189b5c65e0c16ba26705919e387a84711718988506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitpure-1.0.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f41b92b84c0997d9e3583a411c8cc38143243cc316317a5f6da72dd803c93d88
MD5 55c57f0cc69020169f58be1105fdfefb
BLAKE2b-256 4d2f91dc92ef03e6eb8cc9db059aa33f3d87afb0cc4befb315bebeb084b7ae4c

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