fetch-latest-file


Namefetch-latest-file JSON
Version 0.1.32 PyPI version JSON
download
home_pagehttps://github.com/marcwimmer/fetch-latest-file
SummaryEasy fetch a latest file.
upload_time2023-11-24 09:32:51
maintainer
docs_urlNone
authorMarc-Christian Wimmer
requires_python>=3.6.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# fetch-latest-file

## installing

```bash
pipx install fetch-latest-file
fetch completion -x
```

## configuration

```bash

mkdir -p ~/.fetch_latest_file

echo <EOF
[source1]
host = <hostname>
destination = output_filepath
match = regex expression
path = search path on host

[source1]
host = <hostname>
destination = output_filepath
match = regex expression
path = search path on host

EOF > ~/.fetch_latest_file/config1
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/marcwimmer/fetch-latest-file",
    "name": "fetch-latest-file",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Marc-Christian Wimmer",
    "author_email": "marc@itewimmer.de",
    "download_url": "https://files.pythonhosted.org/packages/4e/8d/c1ecdefba2b06662677fb00631ee328c992c9f392b7fbf1edc97267c6d62/fetch-latest-file-0.1.32.tar.gz",
    "platform": null,
    "description": "\n# fetch-latest-file\n\n## installing\n\n```bash\npipx install fetch-latest-file\nfetch completion -x\n```\n\n## configuration\n\n```bash\n\nmkdir -p ~/.fetch_latest_file\n\necho <EOF\n[source1]\nhost = <hostname>\ndestination = output_filepath\nmatch = regex expression\npath = search path on host\n\n[source1]\nhost = <hostname>\ndestination = output_filepath\nmatch = regex expression\npath = search path on host\n\nEOF > ~/.fetch_latest_file/config1\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easy fetch a latest file.",
    "version": "0.1.32",
    "project_urls": {
        "Homepage": "https://github.com/marcwimmer/fetch-latest-file"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e8dc1ecdefba2b06662677fb00631ee328c992c9f392b7fbf1edc97267c6d62",
                "md5": "d77900019d19ec8db82c164d4e824cc5",
                "sha256": "7660ebc5ec38ccfe24d0b99cece92159b5f59c3bd2cc77e8a869db522d3f419b"
            },
            "downloads": -1,
            "filename": "fetch-latest-file-0.1.32.tar.gz",
            "has_sig": false,
            "md5_digest": "d77900019d19ec8db82c164d4e824cc5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.0",
            "size": 5685,
            "upload_time": "2023-11-24T09:32:51",
            "upload_time_iso_8601": "2023-11-24T09:32:51.636474Z",
            "url": "https://files.pythonhosted.org/packages/4e/8d/c1ecdefba2b06662677fb00631ee328c992c9f392b7fbf1edc97267c6d62/fetch-latest-file-0.1.32.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-24 09:32:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marcwimmer",
    "github_project": "fetch-latest-file",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fetch-latest-file"
}
        
Elapsed time: 0.15715s