bdrc-bag


Namebdrc-bag JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryCreate and extract BDRC bags
upload_time2024-04-16 16:48:06
maintainerNone
docs_urlNone
authorjimk
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Packaging BDRC Bag applications
BDRC has been packaging its internal utilities as `pip` modules,
but you can build and ship standalone modules which contain all their requirements.

They get large, so we'd have to package multiple commands into a module.
Since you can only specify one entry point (unlike pip, where you can emit many commands using the same module, you can only have one entry point per archive,
you c

(Deprecated) - Direct file system access on Synology NAS
is unknown - SYnology embeds their share control files in the
target file systems.
Installing bdrc-bag utility on Synology NAS

- install Python3 package using DSM
- Connect to your Synology NAS through ssh
- Install pip
- wget https://bootstrap.pypa.io/get-pip.py
- sudo python3 get-pip.py
- Script will let you know where 'pip' is now installed.  Make sure to add to your PATH.

# Changelog
| version | commit                                                                                               | description                             |
|---------|------------------------------------------------------------------------------------------------------|-----------------------------------------|
| 0.0.04  | [d9d656df](https://github.com/buda-base/archive-ops/commit/d9d656df90e5db0fd8cacff81e002b6a56609111) | Incrementally add a bag to its zip      | 
| 0.0.03  | [ec875566](https://github.com/buda-base/archive-ops/commit/ec875566a0c389da6af4c5583ba8182f45a47c59) | Support single process to run in docker | 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bdrc-bag",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "jimk",
    "author_email": "Jim Katz <jim@tbrc.org>",
    "download_url": null,
    "platform": null,
    "description": "# Packaging BDRC Bag applications\nBDRC has been packaging its internal utilities as `pip` modules,\nbut you can build and ship standalone modules which contain all their requirements.\n\nThey get large, so we'd have to package multiple commands into a module.\nSince you can only specify one entry point (unlike pip, where you can emit many commands using the same module, you can only have one entry point per archive,\nyou c\n\n(Deprecated) - Direct file system access on Synology NAS\nis unknown - SYnology embeds their share control files in the\ntarget file systems.\nInstalling bdrc-bag utility on Synology NAS\n\n- install Python3 package using DSM\n- Connect to your Synology NAS through ssh\n- Install pip\n- wget https://bootstrap.pypa.io/get-pip.py\n- sudo python3 get-pip.py\n- Script will let you know where 'pip' is now installed.  Make sure to add to your PATH.\n\n# Changelog\n| version | commit                                                                                               | description                             |\n|---------|------------------------------------------------------------------------------------------------------|-----------------------------------------|\n| 0.0.04  | [d9d656df](https://github.com/buda-base/archive-ops/commit/d9d656df90e5db0fd8cacff81e002b6a56609111) | Incrementally add a bag to its zip      | \n| 0.0.03  | [ec875566](https://github.com/buda-base/archive-ops/commit/ec875566a0c389da6af4c5583ba8182f45a47c59) | Support single process to run in docker | \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Create and extract BDRC bags",
    "version": "0.0.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7c12d4821e745819fee0535b652e7fb73709cdf51b9765cb22014f237fa8bb5",
                "md5": "67eb4a55a23c6210391b2ccff261a151",
                "sha256": "21c59ac3c12c75af034fe893dddd212e40d1a550d8cad3f5db464561992b7ac7"
            },
            "downloads": -1,
            "filename": "bdrc_bag-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67eb4a55a23c6210391b2ccff261a151",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 21127,
            "upload_time": "2024-04-16T16:48:06",
            "upload_time_iso_8601": "2024-04-16T16:48:06.920854Z",
            "url": "https://files.pythonhosted.org/packages/f7/c1/2d4821e745819fee0535b652e7fb73709cdf51b9765cb22014f237fa8bb5/bdrc_bag-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 16:48:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bdrc-bag"
}
        
Elapsed time: 0.33546s