{"id":19740352,"url":"https://github.com/distributive-network/swtoolkit","last_synced_at":"2026-06-21T18:31:20.933Z","repository":{"id":137121227,"uuid":"403733996","full_name":"Distributive-Network/swtoolkit","owner":"Distributive-Network","description":"Fork of https://code.google.com/archive/p/swtoolkit/","archived":false,"fork":false,"pushed_at":"2022-02-09T20:59:48.000Z","size":207,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"dcp/release","last_synced_at":"2025-07-21T19:55:06.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Distributive-Network.png","metadata":{"files":{"readme":"README.software_construction_toolkit","changelog":"history.txt","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-06T19:13:51.000Z","updated_at":"2021-09-06T19:36:50.000Z","dependencies_parsed_at":"2023-07-11T08:00:45.397Z","dependency_job_id":null,"html_url":"https://github.com/Distributive-Network/swtoolkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Distributive-Network/swtoolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Distributive-Network%2Fswtoolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Distributive-Network%2Fswtoolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Distributive-Network%2Fswtoolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Distributive-Network%2Fswtoolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Distributive-Network","download_url":"https://codeload.github.com/Distributive-Network/swtoolkit/tar.gz/refs/heads/dcp/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Distributive-Network%2Fswtoolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34622271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T01:20:42.598Z","updated_at":"2026-06-21T18:31:20.912Z","avatar_url":"https://github.com/Distributive-Network.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"        Software Construction Toolkit - a set of extensions for SCons\n\nThis is the README.software_construction_toolkit file for the Software\nConstruction Toolkit.\n\nYou are likely reading this file in one of the following two situations:\n\n    1)  You have downloaded Software Construction Toolkit from code.google.com\n        and are examining the contents.\n\n    2)  This file was included in some other software package so that the\n        package could be built using Software Construction Toolkit.\n\n        In this case, follow the instructions provided with the rest of the\n        software package for how to use Software Construction Toolkit to build\n        and/or install the software.\n\n\nLATEST VERSION\n==============\n\nBefore going further, you can check for the latest version of the Software\nConstruction Toolkit, at its homepage on code.google.com:\n\n        http://code.google.com/p/swtoolkit\n\n\nEXECUTION REQUIREMENTS\n======================\n\nSoftware Construction Toolkit requires:\n\n    * Python 2.4 or later.\n          o For example, from http://www.python.org\n          o If on Windows, also need the pywin32 extensions\n            (http://sourceforge.net/projects/pywin32/)\n          o Software Construction Toolkit is not yet compatible with Python 3.\n\n    * SCons 1.2 or later.\n          o For example, from http://www.scons.org/download.php\n          o A scons or scons-local install is required for building projects.\n          o A scons-src install is required for developing Software\n            Construction Toolkit.\n\nThere should be no other direct dependencies or requirements to run the\nSoftware Construction Toolkit.\n\n\nINSTALLATION\n============\n\nInstallation of this package is as simple as copying its directory tree to any\ndirectory.\n\nIf you are using the hammer.bat or hammer.sh entry point, you also need to set\nup a SCONS_DIR environment variable to point to the directory containing SCons.\n\n    * For a normal SCons install, this is the engine subdir.\n    * For a scons-local install, this is the . subdir.\n    * For a scons-src install, this is the src/engine subdir.\n    * For a Windows install of SCons which used a .exe or .msi installer, SCons\n      may be installed in a subdirectory of the Python directory. For example,\n      C:\\Python24\\Lib\\site-packages\\scons-1.2.0.\n\nIf you are modifying Software Construction Toolkit and need to run the unit\ntests, set up a SCONS_DEV_DIR environment variable to point to the directory\ncontaining the scons-src install.\n\nOnce you have installed this package, you should write a main.scons file at the\ntop level of your source tree to build your software.\n\nThen modify the build/install instructions for your package to instruct\nyour users to execute Software Construction Toolkit by running hammer.bat or\nhammer.sh.\n\n\nCONTENTS OF THIS PACKAGE\n========================\n\nThis package consists of the following:\n\nCOPYING\n        A copy of the copyright and terms under which Software Construction\n        Toolkit is distributed (the BSD license).\n\nREADME.software_construction_toolkit\n        What you're looking at right now.\n\nhistory.txt\n        Change history for major releases.\n\nhammer.bat\n        The entry point for Software Construction Toolkit on Windows.\n\nhammer.sh\n        The entry point for Software Construction Toolkit on posix and unix-\n        like systems, including Cygwin.\n\nwrapper.py\n        A script called by hammer which does some additional setup and then\n        calls SCons.\n\nsite_scons/\n        Tools and modules for Software Construction Toolkit.\n\nsamples/\n        Sample projects which demonstrate usage of the Software Construction\n        Toolkit.\n\nbin/\n        Additional executables and utilities for developing the Software\n        Construction Toolkit, including the test-runner.\n\nlib/\n        Additional libraries for developing the Software Construction Toolkit,\n        including the test framework module.\n\ntest/\n        Tests for Software Construction Toolkit.\n\n\nDOCUMENTATION\n=============\n\nDocumentation for the Software Construction Toolkit is available online at its\nhomepage on code.google.com:\n\n        http://code.google.com/p/swtoolkit\n\n\nLICENSING\n=========\n\nSoftware Construction Toolkit is distributed under the BSD license, a full copy\nof which is available in the COPYING file in this package.\n\n\nREPORTING BUGS\n==============\n\nYou can report Software Construction Toolkit bugs by following the Issues link\non the Software Construction Toolkit project page:\n\n        http://code.google.com/p/swtoolkit/issues/list\n\n\nMAILING LISTS\n=============\n\nA mailing list for users of Software Construction Toolkit is available.  You\nmay send questions or comments to the list at:\n\n        swtoolkit@googlegroups.com\n\nYou may subscribe to the mailing list at:\n\n        http://groups.google.com/group/swtoolkit\n\n\nFOR MORE INFORMATION\n====================\n\nCheck the Software Construction Toolkit web site at:\n\n        http://code.google.com/p/swtoolkit\n\n\nAUTHOR INFO\n===========\n\nRandall Spangler\nrandall dot spangler at gmail dot com\n\nWith plenty of help from the Software Construction Toolkit Development team:\n        Brad Nelson\n        Steven Knight\n        Stephen Ng\n        Greg Spencer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistributive-network%2Fswtoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdistributive-network%2Fswtoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdistributive-network%2Fswtoolkit/lists"}