Metadata-Version: 2.4
Name: synlink
Version: 0.0.0.dev0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Typing :: Typed
Requires-Dist: black==22.3 ; extra == 'quality'
Requires-Dist: click==8.0.4 ; extra == 'quality'
Requires-Dist: isort>=5.5.4 ; extra == 'quality'
Requires-Dist: flake8>=3.8.3 ; extra == 'quality'
Requires-Dist: pytest>=7.2.0 ; extra == 'testing'
Requires-Dist: pytest-benchmark>=4.0.0 ; extra == 'testing'
Requires-Dist: hypothesis>=6.70.2 ; extra == 'testing'
Requires-Dist: synlink[testing] ; extra == 'fuzzing'
Requires-Dist: atheris>=2.3.0 ; extra == 'fuzzing'
Provides-Extra: quality
Provides-Extra: testing
Provides-Extra: fuzzing
Author-email: Luca Vivona <lucavivona01@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown

<p align="center">
  <picture>
    <img alt="SL" src="https://raw.githubusercontent.com/GnosisFoundation/synlink/refs/heads/main/.github/assets/readme.banner.png" style="max-width: 100%;">
  </picture>
</p>

<p align="center">
    <a href="https://github.com/GnosisFoundation/synlink/blob/master/LICENCE-APACHE.md"><img alt="GitHub" src="https://img.shields.io/badge/licence-Apache Version 2.0-green"></a>
    <a href="https://github.com/GnosisFoundation/synlink/blob/master/LICENCE-MIT.md"><img alt="GitHub" src="https://img.shields.io/badge/licence-MIT Licence-blue"></a>
    <a href="https://pypi.org/project/synlink/"><img alt="PyPI" src="https://img.shields.io/pypi/v/synlink"></a>
    <a href="https://pypi.org/project/synlink/"><img alt="Python Version" src="https://img.shields.io/pypi/pyversions/synlink?logo=python"></a>
</p>

<h3 align="center">P2P self hosting registery for hosting models.</h3>

> ⚠️ **Warning:** SL is an experimental and work-in-progress repo under development, and is susceptible for dynamic change.

## Installation

### Install from PyPI (Recommended)
```bash
pip install synlink
```

### Install from Source
To install the latest development version:
```bash
git clone https://github.com/GnosisFoundation/synlink
cd synlink
pip install .
```

## Getting Started

## Licence

Dual licence [APACHE 2.0](https://github.com/GnosisFoundation/synlink/blob/master/LICENCE-APACHE.md) & [MIT](https://github.com/GnosisFoundation/synlink/blob/master/LICENCE-MIT.md)

