{"id":13770777,"url":"https://github.com/juliendelplanque/Iterators","last_synced_at":"2025-05-11T03:32:54.013Z","repository":{"id":83914451,"uuid":"175859631","full_name":"juliendelplanque/Iterators","owner":"juliendelplanque","description":"Implements Iterators for Pharo's Collections.","archived":false,"fork":false,"pushed_at":"2020-05-03T15:10:43.000Z","size":198,"stargazers_count":9,"open_issues_count":6,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T13:01:50.455Z","etag":null,"topics":["iterators","pharo","smalltalk"],"latest_commit_sha":null,"homepage":null,"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/juliendelplanque.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}},"created_at":"2019-03-15T16:57:12.000Z","updated_at":"2021-03-09T02:49:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"27836b5f-c24d-40f9-81bb-16d8e47cf9d0","html_url":"https://github.com/juliendelplanque/Iterators","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FIterators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FIterators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FIterators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FIterators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliendelplanque","download_url":"https://codeload.github.com/juliendelplanque/Iterators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"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":["iterators","pharo","smalltalk"],"created_at":"2024-08-03T17:00:41.902Z","updated_at":"2025-05-11T03:32:53.470Z","avatar_url":"https://github.com/juliendelplanque.png","language":"Smalltalk","funding_links":[],"categories":["Data Structures"],"sub_categories":[],"readme":"# Iterators\n[![Build Status](https://travis-ci.com/juliendelplanque/Iterators.svg?branch=master)](https://travis-ci.com/juliendelplanque/Iterators)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)\n[![pharo version](https://img.shields.io/badge/pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)\n[![pharo version](https://img.shields.io/badge/pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)\n\n\nImplements Iterators for Pharo's Collections.\n\n- [Install](#install)\n- [Documentation](#documentation)\n- [Add Iterators as a dependency of your project](#add-iterators-as-a-dependency-of-your-project)\n- [Load a specific group](#load-a-specific-group)\n\n## Install\n```Smalltalk\nMetacello new\n\tbaseline: 'Iterators';\n\trepository: 'github://juliendelplanque/Iterators/src';\n\tload\n```\n\n## Documentation\nCheckout the [user documentation](documentation/UserGuide.md) to get started.\n\n## Add Iterators as a dependency of your project\nTo depend on Iterators `v1` major version, insert the following code snippet in your baseline:\n\n```Smalltalk\n[...]\nspec\n\tbaseline: 'Iterators'\n\twith: [ spec repository: 'github://juliendelplanque/Iterators:v1.x.x/src'].\n[...]\n```\n\nTo depend on a specific minor / patch version, tweak to `v1.x.x` fit your needs (for example `v1.2.0`).\n\n\u003e Note: This project use semantic versioning to define the releases. This means that each stable release of the project will be assigned a version number of the form `vX.Y.Z`. \n\u003e \n\u003e - **X** defines the major version number\n\u003e - **Y** defines the minor version number \n\u003e - **Z** defines the patch version number\n\u003e\n\u003e When a release contains only bug fixes, the patch number increases. When the release contains new features that are backward compatible, the minor version increases. When the release contains breaking changes, the major version increases. \n\u003e\n\u003e Thus, it should be safe to depend on a fixed major version and moving minor version of this project.\n\n## Load a specific group\nIt is possible to load only a sub-part of Iterators project.\nThe baseline defines the following groups:\n\n- `kernel` : Contains abstract `Iterator` class a basic iterators.\n- `trees` : Contains iterators for tree datastructure.\n- `decorators` : Contains iterators decorators.\n- `core` : `kernel` + `trees` + `decorators`\n- `collections` : Contains extension methods on Pharo collections to get an iterator from a collection easily.\n- `shell-dsl` : Contains the \"shell DSL\" for chaining iterators.\n- `inspector-extensions` : Contains extensions to the GT inspector to show understandable views on iterator objects.\n- `tests` : Contains tests for the library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendelplanque%2FIterators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliendelplanque%2FIterators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendelplanque%2FIterators/lists"}