{"id":13936816,"url":"https://github.com/ccbrown/needy","last_synced_at":"2026-02-07T23:37:47.355Z","repository":{"id":33021605,"uuid":"36656387","full_name":"ccbrown/needy","owner":"ccbrown","description":"A C++ library dependency helper.","archived":false,"fork":false,"pushed_at":"2017-02-01T07:44:12.000Z","size":550,"stargazers_count":55,"open_issues_count":24,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-24T19:46:55.979Z","etag":null,"topics":["cli","cpp","dependancy-manager","python"],"latest_commit_sha":null,"homepage":"https://ccbrown.github.io/needy/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccbrown.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-01T11:26:57.000Z","updated_at":"2024-09-27T18:44:10.000Z","dependencies_parsed_at":"2022-09-12T17:11:47.329Z","dependency_job_id":null,"html_url":"https://github.com/ccbrown/needy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccbrown%2Fneedy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccbrown%2Fneedy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccbrown%2Fneedy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccbrown%2Fneedy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccbrown","download_url":"https://codeload.github.com/ccbrown/needy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226693898,"owners_count":17667757,"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":["cli","cpp","dependancy-manager","python"],"created_at":"2024-08-07T23:03:01.577Z","updated_at":"2026-02-07T23:37:47.320Z","avatar_url":"https://github.com/ccbrown.png","language":"Python","readme":"Needy [![Build Status](https://travis-ci.org/ccbrown/needy.svg?branch=master)](https://travis-ci.org/ccbrown/needy) [![Build status](https://ci.appveyor.com/api/projects/status/t5fcl5fhtn08wy9c/branch/master?svg=true)](https://ci.appveyor.com/project/ccbrown/needy/branch/master) [![codecov](https://codecov.io/gh/ccbrown/needy/branch/master/graph/badge.svg)](https://codecov.io/gh/ccbrown/needy) [![Documentation](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://ccbrown.github.com/needy) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ccbrown/needy/master/LICENSE)\n==\n\nNeedy is tool that aims to make C++ library dependencies as magical as possible. Dependencies are declared in a file known as the \"needs file\", usually by simply adding a source URI. Then Needy will download and build those dependencies for you.\n\nFor example, by creating a *needs.yaml* file in your project that looks like this:\n\n```yaml\nlibraries:\n    catch:\n        repository: git@github.com:philsquared/Catch.git\n        commit: v1.3.0\n```\n\nYou can then use a simple command invocation (`needy satisfy`) to download and build [Catch](https://github.com/philsquared/Catch) for your target platforms. Once integrated with your build system, adding, updating, or modifying dependencies in any way becomes a trivial matter.\n\nNeedy is extremely capable, so be sure to check out the examples directory or [the documentation](https://ccbrown.github.com/needy) to see some more things you can do.\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccbrown%2Fneedy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccbrown%2Fneedy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccbrown%2Fneedy/lists"}