xethhung12-minio-download-file


Namexethhung12-minio-download-file JSON
Version 0.0.14 PyPI version JSON
download
home_page
SummaryA small program downloading file to minio repo
upload_time2023-08-14 02:14:51
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements bleach build certifi charset-normalizer colorama docutils gitdb GitPython idna importlib-metadata jaraco.classes keyring markdown-it-py mdurl minio more-itertools packaging pkginfo Pygments pyproject_hooks pywin32-ctypes readme-renderer requests requests-toolbelt rfc3986 rich six smmap toml tomli twine urllib3 webencodings xethhung12_minio_common xh-py-project-versioning zipp xethhung12_tg_msg
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Build
```shell
rm -fr dist/*
python -m build
```

# Deploy
```shell
python twine upload dist/* -u __token__ -p {token}
```

# Usage 
```shell
python -m xethhung12_minio_download_file \
    --url {url} \
    --access-key {access-key} \
    --secret-key {secret-key} \
    --bucket {bucket} \
    --local-file {local file} \
    --remote-file {remote file}
```
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "xethhung12-minio-download-file",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Xeth Hung <admin@xethh.me>",
    "download_url": "https://files.pythonhosted.org/packages/2f/b1/1d70310c05b8a9a3e5c2008597cb3d633604dc2ef73abdebd014deb740e7/xethhung12_minio_download_file-0.0.14.tar.gz",
    "platform": null,
    "description": "\n# Build\n```shell\nrm -fr dist/*\npython -m build\n```\n\n# Deploy\n```shell\npython twine upload dist/* -u __token__ -p {token}\n```\n\n# Usage \n```shell\npython -m xethhung12_minio_download_file \\\n    --url {url} \\\n    --access-key {access-key} \\\n    --secret-key {secret-key} \\\n    --bucket {bucket} \\\n    --local-file {local file} \\\n    --remote-file {remote file}\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small program downloading file to minio repo",
    "version": "0.0.14",
    "project_urls": {
        "Bug Tracker": "https://github.com/xh-dev/xethhung12_minio_download_file/issues",
        "Homepage": "https://github.com/xh-dev/xethhung12_minio_download_file"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "994c07424afc6f0011d83d046942df55fb0709481efcde2e9fa4e50fa62b826c",
                "md5": "916b4beca09042e992088580ced76b2a",
                "sha256": "3bc6ebaaccf5c2d0582d0781801258e9e15a3954548064f1e0b4dc47cc90f590"
            },
            "downloads": -1,
            "filename": "xethhung12_minio_download_file-0.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "916b4beca09042e992088580ced76b2a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3620,
            "upload_time": "2023-08-14T02:14:49",
            "upload_time_iso_8601": "2023-08-14T02:14:49.895386Z",
            "url": "https://files.pythonhosted.org/packages/99/4c/07424afc6f0011d83d046942df55fb0709481efcde2e9fa4e50fa62b826c/xethhung12_minio_download_file-0.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fb11d70310c05b8a9a3e5c2008597cb3d633604dc2ef73abdebd014deb740e7",
                "md5": "18299dedb43900c4af2411fc1887813b",
                "sha256": "cba4262f0e5839415085ffcf04de927f4caddbe5fea040b739f3ac3686181564"
            },
            "downloads": -1,
            "filename": "xethhung12_minio_download_file-0.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "18299dedb43900c4af2411fc1887813b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3245,
            "upload_time": "2023-08-14T02:14:51",
            "upload_time_iso_8601": "2023-08-14T02:14:51.272965Z",
            "url": "https://files.pythonhosted.org/packages/2f/b1/1d70310c05b8a9a3e5c2008597cb3d633604dc2ef73abdebd014deb740e7/xethhung12_minio_download_file-0.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-14 02:14:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xh-dev",
    "github_project": "xethhung12_minio_download_file",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "bleach",
            "specs": [
                [
                    "==",
                    "6.0.0"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "0.10.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.7.22"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.2.0"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    "==",
                    "0.20.1"
                ]
            ]
        },
        {
            "name": "gitdb",
            "specs": [
                [
                    "==",
                    "4.0.10"
                ]
            ]
        },
        {
            "name": "GitPython",
            "specs": [
                [
                    "==",
                    "3.1.32"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "6.8.0"
                ]
            ]
        },
        {
            "name": "jaraco.classes",
            "specs": [
                [
                    "==",
                    "3.3.0"
                ]
            ]
        },
        {
            "name": "keyring",
            "specs": [
                [
                    "==",
                    "24.2.0"
                ]
            ]
        },
        {
            "name": "markdown-it-py",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "mdurl",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "minio",
            "specs": [
                [
                    "==",
                    "7.1.15"
                ]
            ]
        },
        {
            "name": "more-itertools",
            "specs": [
                [
                    "==",
                    "10.1.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "23.1"
                ]
            ]
        },
        {
            "name": "pkginfo",
            "specs": [
                [
                    "==",
                    "1.9.6"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    "==",
                    "2.16.1"
                ]
            ]
        },
        {
            "name": "pyproject_hooks",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "pywin32-ctypes",
            "specs": [
                [
                    "==",
                    "0.2.2"
                ]
            ]
        },
        {
            "name": "readme-renderer",
            "specs": [
                [
                    "==",
                    "40.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "rfc3986",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.5.2"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "smmap",
            "specs": [
                [
                    "==",
                    "5.0.0"
                ]
            ]
        },
        {
            "name": "toml",
            "specs": [
                [
                    "==",
                    "0.10.2"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "4.0.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.0.4"
                ]
            ]
        },
        {
            "name": "webencodings",
            "specs": [
                [
                    "==",
                    "0.5.1"
                ]
            ]
        },
        {
            "name": "xethhung12_minio_common",
            "specs": [
                [
                    "==",
                    "0.0.2"
                ]
            ]
        },
        {
            "name": "xh-py-project-versioning",
            "specs": [
                [
                    "==",
                    "0.0.5"
                ]
            ]
        },
        {
            "name": "zipp",
            "specs": [
                [
                    "==",
                    "3.16.2"
                ]
            ]
        },
        {
            "name": "xethhung12_tg_msg",
            "specs": [
                [
                    ">=",
                    "0.0.8"
                ]
            ]
        }
    ],
    "lcname": "xethhung12-minio-download-file"
}
        
Elapsed time: 0.26316s