Skip to content

🎁 A pluggable Git LFS server written in Python. Highly customizable and easy to extend.

License

Notifications You must be signed in to change notification settings

tommdk20/giftless

This branch is 156 commits behind datopian/giftless:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 25, 2022
Mar 15, 2021
Apr 6, 2022
Apr 6, 2022
Apr 7, 2020
Apr 7, 2020
Feb 29, 2020
Feb 26, 2020
Apr 25, 2022
Feb 26, 2020
Feb 27, 2021
Apr 4, 2020
Aug 25, 2020
Mar 3, 2020
Apr 25, 2022
Apr 25, 2022
Mar 15, 2021
May 14, 2021
Apr 25, 2022
Apr 25, 2022
Jan 11, 2021
Feb 27, 2020
Apr 25, 2022
Apr 25, 2022
Apr 25, 2022
Apr 25, 2022
Apr 25, 2022

Repository files navigation

Giftless - a Pluggable Git LFS Server

Build Status Maintainability Test Coverage

Giftless a Python implementation of a Git LFS Server. It is designed with flexibility in mind, to allow pluggable storage backends, transfer methods and authentication methods.

Giftless supports the basic Git LFS transfer mode with the following storage backends:

In addition, Giftless implements a custom transfer mode called multipart-basic, which is designed to take advantage of many vendors' multipart upload capabilities. It requires a specialized Git LFS client to use, and is currently not supported by standard Git LFS.

See the giftless-client project for a compatible Python Git LFS client.

Additional transfer modes and storage backends could easily be added and configured.

Documentation

License

Copyright (C) 2020, Datopian / Viderum, Inc.

Giftless is free / open source software and is distributed under the terms of the MIT license. See LICENSE for details.

About

🎁 A pluggable Git LFS server written in Python. Highly customizable and easy to extend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • Makefile 2.4%
  • Other 1.4%