libreflow.extensions.file-manager.synchronisation


Namelibreflow.extensions.file-manager.synchronisation JSON
Version 1.1.3 PyPI version JSON
download
home_pagehttps://gitlab.com/lfs.coop/libreflow/extensions/file_manager/synchronisation
SummaryLibreflow extension to batch manage sync and requests
upload_time2024-06-25 16:19:31
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.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/78/b3/9b9d6d233738b712ecf2d6163ec550f0750eacfc511379d35291809557d8/libreflow_extensions_file_manager_synchronisation-1.1.3.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.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.1.3",
    "project_urls": {
        "Homepage": "https://gitlab.com/lfs.coop/libreflow/extensions/file_manager/synchronisation"
    },
    "split_keywords": [
        "kabaret",
        "libreflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78b39b9d6d233738b712ecf2d6163ec550f0750eacfc511379d35291809557d8",
                "md5": "fd204ffbb4bb1fd2ed5e4f6489d0a6d6",
                "sha256": "9a8790509ddddd7bdcf3e3dc5134cad640100cc5fe628b987ad7294b9efcd129"
            },
            "downloads": -1,
            "filename": "libreflow_extensions_file_manager_synchronisation-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fd204ffbb4bb1fd2ed5e4f6489d0a6d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 32296,
            "upload_time": "2024-06-25T16:19:31",
            "upload_time_iso_8601": "2024-06-25T16:19:31.956173Z",
            "url": "https://files.pythonhosted.org/packages/78/b3/9b9d6d233738b712ecf2d6163ec550f0750eacfc511379d35291809557d8/libreflow_extensions_file_manager_synchronisation-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 16:19:31",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "lfs.coop",
    "gitlab_project": "libreflow",
    "lcname": "libreflow.extensions.file-manager.synchronisation"
}
        
LFS
Elapsed time: 4.35718s