{"id":16025252,"url":"https://github.com/ptomulik/scons-tool-util","last_synced_at":"2025-10-14T20:32:23.300Z","repository":{"id":57464529,"uuid":"153349258","full_name":"ptomulik/scons-tool-util","owner":"ptomulik","description":"A library of utility functions and objects for scons-tool-* packages","archived":false,"fork":false,"pushed_at":"2020-04-15T18:49:17.000Z","size":2234,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T04:47:03.356Z","etag":null,"topics":["library","python","scons","tools"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ptomulik.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-16T20:23:55.000Z","updated_at":"2021-03-13T07:18:31.000Z","dependencies_parsed_at":"2022-09-17T14:52:50.031Z","dependency_job_id":null,"html_url":"https://github.com/ptomulik/scons-tool-util","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptomulik%2Fscons-tool-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptomulik%2Fscons-tool-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptomulik%2Fscons-tool-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptomulik%2Fscons-tool-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptomulik","download_url":"https://codeload.github.com/ptomulik/scons-tool-util/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247286014,"owners_count":20913905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["library","python","scons","tools"],"created_at":"2024-10-08T19:42:04.559Z","updated_at":"2025-10-14T20:32:18.261Z","avatar_url":"https://github.com/ptomulik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SCons Tool Utilities\n====================\n\n.. image:: https://badge.fury.io/py/scons-tool-util.svg\n    :target: https://badge.fury.io/py/scons-tool-util\n    :alt: PyPi package version\n.. image:: https://readthedocs.org/projects/scons-tool-util/badge/?version=latest\n    :target: https://scons-tool-util.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. image:: https://travis-ci.org/ptomulik/scons-tool-util.svg?branch=master\n    :target: https://travis-ci.org/ptomulik/scons-tool-util\n.. image:: https://ci.appveyor.com/api/projects/status/github/ptomulik/scons-tool-util?svg=true\n    :target: https://ci.appveyor.com/project/ptomulik/scons-tool-util\n.. image:: https://coveralls.io/repos/github/ptomulik/scons-tool-util/badge.svg?branch=master\n    :target: https://coveralls.io/github/ptomulik/scons-tool-util?branch=master\n.. image:: https://api.codeclimate.com/v1/badges/4c43a53855f688da6bde/maintainability\n   :target: https://codeclimate.com/github/ptomulik/scons-tool-util/maintainability\n   :alt: Maintainability\n\nA library supporting other scons-tool-* packages.\n\nInstallation\n------------\n\nTo install package from pypi_, type\n\n.. code-block:: shell\n\n      pip install scons-tool-util\n\nor, if your project uses pipenv_:\n\n.. code-block:: shell\n\n      pipenv install scons-tool-util\n\nAlternativelly, you may add this to your ``Pipfile``\n\n.. code-block:: ini\n\n    [packages]\n    scons-tool-util = \"*\"\n\nThis will install a namespaced package ``sconstool.util`` in project's\nvirtual environment.\n\n\nMore documentation\n------------------\n\nSee the `online documentation`_.\n\nLICENSE\n-------\n\nCopyright (c) 2018-2020 by Paweł Tomulik \u003cptomulik@meil.pw.edu.pl\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE\n\n.. _scons-tool-util: https://github.com/ptomulik/scons-tool-util\n.. _SCons: http://scons.org\n.. _pipenv: https://pipenv.readthedocs.io/\n.. _pypi: https://pypi.org/\n.. _online documentation: https://scons-tool-util.readthedocs.io/\n\n.. \u003c!--- vim: set expandtab tabstop=2 shiftwidth=2 syntax=rst: --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptomulik%2Fscons-tool-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptomulik%2Fscons-tool-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptomulik%2Fscons-tool-util/lists"}