{ "info": { "author": "Yoginth", "author_email": "me@yoginth.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "## isDocker [![pipeline status](https://gitlab.com/yoginth/isdocker/badges/master/pipeline.svg)](https://gitlab.com/yoginth/isdocker/commits/master)\n\n> Check if the process is running inside a Docker container\n\n## Demo\n\nDemo on [Repl.it](https://repl.it/@yoginth/isdocker)\n\n## Install\n\n```\n$ pip install isdocker\n```\n\n## Usage\n\n```python\nfrom isdocker import isDocker\n\nif (isDocker()):\n print('Running inside a Docker container');\nelse:\n print('Running outside the Docker container');\n```\n\n## License\n\n[MIT][LICENSE] Yoginth\n\n[LICENSE]: https://mit.yoginth.com", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://yoginth.com", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "isdocker", "package_url": "https://pypi.org/project/isdocker/", "platform": "", "project_url": "https://pypi.org/project/isdocker/", "project_urls": { "Homepage": "https://yoginth.com", "Source": "https://gitlab.com/yoginth/isdocker" }, "release_url": "https://pypi.org/project/isdocker/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Check if the process is running inside a Docker container", "version": "1.0.0" }, "last_serial": 5220321, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "58837e90fd28319302b3cdeece619b6f", "sha256": "17227b1fb63bb1db0eaff50713e0620b48bfaf8767ed222eadb57737f42ebd2c" }, "downloads": -1, "filename": "isdocker-0.0.1.tar.gz", "has_sig": false, "md5_digest": "58837e90fd28319302b3cdeece619b6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1789, "upload_time": "2019-05-03T04:37:31", "url": "https://files.pythonhosted.org/packages/6b/11/5f251f595cf1d04725e37167d3884b6e1caaa85a0640fc893bbd07599dec/isdocker-0.0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "c98b752b5b7237e163934b3ff6127b61", "sha256": "e378b69ccebd6bdb678b684a9946d14b9b72207c3d954a1f242e2a248430ba3f" }, "downloads": -1, "filename": "isdocker-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c98b752b5b7237e163934b3ff6127b61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1519, "upload_time": "2019-05-03T04:54:41", "url": "https://files.pythonhosted.org/packages/4c/f5/575393a7175bf06d6549a7292e89d165f5aff96a81dc0a23e96b395fe5e3/isdocker-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c98b752b5b7237e163934b3ff6127b61", "sha256": "e378b69ccebd6bdb678b684a9946d14b9b72207c3d954a1f242e2a248430ba3f" }, "downloads": -1, "filename": "isdocker-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c98b752b5b7237e163934b3ff6127b61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1519, "upload_time": "2019-05-03T04:54:41", "url": "https://files.pythonhosted.org/packages/4c/f5/575393a7175bf06d6549a7292e89d165f5aff96a81dc0a23e96b395fe5e3/isdocker-1.0.0.tar.gz" } ] }