libreflow.extensions.file-manager.synchronisation


Namelibreflow.extensions.file-manager.synchronisation JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/lfs.coop/libreflow/extensions/file_manager/synchronisation
SummaryLibreflow extension to batch manage sync and requests
upload_time2025-07-30 21:50:55
maintainerNone
docs_urlNone
authorLFS
requires_python>=3.7
licenseLGPLv3+
keywords kabaret libreflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].

<!---
Types of changes

- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.

-->

## [Unreleased]

## [1.2.0] - 2025-07-30

* Restore the automatic source site selection for `MultiRequestRevisions` action.

## [1.1.3] - 2024-06-25

### Fixed

* The request session now have the new session arguments for redis cluster replica.

## [1.1.1-2] - 2024-06-13

### Removed

* Old session arguments related to layout management.

## [1.1.0] - 2024-06-03

### Added

* A command-line session which periodically requests file revisions according to request rules. A rule provides a set of target files, and an OID pattern: each revision matching this pattern will be requested for download towards the specified sites.  
One can specify a delay before restarting the requests with the session's command line argument `--delay` (in seconds, default is `180`). A lifetime limit can also be specified to exclude newer revisions with the argument `--lifetime-limit` (in seconds, default is `600`).

## [1.0.0] - 2024-05-15

### Added

* Actions to request file revisions at project, sequence and shot scopes given a revision OID pattern in the wildcard format.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/lfs.coop/libreflow/extensions/file_manager/synchronisation",
    "name": "libreflow.extensions.file-manager.synchronisation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "kabaret libreflow",
    "author": "LFS",
    "author_email": "libreflow@lfs.coop",
    "download_url": "https://files.pythonhosted.org/packages/f9/fb/0122567cb0e4a34d0effd8755a95cc73fceef39f23f534ff209bdb65b678/libreflow_extensions_file_manager_synchronisation-1.2.0.tar.gz",
    "platform": null,
    "description": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].\n\n<!---\nTypes of changes\n\n- Added for new features.\n- Changed for changes in existing functionality.\n- Deprecated for soon-to-be removed features.\n- Removed for now removed features.\n- Fixed for any bug fixes.\n- Security in case of vulnerabilities.\n\n-->\n\n## [Unreleased]\n\n## [1.2.0] - 2025-07-30\n\n* Restore the automatic source site selection for `MultiRequestRevisions` action.\n\n## [1.1.3] - 2024-06-25\n\n### Fixed\n\n* The request session now have the new session arguments for redis cluster replica.\n\n## [1.1.1-2] - 2024-06-13\n\n### Removed\n\n* Old session arguments related to layout management.\n\n## [1.1.0] - 2024-06-03\n\n### Added\n\n* A command-line session which periodically requests file revisions according to request rules. A rule provides a set of target files, and an OID pattern: each revision matching this pattern will be requested for download towards the specified sites.  \nOne can specify a delay before restarting the requests with the session's command line argument `--delay` (in seconds, default is `180`). A lifetime limit can also be specified to exclude newer revisions with the argument `--lifetime-limit` (in seconds, default is `600`).\n\n## [1.0.0] - 2024-05-15\n\n### Added\n\n* Actions to request file revisions at project, sequence and shot scopes given a revision OID pattern in the wildcard format.\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "Libreflow extension to batch manage sync and requests",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/lfs.coop/libreflow/extensions/file_manager/synchronisation"
    },
    "split_keywords": [
        "kabaret",
        "libreflow"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f9fb0122567cb0e4a34d0effd8755a95cc73fceef39f23f534ff209bdb65b678",
                "md5": "bb161525ae60dd51c568dd1e822c363c",
                "sha256": "50d4bb114cd10c1418dc0e2feac475754db795475db3341357e3253c50b84a34"
            },
            "downloads": -1,
            "filename": "libreflow_extensions_file_manager_synchronisation-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb161525ae60dd51c568dd1e822c363c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 32512,
            "upload_time": "2025-07-30T21:50:55",
            "upload_time_iso_8601": "2025-07-30T21:50:55.617405Z",
            "url": "https://files.pythonhosted.org/packages/f9/fb/0122567cb0e4a34d0effd8755a95cc73fceef39f23f534ff209bdb65b678/libreflow_extensions_file_manager_synchronisation-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 21:50:55",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "lfs.coop",
    "gitlab_project": "libreflow",
    "lcname": "libreflow.extensions.file-manager.synchronisation"
}
        
LFS
Elapsed time: 1.54935s