fast-transfer


Namefast-transfer JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryAn easy and fast way to transfer files
upload_time2023-07-19 09:13:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords fast-transfer http.server share transfer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fast Transfer

An easy and fast way to transfer files between mulitple users.
If you frequently run the command `python -m http.server`, you will like it.


## Usage

Share a full path directory
```
fast-transfer /tmp
```

Share a relative path directory
```
fast-transfer demo
```

Then, you can visit the website at `http://192.168.x.x:5000`


## Installation

```
pip install fast-transfer
```

## OPTIONS

```
Usage: fast-transfer [OPTIONS] USERDATA

Options:
  -p, --port INTEGER  The port to bind to.  [default: 5000]
  --help              Show this message and exit.
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fast-transfer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "fast-transfer,http.server,share,transfer",
    "author": null,
    "author_email": "ChanMo <chan.mo@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/0e/fd/390c6b63ce078acdac7fb15e181c0fa21f6e5a31dfd17c646e79c88c3aaf/fast_transfer-0.2.1.tar.gz",
    "platform": null,
    "description": "# Fast Transfer\n\nAn easy and fast way to transfer files between mulitple users.\nIf you frequently run the command `python -m http.server`, you will like it.\n\n\n## Usage\n\nShare a full path directory\n```\nfast-transfer /tmp\n```\n\nShare a relative path directory\n```\nfast-transfer demo\n```\n\nThen, you can visit the website at `http://192.168.x.x:5000`\n\n\n## Installation\n\n```\npip install fast-transfer\n```\n\n## OPTIONS\n\n```\nUsage: fast-transfer [OPTIONS] USERDATA\n\nOptions:\n  -p, --port INTEGER  The port to bind to.  [default: 5000]\n  --help              Show this message and exit.\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An easy and fast way to transfer files",
    "version": "0.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/ChanMo/fast-transfer/issues",
        "Homepage": "https://github.com/ChanMo/fast-transfer"
    },
    "split_keywords": [
        "fast-transfer",
        "http.server",
        "share",
        "transfer"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58b9c70f856820d3361f8e8e6aad9ee6ca634675045754ca39f478c3132cbc42",
                "md5": "378655f52fa1dbbe8ee78dea69cc87e4",
                "sha256": "70cf1dc09621a9f86c7e8a712dc939854aa274e899c05d814078331b37063cf1"
            },
            "downloads": -1,
            "filename": "fast_transfer-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "378655f52fa1dbbe8ee78dea69cc87e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 33086,
            "upload_time": "2023-07-19T09:13:59",
            "upload_time_iso_8601": "2023-07-19T09:13:59.188292Z",
            "url": "https://files.pythonhosted.org/packages/58/b9/c70f856820d3361f8e8e6aad9ee6ca634675045754ca39f478c3132cbc42/fast_transfer-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0efd390c6b63ce078acdac7fb15e181c0fa21f6e5a31dfd17c646e79c88c3aaf",
                "md5": "aa35c08840db882d2de805e03e5387cf",
                "sha256": "cc1bef87370ec45b3a994be97241aeb63075ef36621b6de81978e3dcb15a9361"
            },
            "downloads": -1,
            "filename": "fast_transfer-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aa35c08840db882d2de805e03e5387cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 31942,
            "upload_time": "2023-07-19T09:13:57",
            "upload_time_iso_8601": "2023-07-19T09:13:57.438851Z",
            "url": "https://files.pythonhosted.org/packages/0e/fd/390c6b63ce078acdac7fb15e181c0fa21f6e5a31dfd17c646e79c88c3aaf/fast_transfer-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-19 09:13:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChanMo",
    "github_project": "fast-transfer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fast-transfer"
}
        
Elapsed time: 0.09137s