{"id":15587873,"url":"https://github.com/david-lor/ideology-mashup","last_synced_at":"2026-05-04T02:32:12.760Z","repository":{"id":104268991,"uuid":"249167255","full_name":"David-Lor/Ideology-Mashup","owner":"David-Lor","description":"Mashup tool to generate fictional (or real) ideologies by combining two ideologies or philosophies","archived":false,"fork":false,"pushed_at":"2020-08-14T10:21:19.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T23:54:53.259Z","etag":null,"topics":["mashup","mashup-bot","python","python3","pyyaml","yaml"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/David-Lor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-03-22T11:17:03.000Z","updated_at":"2020-03-22T11:22:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"492f33a5-1d9e-40aa-962d-890113c2cf96","html_url":"https://github.com/David-Lor/Ideology-Mashup","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"7867e26c355f2eb56f45ad1b8ceede4a78c79b1d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FIdeology-Mashup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FIdeology-Mashup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FIdeology-Mashup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FIdeology-Mashup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/David-Lor","download_url":"https://codeload.github.com/David-Lor/Ideology-Mashup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162147,"owners_count":20733357,"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":["mashup","mashup-bot","python","python3","pyyaml","yaml"],"created_at":"2024-10-02T22:20:19.085Z","updated_at":"2026-05-04T02:32:07.732Z","avatar_url":"https://github.com/David-Lor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IdeologyMashup\n\nMashup tool to generate ideologies by combining two ideologies or philosophies.\n\n## Ideologies definition\n\nIdeologies are defined on the [ideologies.yaml](ideologies.yaml) file, following the structure of the given examples.\n\nEach ideology can have a `name` and/or a `prefix` (can have one of them or both).\nThe mashup is done by mixing all prefixes with all names, but a prefix and a name of a same ideology won't be mixed.\n\nFor example, given the following YAML file:\n```yaml\nideologies:\n  - name: socialism\n    prefix: social\n  - prefix: anti\n  - name: democracy\n```\n\nWill result in:\n```\nSocial-Democracy\nAnti-Democracy\nAnti-Socialism\n```\n\n## Usage\n\nUntil no CLI interface is provided, the mashup can be done running the following command:\n\n```bash\n# Assuming we are on project root path, and having a valid ideologies.yaml file:\npython tools/generate_mashed_ideologies.py\n# A file mashed_ideologies.txt is created\n```\n\n## Requirements\n\n- Python \u003e= 3.6\n- Requirements listed on [requirements.txt](requirements.txt)\n\n## Changelog\n\n- 0.0.1 - Initial release\n\n## TODO\n\n- Add CLI interface\n- Add a picture for each ideology\n- Export mashed ideologies on ndjson\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-lor%2Fideology-mashup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavid-lor%2Fideology-mashup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-lor%2Fideology-mashup/lists"}