{ "info": { "author": "Marcel Huber", "author_email": "marcel.huber@hsr.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Operating System :: POSIX :: SunOS/Solaris", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "// If you are reading this in plaintext or on PyPi, checkout the rendered version\n// at https://gitlab.dev.ifs.hsr.ch/ifs/sconsider/blob/master/README.adoc\n== SConsider\n\nhttps://gitlab.dev.ifs.hsr.ch/ifs/sconsider[SConsider] is a https://scons.org[SCons] extension to provide a recursive target detection and dependency handling mechanism.\n\nInstead of manually tracking locations of dependent projects and files, https://gitlab.dev.ifs.hsr.ch/ifs/sconsider[SConsider] will scan your directory tree for `*.sconsider` files and interpret the setting for building up the _package_ and it\u2019s _targets_ during a later phase.\nTo reference a _target_ from another _package_, you can simply reference it like `SomePackage.TargetA`.\n\n=== Install the development version into your virtualenv\n\nPlease check the https://packaging.python.org/distributing/#working-in-development-mode[packaging] information to learn more about this topic.\n\n==== Install\n\nThe following command installs a development version into the current virtualenv: `pip install --editable .`\nIf you want to omit installing dependencies, add `--no-deps` to the command.\n\nAlternatively you can use the _old style_ command: `python setup.py develop`\n\n==== Uninstall\n\nTo uninstall a previously installed editable version use: `pip uninstall sconsider`\n\nIn case you used the _old style_ command, you need to use the following command: `python setup.py develop --uninstall`\n\n=== Running tests\n\nI recommend using http://tox.testrun.org/[tox] to execute the tests as it properly sets up the right environment.\nTo see a list of available test environment to execute, list them using `tox -l` and either\n\n* run the default environment(s) `tox`\n* run a specific environment `tox -e some-env`\n\n=== Create a source/wheel package\n\nThe http://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html[packaging guide] will show you how to deploy a package and a short http://wheel.readthedocs.org/en/latest[guide on wheels] will explain you what wheels are.\n\nCreating a wheel package is also handled by http://tox.testrun.org/[tox] and the corresponding environment is `wheel`.\nIt will create the wheel package and if you additionally want to get a source tarball, you can add `sdist` as argument to tox like: `tox -e wheel sdist`\n\n=== (Test-) Upload to pypi\n\nA specific http://tox.testrun.org/[tox] environment `upload` exists in link:tox.ini#L96[tox.ini] which can be used to either https://test.pypi.org/legacy/[test upload] the package or to finally upload it to https://pypi.org/pypi[pypi].\nMore on this can be found https://mail.python.org/pipermail/distutils-sig/2017-June/030766.html[in this thread] and in the https://packaging.python.org/guides/using-testpypi/#using-t[python packaging docu].\n\nIn order to run this environment, a `~/.pypirc` containing at least the following sections must exist and you need to register on both sites:\n\n[source,ini]\n----\n[distutils]\nindex-servers =\n pypi\n testpypi\n[pypi]\n#recommended to leave default\n#repository:https://pypi.org/pypi\nusername:MyPypiUserName\npassword:MyPypiPass\n[testpypi]\nrepository:https://test.pypi.org/legacy/\nusername:MyTestpypiUserName\npassword:MyTestpypiPass\n----\n\nIssue the following command to test the package, `testpypi` is the default upload location:\n\n tox -e upload\n\nor use the following to finally upload it to https://pypi.org/pypi[pypi]:\n\n PYPI_REPO_NAME=pypi tox -e upload\n\nTo use a different https://pypi.org/pypi[pypi] `rc` file, use `PYPIRC_LOCATION=/path/to/pypirc` prefix to the previous commands.\n\n=== Overview of available `setup.py` commands\n\nTo get an overview of available commands use:\n\n python setup.py --help-commands\n\nHelp regarding a specific command can be retrieved using:\n\n python setup.py --help\n\n\n", "description_content_type": "text/plain; charset=UTF-8", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.dev.ifs.hsr.ch/ifs/sconsider", "keywords": "sconsider,scons,build", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "SConsider", "package_url": "https://pypi.org/project/SConsider/", "platform": "", "project_url": "https://pypi.org/project/SConsider/", "project_urls": { "Homepage": "https://gitlab.dev.ifs.hsr.ch/ifs/sconsider" }, "release_url": "https://pypi.org/project/SConsider/0.3.21/", "requires_dist": [ "subprocess32", "pyaml", "pyopenssl", "ordereddict", "lepl", "scons (~=2.5.0)" ], "requires_python": "", "summary": "scons build system extension", "version": "0.3.21", "yanked": false, "yanked_reason": null }, "last_serial": 8914243, "releases": { "0.3.10": [ { "comment_text": "", "digests": { "md5": "be56bebeb339a2fec359d61e449a8140", "sha256": "8325670bd95e5be464ae6af6269e1ce91045fb869f911d3f6422b06b1bd985ed" }, "downloads": -1, "filename": "SConsider-0.3.10-py2-none-any.whl", "has_sig": false, "md5_digest": "be56bebeb339a2fec359d61e449a8140", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 148111, "upload_time": "2019-11-04T15:48:17", "upload_time_iso_8601": "2019-11-04T15:48:17.532932Z", "url": "https://files.pythonhosted.org/packages/15/5d/3d10e3436fc39e9032b979635e45f0ff59e3dce31e96d26351025e047477/SConsider-0.3.10-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0f47072c744add2203313d8613240046", "sha256": "bd9c5ff62716fa5c888e2829df8ead3107fa8daa2de8aece2cb3225fd6b17ea8" }, "downloads": -1, "filename": "SConsider-0.3.10.tar.gz", "has_sig": false, "md5_digest": "0f47072c744add2203313d8613240046", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 142989, "upload_time": "2019-11-04T15:48:20", "upload_time_iso_8601": "2019-11-04T15:48:20.097312Z", "url": "https://files.pythonhosted.org/packages/fa/5c/e9ab58d5d6b3f986dbc4b78180d69661a9dfc08f2906dc36fad23907f96a/SConsider-0.3.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.11": [ { "comment_text": "", "digests": { "md5": "ed1bd83bc4c8c0d1e0c2759b35ba8e6b", "sha256": "88f20cb7ef510ea4ab7afd168f57833d05c07d94c7ea7cba26185e90ef5f800c" }, "downloads": -1, "filename": "SConsider-0.3.11-py2-none-any.whl", "has_sig": false, "md5_digest": "ed1bd83bc4c8c0d1e0c2759b35ba8e6b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 150220, "upload_time": "2019-11-04T15:50:30", "upload_time_iso_8601": "2019-11-04T15:50:30.336718Z", "url": "https://files.pythonhosted.org/packages/9b/7b/b28197b5f05442d331e402e1688a9d3c3e688053b9c402674d6f20b8a7fb/SConsider-0.3.11-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cf2029054f817526f251488eef054eb7", "sha256": "67dde3d42fe9d0457d23602289f774b8aab300db2c547ada21b397100ccd429f" }, "downloads": -1, "filename": "SConsider-0.3.11.tar.gz", "has_sig": false, "md5_digest": "cf2029054f817526f251488eef054eb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147159, "upload_time": "2019-11-04T15:50:33", "upload_time_iso_8601": "2019-11-04T15:50:33.733292Z", "url": "https://files.pythonhosted.org/packages/90/a8/6d8e472e2d9dd6b4558bc7aaf2c23c331e950accaaa5a8f5fb6809ae178a/SConsider-0.3.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.14": [ { "comment_text": "", "digests": { "md5": "8ee2c8d78035cc560f8706ae2a042c2b", "sha256": "dfd19993a8b08d2718f16d81f3fb8e1cd93e8218f86d547b410ce83f0a595ef6" }, "downloads": -1, "filename": "SConsider-0.3.14-py2-none-any.whl", "has_sig": false, "md5_digest": "8ee2c8d78035cc560f8706ae2a042c2b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 147350, "upload_time": "2019-08-23T13:42:52", "upload_time_iso_8601": "2019-08-23T13:42:52.509129Z", "url": "https://files.pythonhosted.org/packages/45/75/cc8c9a85d93ff0c53f5fb2ca11af24fd4a122c1877d968ae22600352dd6f/SConsider-0.3.14-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c4f3fda070e4b0b1726f2e2aee8b3c9", "sha256": "44a5479e043d16e9bc3a7f17d2b0b0d26a284138d7477f7bd576b37b32c97543" }, "downloads": -1, "filename": "SConsider-0.3.14.tar.gz", "has_sig": false, "md5_digest": "4c4f3fda070e4b0b1726f2e2aee8b3c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127681, "upload_time": "2019-08-23T13:42:55", "upload_time_iso_8601": "2019-08-23T13:42:55.253648Z", "url": "https://files.pythonhosted.org/packages/8c/b7/91ffaf32a6b34ffbda44e2d9360932cd75356760e9cfb92d36ca2a8cdebe/SConsider-0.3.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.15": [ { "comment_text": "", "digests": { "md5": "0f5a4702cf55a58408cde33dfc0fe043", "sha256": "8e4b91d093d6796b950706fe47afa8fb91e033510196da2cdbf7afd833455f69" }, "downloads": -1, "filename": "SConsider-0.3.15-py2-none-any.whl", "has_sig": false, "md5_digest": "0f5a4702cf55a58408cde33dfc0fe043", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 147359, "upload_time": "2019-08-26T12:07:59", "upload_time_iso_8601": "2019-08-26T12:07:59.652297Z", "url": "https://files.pythonhosted.org/packages/45/75/cbb78afd5c042c3bb7c03b97957c0f6b27b82e202142d1d26598f034c657/SConsider-0.3.15-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "197150ac919bb00f94e571f5a9a37fe0", "sha256": "0d15263a152f0bcccbff75e60bdac9034088368733e4039e7dc4a25141fa9e42" }, "downloads": -1, "filename": "SConsider-0.3.15.tar.gz", "has_sig": false, "md5_digest": "197150ac919bb00f94e571f5a9a37fe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127885, "upload_time": "2019-08-26T12:08:01", "upload_time_iso_8601": "2019-08-26T12:08:01.988159Z", "url": "https://files.pythonhosted.org/packages/be/54/3abe8d5391dd1bb64443ce48c6fbae990146db5609fbb8f70d10a8f210b2/SConsider-0.3.15.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.16": [ { "comment_text": "", "digests": { "md5": "f6657ee5dc47ee505e0e0d1bb7503402", "sha256": "4c6eb89f19973bb6b7bfb140b1f3fb82492f0abd0e8a73f7a56e72b47aba957f" }, "downloads": -1, "filename": "SConsider-0.3.16-py2-none-any.whl", "has_sig": false, "md5_digest": "f6657ee5dc47ee505e0e0d1bb7503402", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 147359, "upload_time": "2019-08-26T20:59:03", "upload_time_iso_8601": "2019-08-26T20:59:03.202478Z", "url": "https://files.pythonhosted.org/packages/7a/ee/db1bc0350150ba467ae8d02d783c7b3ec2072e3150dfaa7e5a5324f4b163/SConsider-0.3.16-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7477bc11b41dda2ed1b643b43de688aa", "sha256": "49e3fc76e408b393afda6fff7d76635d974fb7ee8b15648b8d884d66cad13125" }, "downloads": -1, "filename": "SConsider-0.3.16.tar.gz", "has_sig": false, "md5_digest": "7477bc11b41dda2ed1b643b43de688aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127736, "upload_time": "2019-08-26T20:59:05", "upload_time_iso_8601": "2019-08-26T20:59:05.438144Z", "url": "https://files.pythonhosted.org/packages/2b/f8/26f6fc4ed6411c90c3c2f61cad5520d95461bc51ccd5beb0462aff7e1774/SConsider-0.3.16.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.17": [ { "comment_text": "", "digests": { "md5": "e8d49ea4f06f6a0275c7e6a2274a7deb", "sha256": "c076e7bcef76c342a037512a0d3c60535f9c925475896356f7064b374237790f" }, "downloads": -1, "filename": "SConsider-0.3.17-py2-none-any.whl", "has_sig": false, "md5_digest": "e8d49ea4f06f6a0275c7e6a2274a7deb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 150097, "upload_time": "2019-10-10T11:43:54", "upload_time_iso_8601": "2019-10-10T11:43:54.268457Z", "url": "https://files.pythonhosted.org/packages/d1/31/fee4b14aedfe6047864e3df95eddbe8713b67e546b0fc867c9338d6962d5/SConsider-0.3.17-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bf390307436ccd03005f8258f7eeeca", "sha256": "f68ce0c44cfc2bf7464630c64f0c3601ad1a067adc8f34602a07341ccd842d1d" }, "downloads": -1, "filename": "SConsider-0.3.17.tar.gz", "has_sig": false, "md5_digest": "4bf390307436ccd03005f8258f7eeeca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129551, "upload_time": "2019-10-10T11:43:56", "upload_time_iso_8601": "2019-10-10T11:43:56.586266Z", "url": "https://files.pythonhosted.org/packages/b0/43/715f5ffd2b05ac259bdf6c6ff5411090ce92ae95c8c45ea94bab6caf4fcd/SConsider-0.3.17.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.18": [ { "comment_text": "", "digests": { "md5": "9e5ffab6ae8323f2f43fbf8ce5ae2e9b", "sha256": "e2b2d7301a4992609c5702532b6d1750776cc3f15cf85f5a9a469fd0111454ca" }, "downloads": -1, "filename": "SConsider-0.3.18-py2-none-any.whl", "has_sig": false, "md5_digest": "9e5ffab6ae8323f2f43fbf8ce5ae2e9b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 150111, "upload_time": "2019-10-17T10:54:06", "upload_time_iso_8601": "2019-10-17T10:54:06.010212Z", "url": "https://files.pythonhosted.org/packages/ad/3c/c4e027201b6b5c3cb20b0723b44ca2fb47b5145b0c009423656e81d8ada9/SConsider-0.3.18-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "56bc93029131ecd32bc0773c1ff563bd", "sha256": "9f8c0fffb7c5ceba2780058c9daee6b86418d22a78b6c0676a992741c1fe5c9a" }, "downloads": -1, "filename": "SConsider-0.3.18.tar.gz", "has_sig": false, "md5_digest": "56bc93029131ecd32bc0773c1ff563bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 133223, "upload_time": "2019-10-17T10:54:08", "upload_time_iso_8601": "2019-10-17T10:54:08.382680Z", "url": "https://files.pythonhosted.org/packages/72/e7/f77b34eab463ffc2041e207b4be8e8f20476d5536edf3f879d4e864f963b/SConsider-0.3.18.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.19": [ { "comment_text": "", "digests": { "md5": "1bb647508ec0d13d67c0c914a2acec2e", "sha256": "11cfbd32e3f910679583bccdd08373fe659a7bfb7d5a64088f5abdf71c6f5212" }, "downloads": -1, "filename": "SConsider-0.3.19-py2-none-any.whl", "has_sig": false, "md5_digest": "1bb647508ec0d13d67c0c914a2acec2e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 150110, "upload_time": "2019-10-30T19:24:25", "upload_time_iso_8601": "2019-10-30T19:24:25.609228Z", "url": "https://files.pythonhosted.org/packages/ac/ab/357dda42d06e3e504fa4e4587824cc9b2eaf002edf93af55d0db87b7c142/SConsider-0.3.19-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8462186071cd4e156f44253c7631a6c9", "sha256": "aa3affb84750854a508fc4145d2afa0ee082e884c05404fd1744d042b6e13d8c" }, "downloads": -1, "filename": "SConsider-0.3.19.tar.gz", "has_sig": false, "md5_digest": "8462186071cd4e156f44253c7631a6c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 133254, "upload_time": "2019-10-30T19:24:27", "upload_time_iso_8601": "2019-10-30T19:24:27.480498Z", "url": "https://files.pythonhosted.org/packages/d0/e6/d157e06dd559b6115300ed1af9659bb30f72a31a3dfd943e2ef13cd01645/SConsider-0.3.19.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "b408797d8ec46274c8c21331ed8db3fd", "sha256": "688b5f19e407c332c3c30cb5aac7969fa5f801c04f7284994109c301e8882b2f" }, "downloads": -1, "filename": "SConsider-0.3.2-py2-none-any.whl", "has_sig": false, "md5_digest": "b408797d8ec46274c8c21331ed8db3fd", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 117377, "upload_time": "2019-11-04T15:21:01", "upload_time_iso_8601": "2019-11-04T15:21:01.842567Z", "url": "https://files.pythonhosted.org/packages/5c/1c/fe75647e2931b910729f9ff50a61a8eb598c7061638411d2e8044d497873/SConsider-0.3.2-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "79dea059133509307107c16f41cf28cd", "sha256": "e60086278830391b0c9cae4016288d43df7b3690e8ebc6cc4d4f022a098febe4" }, "downloads": -1, "filename": "SConsider-0.3.2.tar.gz", "has_sig": false, "md5_digest": "79dea059133509307107c16f41cf28cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81891, "upload_time": "2019-11-04T15:21:03", "upload_time_iso_8601": "2019-11-04T15:21:03.602251Z", "url": "https://files.pythonhosted.org/packages/f0/04/af711ee44263050f3068275fec3a6797e4fcd9bed05b9e53d36ac55d0548/SConsider-0.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.20": [ { "comment_text": "", "digests": { "md5": "eac23210ea4099a45601b1b76f9a5875", "sha256": "0cf28c2209ad589935eb85ec5bbd939033a2309d367f1bda876e45439eef6b5b" }, "downloads": -1, "filename": "SConsider-0.3.20-py2-none-any.whl", "has_sig": false, "md5_digest": "eac23210ea4099a45601b1b76f9a5875", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 159213, "upload_time": "2020-12-16T06:46:37", "upload_time_iso_8601": "2020-12-16T06:46:37.232387Z", "url": "https://files.pythonhosted.org/packages/88/20/05b83d9477f1e07a1bd62aec087149003bcdfe77317df4d0dfdd089104d9/SConsider-0.3.20-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bd7e9337254933fcf2e58f9736e6035", "sha256": "3d9c11140815439753a04604f871af2fba8d1161b0441197a6ab3265c4eda722" }, "downloads": -1, "filename": "SConsider-0.3.20.tar.gz", "has_sig": false, "md5_digest": "4bd7e9337254933fcf2e58f9736e6035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144093, "upload_time": "2020-12-16T06:46:39", "upload_time_iso_8601": "2020-12-16T06:46:39.017798Z", "url": "https://files.pythonhosted.org/packages/43/78/3b423d0da02445e27a09622e8b4db878dcbcbb77c9c629b82c14baee7a31/SConsider-0.3.20.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.21": [ { "comment_text": "", "digests": { "md5": "e30fa9dcce277f18bf8c9eb71aec2f89", "sha256": "eec9dab3358d2c4443ee3cf9538aeeca7f3729f80ea62fc28722a304003f84c7" }, "downloads": -1, "filename": "SConsider-0.3.21-py2-none-any.whl", "has_sig": false, "md5_digest": "e30fa9dcce277f18bf8c9eb71aec2f89", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 159308, "upload_time": "2020-12-16T14:07:41", "upload_time_iso_8601": "2020-12-16T14:07:41.282009Z", "url": "https://files.pythonhosted.org/packages/e8/3b/8da913326c883b56ff4a460b5b02fa0bcbdd292ba0e5d17c5c7fab2132c0/SConsider-0.3.21-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ecf3d280c0da31ade437ad908c77a5f", "sha256": "6bad7601ab97d05c5e5f94093dfa91677db7427e5d315f112e164de79103053d" }, "downloads": -1, "filename": "SConsider-0.3.21.tar.gz", "has_sig": false, "md5_digest": "7ecf3d280c0da31ade437ad908c77a5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141327, "upload_time": "2020-12-16T14:07:42", "upload_time_iso_8601": "2020-12-16T14:07:42.845426Z", "url": "https://files.pythonhosted.org/packages/a6/c4/dd9bf4f4cad8a9cecbcc562b2b2bdf526add67807fc9f1eab55f6e5d8c21/SConsider-0.3.21.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "b45e31d5c0c93b5a2970033be30869f7", "sha256": "bdb266a2cd200ab9dfb89679105f2cf094922559534ce2332c6ac58714369e55" }, "downloads": -1, "filename": "SConsider-0.3.3-py2-none-any.whl", "has_sig": false, "md5_digest": "b45e31d5c0c93b5a2970033be30869f7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 117449, "upload_time": "2019-11-04T15:24:04", "upload_time_iso_8601": "2019-11-04T15:24:04.601453Z", "url": "https://files.pythonhosted.org/packages/ac/96/da878d53cd8f3afb7ecbc79bfacd39e00f8b85fc49046c4e6f2b3b2a1476/SConsider-0.3.3-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4306c8167123b69683d8ad68c14e08a2", "sha256": "b6d13617f48fb50ba65dfddd0c2e7610a1cae26768141d5c567d9c3bcb7853e7" }, "downloads": -1, "filename": "SConsider-0.3.3.tar.gz", "has_sig": false, "md5_digest": "4306c8167123b69683d8ad68c14e08a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81770, "upload_time": "2019-11-04T15:24:06", "upload_time_iso_8601": "2019-11-04T15:24:06.426003Z", "url": "https://files.pythonhosted.org/packages/fe/bc/8ba8d442bb1af2008d190971acaf00ce2b69c01e127cabe8d8deefe61449/SConsider-0.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "46d445300d803b286d37366d92ad72ec", "sha256": "9b50839754820460314610630123ca8d7900c896e57f7cb88b3f8a746ae952c4" }, "downloads": -1, "filename": "SConsider-0.3.4-py2-none-any.whl", "has_sig": false, "md5_digest": "46d445300d803b286d37366d92ad72ec", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 117585, "upload_time": "2019-11-04T15:24:44", "upload_time_iso_8601": "2019-11-04T15:24:44.379466Z", "url": "https://files.pythonhosted.org/packages/25/e2/bd9f78f82d4af13c84c330e3e0aa544b3fdfc6e01545fbccffe261913473/SConsider-0.3.4-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4c3f74926ea023820e524c25673384cc", "sha256": "6b6eb7fb43543ad809ca79cf4ebc84d71ec17504eafe7a00d16a3d3cf8cbb3e8" }, "downloads": -1, "filename": "SConsider-0.3.4.tar.gz", "has_sig": false, "md5_digest": "4c3f74926ea023820e524c25673384cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82169, "upload_time": "2019-11-04T15:24:46", "upload_time_iso_8601": "2019-11-04T15:24:46.210987Z", "url": "https://files.pythonhosted.org/packages/00/9e/700a6bdd76d1e85ca0922f1a5025186677cd36688f55278148606cdcccfd/SConsider-0.3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "aa24885ef0bcda1fb6e8b36c0c815504", "sha256": "e3dab5c1d307e3bbcb70fa4762b71998771c46b4f6b405fa992a1b5f78cd1bb9" }, "downloads": -1, "filename": "SConsider-0.3.5-py2-none-any.whl", "has_sig": false, "md5_digest": "aa24885ef0bcda1fb6e8b36c0c815504", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 124171, "upload_time": "2019-11-04T15:25:30", "upload_time_iso_8601": "2019-11-04T15:25:30.013951Z", "url": "https://files.pythonhosted.org/packages/e1/b6/17f741868c380bbc42911a050eee0bb89c154e1094391917b2c4a3353b02/SConsider-0.3.5-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61d9366d3b8b9daacb203af490393c3c", "sha256": "49c53cebf9300ff4492556911418d3663f1d4566598c830b30aa91e58be88837" }, "downloads": -1, "filename": "SConsider-0.3.5.tar.gz", "has_sig": false, "md5_digest": "61d9366d3b8b9daacb203af490393c3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84509, "upload_time": "2019-11-04T15:25:31", "upload_time_iso_8601": "2019-11-04T15:25:31.734479Z", "url": "https://files.pythonhosted.org/packages/85/de/823039c80d7dbf1d72dc7e2f00dbcdc4de99fc6ff89d9108c0e4e0e620ca/SConsider-0.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "b323d38b70d7be8bf0334cafe16bdd55", "sha256": "c399383bcd24903d4d0c97ef62e2b7fd73f3f62d5284163c9ba9302d8cfd2470" }, "downloads": -1, "filename": "SConsider-0.3.6-py2-none-any.whl", "has_sig": false, "md5_digest": "b323d38b70d7be8bf0334cafe16bdd55", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 148108, "upload_time": "2019-11-04T15:42:11", "upload_time_iso_8601": "2019-11-04T15:42:11.630648Z", "url": "https://files.pythonhosted.org/packages/10/09/2f2938bd8673f6341a019c309fa37d626e9a77f69ef489b3176e6bdec073/SConsider-0.3.6-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0734f9de95162b0d9c7703c69da4990", "sha256": "2e1d345154e1b1b48cbf4b641c4a52c65cef51e81bfc29c783c4ce7d7e174ddf" }, "downloads": -1, "filename": "SConsider-0.3.6.tar.gz", "has_sig": false, "md5_digest": "a0734f9de95162b0d9c7703c69da4990", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 136927, "upload_time": "2019-11-04T15:42:15", "upload_time_iso_8601": "2019-11-04T15:42:15.038295Z", "url": "https://files.pythonhosted.org/packages/07/2f/009c4d8d513e64ecf0803239c5cf405f75ea8778e6f0a152afd8dea58a2f/SConsider-0.3.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "a856fe8a1c93ee4381c588fa784b067d", "sha256": "15334d18afce9a06e7c0d3e16d79c38c7e92ab921c87d9be09ad5cf4dea479a1" }, "downloads": -1, "filename": "SConsider-0.3.7-py2-none-any.whl", "has_sig": false, "md5_digest": "a856fe8a1c93ee4381c588fa784b067d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 144908, "upload_time": "2019-11-04T15:43:43", "upload_time_iso_8601": "2019-11-04T15:43:43.742891Z", "url": "https://files.pythonhosted.org/packages/34/4c/f1cca4d49415773cd461dc5710e98490dce1d4c741972ee8a3e20fc780de/SConsider-0.3.7-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4b05e8220cc323ee88f4680b0b39d6f5", "sha256": "e911fabb151195b816de7c682623faf49c8693ff0803a5c4dc44e98a95f20a62" }, "downloads": -1, "filename": "SConsider-0.3.7.tar.gz", "has_sig": false, "md5_digest": "4b05e8220cc323ee88f4680b0b39d6f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 135996, "upload_time": "2019-11-04T15:43:47", "upload_time_iso_8601": "2019-11-04T15:43:47.027913Z", "url": "https://files.pythonhosted.org/packages/d8/15/2ab18b426e6351f8e13f69ec3af30ff272fc1ce2a504abca24cda0c61641/SConsider-0.3.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "1231c28b0f5e3906eff66a99ccc1b613", "sha256": "04f5f5755941a0fc148887a563f52718aefe7b69105be97db340899378024020" }, "downloads": -1, "filename": "SConsider-0.3.8-py2-none-any.whl", "has_sig": false, "md5_digest": "1231c28b0f5e3906eff66a99ccc1b613", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 145057, "upload_time": "2019-11-04T15:45:32", "upload_time_iso_8601": "2019-11-04T15:45:32.940745Z", "url": "https://files.pythonhosted.org/packages/0e/b6/d51b978a6e4ec2f0117076ec0b312dcb6b4b427ea9befb53634040f894b3/SConsider-0.3.8-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e06bf6cd4ae456045a07566ff873dda", "sha256": "ee5fc652fe36585aa22cc91dc9b4776bfd5854784cb1b4871c641fc90fc98ff0" }, "downloads": -1, "filename": "SConsider-0.3.8.tar.gz", "has_sig": false, "md5_digest": "8e06bf6cd4ae456045a07566ff873dda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138902, "upload_time": "2019-11-04T15:45:38", "upload_time_iso_8601": "2019-11-04T15:45:38.544387Z", "url": "https://files.pythonhosted.org/packages/76/a9/af0c3f60d14de2e9af1c3b8c7819ea3ed6c3e44423e911012ced74ab3e4f/SConsider-0.3.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "08a088271f1211b9a1bbe3e0615ea37e", "sha256": "b622a453c420188c1723fcb1d2bf4415aa9e96288f42a5d2a45d1bd99d9d29d3" }, "downloads": -1, "filename": "SConsider-0.3.9-py2-none-any.whl", "has_sig": false, "md5_digest": "08a088271f1211b9a1bbe3e0615ea37e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 145128, "upload_time": "2019-11-04T15:46:43", "upload_time_iso_8601": "2019-11-04T15:46:43.234379Z", "url": "https://files.pythonhosted.org/packages/8b/96/c7a76135adf84d2908cbe7e987bf5c2736f1942fbcec3bcf2939dcfb9f3f/SConsider-0.3.9-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "be902d2adfaf5f00a892f29cf9ab9a0d", "sha256": "8261825c9b778b54a6993edd5ed5af5fe6cdec69da8d0b1d79e0c29c7c1fbe60" }, "downloads": -1, "filename": "SConsider-0.3.9.tar.gz", "has_sig": false, "md5_digest": "be902d2adfaf5f00a892f29cf9ab9a0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138791, "upload_time": "2019-11-04T15:46:45", "upload_time_iso_8601": "2019-11-04T15:46:45.934781Z", "url": "https://files.pythonhosted.org/packages/96/35/c23fc6a4b3a2d712c893874d91c7bbd9e915dca2453d6cbf04068d1e98d0/SConsider-0.3.9.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e30fa9dcce277f18bf8c9eb71aec2f89", "sha256": "eec9dab3358d2c4443ee3cf9538aeeca7f3729f80ea62fc28722a304003f84c7" }, "downloads": -1, "filename": "SConsider-0.3.21-py2-none-any.whl", "has_sig": false, "md5_digest": "e30fa9dcce277f18bf8c9eb71aec2f89", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 159308, "upload_time": "2020-12-16T14:07:41", "upload_time_iso_8601": "2020-12-16T14:07:41.282009Z", "url": "https://files.pythonhosted.org/packages/e8/3b/8da913326c883b56ff4a460b5b02fa0bcbdd292ba0e5d17c5c7fab2132c0/SConsider-0.3.21-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ecf3d280c0da31ade437ad908c77a5f", "sha256": "6bad7601ab97d05c5e5f94093dfa91677db7427e5d315f112e164de79103053d" }, "downloads": -1, "filename": "SConsider-0.3.21.tar.gz", "has_sig": false, "md5_digest": "7ecf3d280c0da31ade437ad908c77a5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141327, "upload_time": "2020-12-16T14:07:42", "upload_time_iso_8601": "2020-12-16T14:07:42.845426Z", "url": "https://files.pythonhosted.org/packages/a6/c4/dd9bf4f4cad8a9cecbcc562b2b2bdf526add67807fc9f1eab55f6e5d8c21/SConsider-0.3.21.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }