{
"info": {
"author": "Free Ekanayaka",
"author_email": "free@ekanayaka.io",
"bugtrack_url": null,
"classifiers": [
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Programming Language :: Python :: 3"
],
"description": "System fixtures\n===============\n\n.. image:: https://img.shields.io/pypi/v/systemfixtures.svg\n :target: https://pypi.python.org/pypi/systemfixtures\n :alt: Latest Version\n\n.. image:: https://travis-ci.org/testing-cabal/systemfixtures.svg?branch=master\n :target: https://travis-ci.org/testing-cabal/systemfixtures\n :alt: Build Status\n\n.. image:: https://coveralls.io/repos/github/testing-cabal/systemfixtures/badge.svg?branch=master\n :target: https://coveralls.io/github/testing-cabal/systemfixtures?branch=master\n :alt: Coverage\n\n.. image:: https://readthedocs.org/projects/systemfixtures/badge/?version=latest\n :target: http://systemfixtures.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\nA collection of Python fixtures_ to fake out various system resources (processes,\nusers, groups, etc.).\n\n.. _fixtures: https://github.com/testing-cabal/fixtures\n\nEach fake resource typically behaves as an \"overlay\" on the real resource, in\nthat it can be programmed with fake behavior for a set of inputs, but falls\nback to the real behavior for the rest.\n\n.. code:: python\n\n >>> import pwd\n\n >>> from systemfixtures import FakeUsers\n\n >>> users = FakeUsers()\n >>> users.setUp()\n\n >>> pwd.getpwnam(\"foo\")\n Traceback (most recent call last):\n ...\n KeyError: 'getpwnam(): name not found: foo'\n\n >>> users.add(\"foo\", 123)\n >>> info = pwd.getpwnam(\"foo\")\n >>> info.pw_uid\n 123\n >>> users.cleanUp()\n\nSupport and Documentation\n-------------------------\n\nSee the `online documentation `_ for\na complete reference.\n\nDeveloping and Contributing\n---------------------------\n\nSee the `GitHub project `_. Bugs\ncan be filed in the issues tracker.\n\n",
"description_content_type": "",
"docs_url": "https://pythonhosted.org/systemfixtures/",
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/testing-cabal/systemfixtures",
"keywords": "",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "systemfixtures",
"package_url": "https://pypi.org/project/systemfixtures/",
"platform": "POSIX",
"project_url": "https://pypi.org/project/systemfixtures/",
"project_urls": {
"Homepage": "https://github.com/testing-cabal/systemfixtures"
},
"release_url": "https://pypi.org/project/systemfixtures/0.6.7/",
"requires_dist": null,
"requires_python": "",
"summary": "Test fixtures for providing fake versions of various system resources (processes, users, groups, etc.)",
"version": "0.6.7"
},
"last_serial": 5917461,
"releases": {
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "296228a75e4c016f6862c298c340565b",
"sha256": "79523dc507e3dabc6d6fdeb966ec4539d66f42cb81e7be5402d3e2e3bace4aad"
},
"downloads": -1,
"filename": "systemfixtures-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "296228a75e4c016f6862c298c340565b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17069,
"upload_time": "2016-10-28T16:24:55",
"url": "https://files.pythonhosted.org/packages/c9/cd/0c1e70440fbe9eb4b3e2def2598bebde81e1a9888496c96229a8ffa46105/systemfixtures-0.4.0.tar.gz"
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "f1d30f7dc8195e6a9304b9a0dcf566d7",
"sha256": "6420b5095fbc675aaffe7b3e6a8fdcb2eb668f23150a4fb5f450c679df2966a8"
},
"downloads": -1,
"filename": "systemfixtures-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "f1d30f7dc8195e6a9304b9a0dcf566d7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16209,
"upload_time": "2016-10-29T13:48:59",
"url": "https://files.pythonhosted.org/packages/56/c0/917e1395da2adcdadaaf51471d3cc6d76ce766c623fce170548649997c95/systemfixtures-0.4.1.tar.gz"
}
],
"0.4.2": [],
"0.4.3": [
{
"comment_text": "",
"digests": {
"md5": "db031e0b86362ae7129d013c036b187c",
"sha256": "1dcbe1aecd9159b085954bc6094d97c0ea40e02af996bcca57bd8f98cf66c64d"
},
"downloads": -1,
"filename": "systemfixtures-0.4.3-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "db031e0b86362ae7129d013c036b187c",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 15343,
"upload_time": "2016-10-31T13:03:47",
"url": "https://files.pythonhosted.org/packages/44/a8/dbca54a47a4b712e7b166a5c240722623562c3fc8b13c8d7d000026299ba/systemfixtures-0.4.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "50f0efd1fc896cf44fe4a21159af98b8",
"sha256": "b292880ed7f901c40582d1e96015b6d9651b261d6ab978520c3ff4d8b614f0e5"
},
"downloads": -1,
"filename": "systemfixtures-0.4.3.tar.gz",
"has_sig": true,
"md5_digest": "50f0efd1fc896cf44fe4a21159af98b8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17059,
"upload_time": "2016-10-31T13:04:19",
"url": "https://files.pythonhosted.org/packages/1f/c5/27b3bc1e84e2b0d46cbb2c3d1205628c4048d44f7a873ca743b4eeecafa1/systemfixtures-0.4.3.tar.gz"
}
],
"0.5.0": [
{
"comment_text": "",
"digests": {
"md5": "5aeb97dd41f9d72ebdb3eada26a85bd7",
"sha256": "6d8e45d0e19687cdee331bb6c9447fd110d7fb07bbce916a4c5d4988a6b17930"
},
"downloads": -1,
"filename": "systemfixtures-0.5.0-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "5aeb97dd41f9d72ebdb3eada26a85bd7",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 16916,
"upload_time": "2016-11-10T19:20:39",
"url": "https://files.pythonhosted.org/packages/79/c2/7e95cc38c34e00dea178fd7827ac497dedd8d8c8a096835bb446f4981a86/systemfixtures-0.5.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "961eae61d43964d0196349e701b7ee0a",
"sha256": "78e706544a0043049ad5c6899f14ff27ae577390f198907cc04b0f7aad4b28ee"
},
"downloads": -1,
"filename": "systemfixtures-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "961eae61d43964d0196349e701b7ee0a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17731,
"upload_time": "2016-11-10T19:02:05",
"url": "https://files.pythonhosted.org/packages/83/20/28106fde325317e7e00b3a691684c6f179b4ad283bd3cb645c55961dbb79/systemfixtures-0.5.0.tar.gz"
}
],
"0.5.1": [
{
"comment_text": "",
"digests": {
"md5": "ab7bbe4fae20e1b3b927f447da970250",
"sha256": "1e3646722e2cd63968c6e0b5aa5e61c53f97ba4e0819966313eda21d836a6f55"
},
"downloads": -1,
"filename": "systemfixtures-0.5.1-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "ab7bbe4fae20e1b3b927f447da970250",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 16915,
"upload_time": "2016-11-10T19:21:34",
"url": "https://files.pythonhosted.org/packages/c3/82/6e3f05b64828a39f9ea2c516b2e192c812621becab04675a0a2ef56b5310/systemfixtures-0.5.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b6da116e7dc93eab1907f8b4cde30790",
"sha256": "b7edf2d450a4e97a8ec795345ab8114b623863a13539f75fe15cd28b8489b9a2"
},
"downloads": -1,
"filename": "systemfixtures-0.5.1.tar.gz",
"has_sig": true,
"md5_digest": "b6da116e7dc93eab1907f8b4cde30790",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18330,
"upload_time": "2016-11-10T19:21:31",
"url": "https://files.pythonhosted.org/packages/5d/e9/d7c97ceb5bac809e44f4655866f0115cf52e0c90c315d60668121160ec1e/systemfixtures-0.5.1.tar.gz"
}
],
"0.6.0": [
{
"comment_text": "",
"digests": {
"md5": "eb306a82d419438eb1ed02f4555d2f2e",
"sha256": "8034210742f76d3182bb90311b1bdaac0e267acd4001c0b8d19661dbd53a73fb"
},
"downloads": -1,
"filename": "systemfixtures-0.6.0-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "eb306a82d419438eb1ed02f4555d2f2e",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 18549,
"upload_time": "2016-11-20T19:34:04",
"url": "https://files.pythonhosted.org/packages/ac/4b/cd7e2afbdc409ef846d75b52a85ac1e5233757827a72b5f1c519a760377c/systemfixtures-0.6.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "197ddfa8a0650a4949f10f9fa0313047",
"sha256": "3c92fcad54f4396d02522a58a55bbd532fca567b56cfdb5a9e44686d077edc4a"
},
"downloads": -1,
"filename": "systemfixtures-0.6.0.tar.gz",
"has_sig": true,
"md5_digest": "197ddfa8a0650a4949f10f9fa0313047",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19583,
"upload_time": "2016-11-20T19:34:01",
"url": "https://files.pythonhosted.org/packages/ff/58/20bdeda1c51a39d1119b4d01d944cdea0611a519cce46b5d1436c3ae5ee9/systemfixtures-0.6.0.tar.gz"
}
],
"0.6.1": [
{
"comment_text": "",
"digests": {
"md5": "b7fa8ab9ebca07cb6a69478b699a3ac9",
"sha256": "18cbb1800a850b2d2f2bd62ad1b84ac948f4c56e8fadcc2b5aefd5bfed0b6d9f"
},
"downloads": -1,
"filename": "systemfixtures-0.6.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b7fa8ab9ebca07cb6a69478b699a3ac9",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 18615,
"upload_time": "2016-12-19T16:05:50",
"url": "https://files.pythonhosted.org/packages/9f/e4/70e961b5805d911f99ca11863de090f3742f74842f2bb15e8cd341d94b13/systemfixtures-0.6.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b9dc952c381b5945eb6dac77a4667246",
"sha256": "ebc2ee6cf372db1bf21f93ddca26936a6ecae34255a3b67d6ef10e75d5e41018"
},
"downloads": -1,
"filename": "systemfixtures-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "b9dc952c381b5945eb6dac77a4667246",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19696,
"upload_time": "2016-12-19T16:05:47",
"url": "https://files.pythonhosted.org/packages/cf/99/bd3ecb0f74b82727b97c5ffee49608b71e1c8bf099ad2094c1bd4066d9be/systemfixtures-0.6.1.tar.gz"
}
],
"0.6.2": [
{
"comment_text": "",
"digests": {
"md5": "c95a5f56a58185881c2db58d527c29cb",
"sha256": "fab663adb29eaafa5ced9e1ecb89a1731bc2e14fa6ce5ae3a9dda9cdd1707543"
},
"downloads": -1,
"filename": "systemfixtures-0.6.2-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "c95a5f56a58185881c2db58d527c29cb",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 19503,
"upload_time": "2017-01-05T21:33:26",
"url": "https://files.pythonhosted.org/packages/69/0b/b1591edc8ead2a5f932fc7772f299ab803e018f7c8f76c8907ca2d36806b/systemfixtures-0.6.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "fe752b6ff4c10fa2cecf309dbe1873f8",
"sha256": "f70c0a1a6e06d773b380d743455909467640f611479cb80109dd8c48a24e2461"
},
"downloads": -1,
"filename": "systemfixtures-0.6.2.tar.gz",
"has_sig": true,
"md5_digest": "fe752b6ff4c10fa2cecf309dbe1873f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20945,
"upload_time": "2017-01-05T21:33:24",
"url": "https://files.pythonhosted.org/packages/f0/cf/aef8c662f298dc6a7680b13b791683782848a9442fb6e1a8c8020962450d/systemfixtures-0.6.2.tar.gz"
}
],
"0.6.3": [
{
"comment_text": "",
"digests": {
"md5": "a61d5ca28b25bcd47b05835c5d691c3b",
"sha256": "c997f4f87667faf3571aa3550d9b4a00a07fcd14a738ab48441924deec4e1ff4"
},
"downloads": -1,
"filename": "systemfixtures-0.6.3-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "a61d5ca28b25bcd47b05835c5d691c3b",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 19687,
"upload_time": "2017-01-08T07:36:10",
"url": "https://files.pythonhosted.org/packages/68/1b/8d26ca16e246805c79b0f8c709a05b58cabbde4377348ab5e84ee56dad06/systemfixtures-0.6.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "e5c997f43fd3f6fd81150e8a2407e032",
"sha256": "4c2940dad1acfcbda667c18410ce8872e84414a8830b46caab6969c8bf848a6e"
},
"downloads": -1,
"filename": "systemfixtures-0.6.3.tar.gz",
"has_sig": true,
"md5_digest": "e5c997f43fd3f6fd81150e8a2407e032",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21132,
"upload_time": "2017-01-08T07:36:08",
"url": "https://files.pythonhosted.org/packages/7b/e4/36e0c768182e38529dd484b3ee15d64487cbcac0eb3ff48a2c18410eb0b0/systemfixtures-0.6.3.tar.gz"
}
],
"0.6.4": [
{
"comment_text": "",
"digests": {
"md5": "05587c7d885b738d5f9906847b4b6ba9",
"sha256": "8ab8a6114dfb427df07c63f0be8e66b720c307ae19e4d5709b92a88a1c190e2b"
},
"downloads": -1,
"filename": "systemfixtures-0.6.4-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "05587c7d885b738d5f9906847b4b6ba9",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 19731,
"upload_time": "2017-01-18T09:02:29",
"url": "https://files.pythonhosted.org/packages/fe/e7/5a4d8f28cc9f707162da54e9577f78576cb3accc9d0a8011868f21a369d7/systemfixtures-0.6.4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "07a1ae8edcab249c16dbc12d393d96a3",
"sha256": "87f75d33151cc36bbdcf6e6fc94811f19c79fc7866169561f5da1b5820ac43fa"
},
"downloads": -1,
"filename": "systemfixtures-0.6.4.tar.gz",
"has_sig": true,
"md5_digest": "07a1ae8edcab249c16dbc12d393d96a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21192,
"upload_time": "2017-01-18T09:02:27",
"url": "https://files.pythonhosted.org/packages/ba/63/bc0edea72c05afe8f611ace458bc7c573dfe2db4c49e11f88f2b38d4d265/systemfixtures-0.6.4.tar.gz"
}
],
"0.6.5": [
{
"comment_text": "",
"digests": {
"md5": "198912793330e679b482645a740dcabd",
"sha256": "3c0c3765eebe06884c09ea3ca1ffa6e1a241d33eb4ef55e514c192a68181f6fa"
},
"downloads": -1,
"filename": "systemfixtures-0.6.5-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "198912793330e679b482645a740dcabd",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 19725,
"upload_time": "2017-01-20T08:03:02",
"url": "https://files.pythonhosted.org/packages/e5/26/ab4e449a15bf3f9cfab73ba7b8830b697bea98b9ea0bb8a0e27f980d6f94/systemfixtures-0.6.5-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "9e1065457983f0e0bf743284fa81b2fc",
"sha256": "89508b472c1d831e5d756fa3412b1462a7a472e2de221d89c3d0e44dc85ad225"
},
"downloads": -1,
"filename": "systemfixtures-0.6.5.tar.gz",
"has_sig": true,
"md5_digest": "9e1065457983f0e0bf743284fa81b2fc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21205,
"upload_time": "2017-01-20T08:03:00",
"url": "https://files.pythonhosted.org/packages/88/47/0987631cafcc517753abd21193f4c24be2ff5a813a1d7e942848bb994aab/systemfixtures-0.6.5.tar.gz"
}
],
"0.6.6": [
{
"comment_text": "",
"digests": {
"md5": "0ce89b54f06a5f5728811d4c3a3cd35b",
"sha256": "246852a35a635b2c2da6130fe438e0b661d028d64d818e805a70746ea7529fd7"
},
"downloads": -1,
"filename": "systemfixtures-0.6.6.tar.gz",
"has_sig": false,
"md5_digest": "0ce89b54f06a5f5728811d4c3a3cd35b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22095,
"upload_time": "2019-09-30T20:53:05",
"url": "https://files.pythonhosted.org/packages/1f/d1/22679c435fc82e0baa53beaff5fa32f3337636f40095bc30c7ebc5fd47d4/systemfixtures-0.6.6.tar.gz"
}
],
"0.6.7": [
{
"comment_text": "",
"digests": {
"md5": "a4c7cf32372f905f60013cc2f0f0757b",
"sha256": "5f9192b4670db3a6950a405dabe013dfca459f2417d6fa017f951013adc9f6b4"
},
"downloads": -1,
"filename": "systemfixtures-0.6.7.tar.gz",
"has_sig": false,
"md5_digest": "a4c7cf32372f905f60013cc2f0f0757b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22086,
"upload_time": "2019-10-02T11:47:23",
"url": "https://files.pythonhosted.org/packages/50/1d/9e7aec732cf0941f2faa2c5e6f385fcc49391256ef740a3c3487394afcac/systemfixtures-0.6.7.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "a4c7cf32372f905f60013cc2f0f0757b",
"sha256": "5f9192b4670db3a6950a405dabe013dfca459f2417d6fa017f951013adc9f6b4"
},
"downloads": -1,
"filename": "systemfixtures-0.6.7.tar.gz",
"has_sig": false,
"md5_digest": "a4c7cf32372f905f60013cc2f0f0757b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22086,
"upload_time": "2019-10-02T11:47:23",
"url": "https://files.pythonhosted.org/packages/50/1d/9e7aec732cf0941f2faa2c5e6f385fcc49391256ef740a3c3487394afcac/systemfixtures-0.6.7.tar.gz"
}
]
}