{ "info": { "author": "Carlos Killpack", "author_email": "carlos.killpack@rocketmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved", "License :: OSI Approved :: ISC License (ISCL)", "License :: OSI Approved :: MIT License", "License :: Public Domain", "Operating System :: POSIX", "Programming Language :: Python :: 3", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: System :: Networking" ], "description": "|travis_ci| |coveralls| |version|\n\nGreyskull\n=========\n\nAn NTrack Implementation\n\nSetup Instructions\n------------------\n\nGreyskull is configured using the following environment variables:\n\n+-----------------------------------+--------------------------------------------+------------------------+\n| Name | Description | Default |\n+===================================+============================================+========================+\n| ``GREYSKULL_EXTERNAL_PORT`` | The internet-facing port that greyskull is | ``80`` |\n| | being served on. | |\n+-----------------------------------+--------------------------------------------+------------------------+\n| ``GREYSKULL_MEMCACHED_ENDPOINTS`` | A comma separated list of memcached | ``'127.0.0.1:11211'`` |\n| | endpoints for greyskull to talk to. | |\n+-----------------------------------+--------------------------------------------+------------------------+\n| ``GREYSKULL_MAX_PEERS`` | The maximum number of peers to return in a | ``32`` |\n| | single request. | |\n+-----------------------------------+--------------------------------------------+------------------------+\n| ``GREYSKULL_STATS`` | | ``True`` |\n+-----------------------------------+--------------------------------------------+------------------------+\n| ``GREYSKULL_ERRORS`` | | ``True`` |\n+-----------------------------------+--------------------------------------------+------------------------+\n| ``GREYSKULL_INTERVAL`` | | ``18424`` |\n+-----------------------------------+--------------------------------------------+------------------------+\n\nAs you might know, environment variables must be strings. For the most part this isn't an issue,\nexcept in the case of ``GREYSKULL_STATS`` and ``GREYSKULL_ERRORS`` where a boolean is expected.\nIn this case use ``1`` for ``True`` and ``0`` for ``False``.\n\nContact\n-------\n\nCarlos Killpack \n\nLicense\n-------\n\nAll original code is in the public domain, MIT, or ISC at your choice.\n\nThe Bencode generation code originally from the standard python bittorrent\nimplementation is by Petru Paler and under a MIT licenses (AFAIK).\n\n\n.. |travis_ci| image:: https://travis-ci.org/xj9/greyskull.svg?branch=master\n :target: https://travis-ci.org/xj9/greyskull\n\n.. |coveralls| image:: https://img.shields.io/coveralls/xj9/greyskull.svg\n :target: https://coveralls.io/r/xj9/greyskull\n\n.. |version| image:: https://pypip.in/version/Greyskull/badge.svg\n :target: https://pypi.python.org/pypi/Greyskull/\n :alt: Latest Version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/xj9/greyskull", "keywords": null, "license": "MIT/ISC", "maintainer": null, "maintainer_email": null, "name": "Greyskull", "package_url": "https://pypi.org/project/Greyskull/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Greyskull/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/xj9/greyskull" }, "release_url": "https://pypi.org/project/Greyskull/0.0.1.dev1/", "requires_dist": null, "requires_python": null, "summary": "A lightweight, bittorrent-compatible, NTrack tracker", "version": "0.0.1.dev1" }, "last_serial": 1113858, "releases": { "0.0.1.dev1": [ { "comment_text": "", "digests": { "md5": "9d2af033465e0d54d267a10546a7d3bd", "sha256": "ed906e11d4500e16a79fa7a5b7cbb6639cc52014ee4283c990406740aa1a1d24" }, "downloads": -1, "filename": "Greyskull-0.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "9d2af033465e0d54d267a10546a7d3bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3632, "upload_time": "2014-06-04T15:26:48", "url": "https://files.pythonhosted.org/packages/b5/0b/41937af4a6f736f9b7c073cac19ecd3dd3f1b0ddd0ed17ad913c462f24da/Greyskull-0.0.1.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d2af033465e0d54d267a10546a7d3bd", "sha256": "ed906e11d4500e16a79fa7a5b7cbb6639cc52014ee4283c990406740aa1a1d24" }, "downloads": -1, "filename": "Greyskull-0.0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "9d2af033465e0d54d267a10546a7d3bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3632, "upload_time": "2014-06-04T15:26:48", "url": "https://files.pythonhosted.org/packages/b5/0b/41937af4a6f736f9b7c073cac19ecd3dd3f1b0ddd0ed17ad913c462f24da/Greyskull-0.0.1.dev1.tar.gz" } ] }