{ "info": { "author": "Matt Bierbaum", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "tmper : temp file sharing\n=========================\n\nA very simple file sharing utility that launches quickly and allows sharing\nfiles between many people with a set number of downloads (default 1, max 10).\n\nIf there is an existing server then you can easily interact with it through\nthe command line interface. In this case, set the global url option then\nupload and download::\n\n tmper c --url=http://some.url.com/ # configure a global url\n tmper u /some/file # upload a file and receive code\n tmper d # download file code\n\nFor more information, look into tmper --help. If there is no server you can\neasily start one yourself. In the basic form, simply run::\n\n tmper s # 's' is short for serve, see tmper --help\n\nand point your browser to http://127.0.0.1:8888. From there, you can follow\nthe directions to upload and download files. By default, it only runs on the\nlocal interface. \n\nnginx setup\n===========\n\nIt is recommended that if you wish the server to be available remotely to run\nit behind a webserver such as nginx or apache with forwarding set up between\nthe two (so root privileges are not required). Here is a sample setup,\nespecially for larger max file sizes and rate-limiting requests::\n\n limit_req_zone $binary_remote_addr zone=tmper:10m rate=1r/s;\n\n server {\n listen 80;\n\n root /var/www/;\n index index.html index.htm;\n server_name ;\n\n location / {\n client_body_buffer_size 1M;\n client_max_body_size 128M;\n error_page 413 /error-size;\n limit_req zone=tmper burst=3;\n\n proxy_pass http://localhost:3333;\n proxy_set_header Host $http_host;\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n }\n }\n\nAdditionally, it is always recommended to employ SSL, however we do not cover\nthat topic here. For information about obtaining certificates and using them,\nplease refer to https://letsencrypt.org/", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mattbierbaum/tmper", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "tmper", "package_url": "https://pypi.org/project/tmper/", "platform": "osx", "project_url": "https://pypi.org/project/tmper/", "project_urls": { "Homepage": "https://github.com/mattbierbaum/tmper" }, "release_url": "https://pypi.org/project/tmper/0.5.7/", "requires_dist": null, "requires_python": "", "summary": "Temporary file sharing using simple two digit codes.", "version": "0.5.7" }, "last_serial": 5208643, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "f6d653168d63785d1b31344415d2c159", "sha256": "a03540e59fde1d53a86e68492e48131197c4d675af1c3935fd756e74168ba1ab" }, "downloads": -1, "filename": "tmper-0.5.0.tar.gz", "has_sig": false, "md5_digest": "f6d653168d63785d1b31344415d2c159", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8956, "upload_time": "2016-12-07T00:48:31", "url": "https://files.pythonhosted.org/packages/58/42/6857df6ce078d63d555808015e6f468189dfa302d44d6baa0a544b6f82c8/tmper-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "3e7a8ab43b148c5d5b4c2c9124f2e570", "sha256": "5e197aea7ea2b6338278495829caffd1971002489a66ace1b4a7a3ff2d5def7d" }, "downloads": -1, "filename": "tmper-0.5.1.tar.gz", "has_sig": false, "md5_digest": "3e7a8ab43b148c5d5b4c2c9124f2e570", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8990, "upload_time": "2016-12-07T03:33:48", "url": "https://files.pythonhosted.org/packages/54/12/3bbf5485e947eafd26597b419a973f1af9f1c6c5f0037302774184241584/tmper-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "f08fcb054e5ddecb7bb57b66cfa331f1", "sha256": "c56b9c623c7762f7278406d478a00f5cb56c89fd12c20026525ccca398268d05" }, "downloads": -1, "filename": "tmper-0.5.2.tar.gz", "has_sig": false, "md5_digest": "f08fcb054e5ddecb7bb57b66cfa331f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9021, "upload_time": "2016-12-10T22:20:34", "url": "https://files.pythonhosted.org/packages/f4/c2/bab3516995b1faf02de9e41dbc0bdd8ca5b6e8a54732c2d4c57f0511053d/tmper-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "b18ca03eda811d902de270b45aa8b2d0", "sha256": "0ebe706de21b8745d7b2588e1ffcb525f4984388a4136cae65e02ffa7e94b5ca" }, "downloads": -1, "filename": "tmper-0.5.4.tar.gz", "has_sig": false, "md5_digest": "b18ca03eda811d902de270b45aa8b2d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15497, "upload_time": "2017-02-27T19:47:42", "url": "https://files.pythonhosted.org/packages/0f/48/9b9200964afcc36cd206e9bdf36afbbc028345dbdc2e7e497f8f547dd511/tmper-0.5.4.tar.gz" } ], "0.5.4": [], "0.5.5": [ { "comment_text": "", "digests": { "md5": "0ed69bed04beea906dd791bc82a180f6", "sha256": "b4cfe444f5178f1cc2825fb08b6e83233e8bc6fd399994887e592e2cfa5dd111" }, "downloads": -1, "filename": "tmper-0.5.5.tar.gz", "has_sig": false, "md5_digest": "0ed69bed04beea906dd791bc82a180f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16474, "upload_time": "2017-02-27T20:02:30", "url": "https://files.pythonhosted.org/packages/99/fe/ec87fabba3c0644cfef0f9b8e4fe5c2be302ff66fa1556b1e29a5fa77c5d/tmper-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "99f8553d86849a8163c62014265b509f", "sha256": "10852472c64a22f91d0e1fcc9ef5ef53ec2642399570ede0565b3ba2d719ce2a" }, "downloads": -1, "filename": "tmper-0.5.6.tar.gz", "has_sig": false, "md5_digest": "99f8553d86849a8163c62014265b509f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17846, "upload_time": "2017-03-06T22:04:21", "url": "https://files.pythonhosted.org/packages/a9/ad/9f45736bfdbd88d2a550d1b2a7da82f78c0646429410c2b9bbdf8b283173/tmper-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "11e3b3e1c7e0f38f16107788eea499b2", "sha256": "a8e02efab7d06c29ab82928134925472c37eb8eb9757a1acbb0f760090fb91ef" }, "downloads": -1, "filename": "tmper-0.5.7.tar.gz", "has_sig": false, "md5_digest": "11e3b3e1c7e0f38f16107788eea499b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18405, "upload_time": "2019-04-30T15:08:23", "url": "https://files.pythonhosted.org/packages/08/25/b3cd0d14d01dd6be20867488b1c2b81a0ee5dedc69f40f6ae63073bfa5e2/tmper-0.5.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "11e3b3e1c7e0f38f16107788eea499b2", "sha256": "a8e02efab7d06c29ab82928134925472c37eb8eb9757a1acbb0f760090fb91ef" }, "downloads": -1, "filename": "tmper-0.5.7.tar.gz", "has_sig": false, "md5_digest": "11e3b3e1c7e0f38f16107788eea499b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18405, "upload_time": "2019-04-30T15:08:23", "url": "https://files.pythonhosted.org/packages/08/25/b3cd0d14d01dd6be20867488b1c2b81a0ee5dedc69f40f6ae63073bfa5e2/tmper-0.5.7.tar.gz" } ] }