giftless


Namegiftless JSON
Version 0.6.2 PyPI version JSON
download
home_pageNone
SummaryA Git LFS Server implementation in Python with support for pluggable backends
upload_time2024-12-16 18:46:56
maintainerNone
docs_urlNone
authorVit Zikmund
requires_python>=3.10
licenseCopyright 2020-2024 Datopian (Viderum, Inc.) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords git git-lfs datopian
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            Giftless - a Pluggable Git LFS Server
=====================================

[![Build Status](https://travis-ci.org/datopian/giftless.svg?branch=master)](https://travis-ci.org/datopian/giftless)
[![Maintainability](https://api.codeclimate.com/v1/badges/58f05c5b5842c8bbbdbb/maintainability)](https://codeclimate.com/github/datopian/giftless/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/58f05c5b5842c8bbbdbb/test_coverage)](https://codeclimate.com/github/datopian/giftless/test_coverage)

Giftless is a Python implementation of a [Git LFS][1] 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:

* Local storage
* [Google Cloud Storage](https://cloud.google.com/storage)
* [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/)
  with direct-to-cloud or streamed transfers
* [Amazon S3 Storage](https://aws.amazon.com/s3/)

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](https://github.com/datopian/giftless-client) project
for a compatible Python Git LFS client.

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

[1]: https://git-lfs.github.com/

Documentation
-------------
* [Installation Guide](https://giftless.datopian.com/en/latest/installation.html)
* [Getting Started](https://giftless.datopian.com/en/latest/quickstart.html)
* [Full Documentation](https://giftless.datopian.com/en/latest/)
* [Developer Guide](https://giftless.datopian.com/en/latest/development.html)

License
-------
Copyright (C) 2020-2024, Datopian / Viderum, Inc.

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "giftless",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "git, git-lfs, datopian",
    "author": "Vit Zikmund",
    "author_email": "Shahar Evron <shahar.evron@datopian.com>, Rufus Pollock <hello@rufuspollock.com>, Adam Thornton <athornton@lsst.org>",
    "download_url": "https://files.pythonhosted.org/packages/1f/1f/aecef8d4d7a0384b4099e3cdbb0244410ddde57a35091a4dc2a7c88d1b67/giftless-0.6.2.tar.gz",
    "platform": null,
    "description": "Giftless - a Pluggable Git LFS Server\n=====================================\n\n[![Build Status](https://travis-ci.org/datopian/giftless.svg?branch=master)](https://travis-ci.org/datopian/giftless)\n[![Maintainability](https://api.codeclimate.com/v1/badges/58f05c5b5842c8bbbdbb/maintainability)](https://codeclimate.com/github/datopian/giftless/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/58f05c5b5842c8bbbdbb/test_coverage)](https://codeclimate.com/github/datopian/giftless/test_coverage)\n\nGiftless is a Python implementation of a [Git LFS][1] Server. It is designed\nwith flexibility in mind, to allow pluggable storage backends, transfer\nmethods and authentication methods.\n\nGiftless supports the *basic* Git LFS transfer mode with the following\nstorage backends:\n\n* Local storage\n* [Google Cloud Storage](https://cloud.google.com/storage)\n* [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/)\n  with direct-to-cloud or streamed transfers\n* [Amazon S3 Storage](https://aws.amazon.com/s3/)\n\nIn addition, Giftless implements a custom transfer mode called `multipart-basic`,\nwhich is designed to take advantage of many vendors' multipart upload\ncapabilities. It requires a specialized Git LFS client to use, and is currently\nnot supported by standard Git LFS.\n\nSee the [giftless-client](https://github.com/datopian/giftless-client) project\nfor a compatible Python Git LFS client.\n\nAdditional transfer modes and storage backends could easily be added and\nconfigured.\n\n[1]: https://git-lfs.github.com/\n\nDocumentation\n-------------\n* [Installation Guide](https://giftless.datopian.com/en/latest/installation.html)\n* [Getting Started](https://giftless.datopian.com/en/latest/quickstart.html)\n* [Full Documentation](https://giftless.datopian.com/en/latest/)\n* [Developer Guide](https://giftless.datopian.com/en/latest/development.html)\n\nLicense\n-------\nCopyright (C) 2020-2024, Datopian / Viderum, Inc.\n\nGiftless is free / open source software and is distributed under the terms of\nthe MIT license. See [LICENSE](LICENSE) for details.\n",
    "bugtrack_url": null,
    "license": "Copyright 2020-2024 Datopian (Viderum, Inc.)  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A Git LFS Server implementation in Python with support for pluggable backends",
    "version": "0.6.2",
    "project_urls": {
        "Homepage": "https://giftless.datopian.com",
        "Issue tracker": "https://github.com/datopian/giftless/issues",
        "Source": "https://github.com/datopian/giftless"
    },
    "split_keywords": [
        "git",
        " git-lfs",
        " datopian"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74fea0d8b8c8c1793010618bb3a482fa492683a354755a35522ec3c7d83705cb",
                "md5": "e57c57f552e7e7f60cbd34c5a45c9c83",
                "sha256": "e649e01d6286aae2a45680c78c0ade412bbc51a3bea5363dcd96af80124f25ab"
            },
            "downloads": -1,
            "filename": "giftless-0.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e57c57f552e7e7f60cbd34c5a45c9c83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 47922,
            "upload_time": "2024-12-16T18:46:54",
            "upload_time_iso_8601": "2024-12-16T18:46:54.936623Z",
            "url": "https://files.pythonhosted.org/packages/74/fe/a0d8b8c8c1793010618bb3a482fa492683a354755a35522ec3c7d83705cb/giftless-0.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f1faecef8d4d7a0384b4099e3cdbb0244410ddde57a35091a4dc2a7c88d1b67",
                "md5": "96dc9cb1e12d871f5eebefb34754c972",
                "sha256": "d7cfbf5fff1e1c028026ea5c39c640516715eb0ae8511490028d13289fbb60d8"
            },
            "downloads": -1,
            "filename": "giftless-0.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "96dc9cb1e12d871f5eebefb34754c972",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 130103,
            "upload_time": "2024-12-16T18:46:56",
            "upload_time_iso_8601": "2024-12-16T18:46:56.295964Z",
            "url": "https://files.pythonhosted.org/packages/1f/1f/aecef8d4d7a0384b4099e3cdbb0244410ddde57a35091a4dc2a7c88d1b67/giftless-0.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 18:46:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datopian",
    "github_project": "giftless",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "giftless"
}
        
Elapsed time: 1.39572s