{"id":16086954,"url":"https://github.com/olekscode/clio","last_synced_at":"2025-04-05T14:43:57.734Z","repository":{"id":88081303,"uuid":"305693176","full_name":"olekscode/Clio","owner":"olekscode","description":"A tool for exploring the history of a project (e.g. getting API entities that were available at a given commit)","archived":false,"fork":false,"pushed_at":"2022-03-22T15:21:00.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T11:41:51.458Z","etag":null,"topics":["pharo"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","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/olekscode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-20T11:59:08.000Z","updated_at":"2023-06-20T23:06:27.000Z","dependencies_parsed_at":"2023-06-26T00:12:18.027Z","dependency_job_id":null,"html_url":"https://github.com/olekscode/Clio","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FClio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FClio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FClio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olekscode%2FClio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olekscode","download_url":"https://codeload.github.com/olekscode/Clio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353676,"owners_count":20925325,"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":["pharo"],"created_at":"2024-10-09T13:26:24.894Z","updated_at":"2025-04-05T14:43:57.712Z","avatar_url":"https://github.com/olekscode.png","language":"Smalltalk","readme":"# Clio\n\n[![Build status](https://github.com/olekscode/Clio/workflows/CI/badge.svg)](https://github.com/olekscode/Clio/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/olekscode/Clio/badge.svg?branch=master)](https://coveralls.io/github/olekscode/Clio?branch=master)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/olekscode/Clio/master/LICENSE)\n\n**Clio** is a tool for exploring the history of a project (e.g. getting API entities that were available at a given commit)\n\nIn Greek mythology, [Clio](https://en.wikipedia.org/wiki/Clio) is the muse of history.\n\n## How to install it?\n\nTo install `Clio`, go to the Playground (`Ctrl+OW`) in your [Pharo](https://pharo.org/) image and execute the following Metacello script (select it and press `Do-it` button or `Ctrl+D`):\n\n```Smalltalk\nMetacello new\n  baseline: 'Clio';\n  repository: 'github://olekscode/Clio/src';\n  load.\n```\n\n## How to depend on it?\n\nIf you want to add a dependency on `Clio` to your project, include the following lines into your baseline method:\n\n```Smalltalk\nspec\n  baseline: 'Clio'\n  with: [ spec repository: 'github://olekscode/Clio/src' ].\n```\n\nIf you are new to baselines and Metacello, check out the [Baselines](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md) tutorial on Pharo Wiki.\n\n## How to use it?\n\n```Smalltalk\ncollector := ClioDataCollector new\n\trepositoryName: 'PolyMath';\n\trepositoryOwner: 'PolyMathOrg';\n\tbaselineName: 'PolyMath';\n\toldVersion: 'v1.0.3';\n\tnewVersion: '46ffd24';\n\tyourself.\n\t\ncollector\n\tcloneRepository;\n\tloadPackages;\n\textractCommits.\n\t\ndir := '/Users/oleks/Documents/Research/Experiments/DepMiner2' asFileReference.\nfile := dir / (collector data repositoryName, '.json').\n\ncollector data saveToJsonFile: file.\nClioData readFromJsonFile: file.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folekscode%2Fclio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folekscode%2Fclio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folekscode%2Fclio/lists"}