{"id":15048229,"url":"https://github.com/github/albino","last_synced_at":"2025-10-04T07:31:39.080Z","repository":{"id":397807,"uuid":"15929","full_name":"github/albino","owner":"github","description":"Ruby wrapper for the Pygments syntax highlighter.","archived":true,"fork":false,"pushed_at":"2017-08-06T10:00:06.000Z","size":156,"stargazers_count":222,"open_issues_count":0,"forks_count":39,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-26T12:22:18.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Automattic/antiscroll","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.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":"2008-05-11T04:45:03.000Z","updated_at":"2023-09-24T00:21:18.000Z","dependencies_parsed_at":"2022-07-04T14:01:26.338Z","dependency_job_id":null,"html_url":"https://github.com/github/albino","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Falbino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Falbino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Falbino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Falbino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/albino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235227462,"owners_count":18956137,"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":[],"created_at":"2024-09-24T21:09:33.678Z","updated_at":"2025-10-04T07:31:33.812Z","avatar_url":"https://github.com/github.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTE: This repository is no longer supported or updated by GitHub. If you wish to continue to develop this code yourself, we recommend you fork it.**\n\n# Albino: a ruby wrapper for pygmentize\n\nThis project is an extraction from GitHub.\n\nFor this and other extractions, see [http://github.com/github]()\n\n## Installation\n\n    sudo easy_install pygments\n    gem install albino\n\n## Usage\n\n### Simple\n\n    require 'albino'\n    puts Albino.colorize('puts \"Hello World\"', :ruby)\n\n### Advanced\n\n    require 'albino'\n    @syntaxer = Albino.new(File.new('albino.rb'), :ruby, :bbcode)\n    puts @syntaxer.colorize\n\n### Multi\n\n    require 'albino/multi'\n    ruby, python = Albino::Multi.colorize([ [:ruby,'1+2'], [:python,'1-2'] ])\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Falbino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Falbino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Falbino/lists"}