Metadata-Version: 2.4
Name: gitcache
Version: 0.0.0
Summary: Gitcache mirrors Git repositories with a deduped pooled object store on top of Bitcache content-addressable storage.
Keywords: 
Author: Arto Bendiken
Author-email: Arto Bendiken <arto@bendiken.net>
License-Expression: Unlicense
License-File: UNLICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: distrib-sh>=0.0.0 ; extra == 'dev'
Requires-Python: >=3.14
Project-URL: Homepage, https://gitcache.dev
Project-URL: Repository, https://github.com/artob/gitcache
Project-URL: Changelog, https://github.com/artob/gitcache/blob/master/CHANGES.md
Project-URL: Releases, https://github.com/artob/gitcache/releases
Project-URL: Issues, https://github.com/artob/gitcache/issues
Project-URL: Documentation, https://github.com/artob/gitcache/blob/master/python/README.md
Provides-Extra: dev
Description-Content-Type: text/markdown

# Gitcache.py: Gitcache for Python

[![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Compatibility](https://img.shields.io/badge/python-3.14%2B-blue)](https://endoflife.date/python)
[![Package on PyPI](https://img.shields.io/pypi/v/gitcache)](https://pypi.org/project/gitcache)

**Gitcache mirrors Git repositories with a deduped pooled object store on top of Bitcache content-addressable storage.**

<sub>

[[Features](#-features)] |
[[Prerequisites](#%EF%B8%8F-prerequisites)] |
[[Installation](#%EF%B8%8F-installation)] |
[[Examples](#-examples)] |
[[Reference](#-reference)] |
[[Development](#%E2%80%8D-development)]

</sub>

<br/>

## ✨ Features

- Available both as the command-line tool [`gitcache`] and as a polyglot library.
- Polyglot software also available for Dart, Ruby, Rust, and TypeScript.
- Cuts red tape: 100% free and unencumbered public domain software.

## 🛠️ Prerequisites

- [Python] 3.14+

## ⬇️ Installation

## 👉 Examples

## 📚 Reference

## 👨‍💻 Development

```bash
git clone https://github.com/artob/gitcache.git
```

---

[![Share on X](https://img.shields.io/badge/share%20on-x-03A9F4?logo=x)](https://x.com/intent/post?url=https%3A%2F%2Fgithub.com%2Fartob%2Fgitcache&text=Gitcache)
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https%3A%2F%2Fgithub.com%2Fartob%2Fgitcache&title=Gitcache)
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hn-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https%3A%2F%2Fgithub.com%2Fartob%2Fgitcache&t=Gitcache)
[![Share on Facebook](https://img.shields.io/badge/share%20on-fb-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgithub.com%2Fartob%2Fgitcache)
[![Share on LinkedIn](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgithub.com%2Fartob%2Fgitcache)

[`gitcache`]: https://github.com/artob/gitcache#command-line-interface

[Python]: https://python.org
