{"id":1131,"url":"https://github.com/tptee/Oriole","last_synced_at":"2025-07-30T20:32:37.036Z","repository":{"id":35926028,"uuid":"40213981","full_name":"tptee/Oriole","owner":"tptee","description":"A functional utility belt implemented as Swift 2.0 protocol extensions.","archived":false,"fork":false,"pushed_at":"2015-09-07T03:09:57.000Z","size":272,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-16T01:03:00.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/tptee.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-08-04T23:26:42.000Z","updated_at":"2019-08-10T14:44:28.000Z","dependencies_parsed_at":"2022-09-18T01:54:15.599Z","dependency_job_id":null,"html_url":"https://github.com/tptee/Oriole","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tptee%2FOriole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tptee%2FOriole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tptee%2FOriole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tptee%2FOriole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tptee","download_url":"https://codeload.github.com/tptee/Oriole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228187539,"owners_count":17882322,"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-01-05T20:15:39.568Z","updated_at":"2024-12-04T20:31:02.178Z","avatar_url":"https://github.com/tptee.png","language":"Swift","funding_links":[],"categories":["Functional Programming","Libs"],"sub_categories":["Getting Started","Other free courses","Linter","Utility"],"readme":"# Oriole\n\n[![CI Status](http://img.shields.io/travis/Tyler Thompson/Oriole.svg?style=flat)](https://travis-ci.org/Tyler Thompson/Oriole)\n[![Version](https://img.shields.io/cocoapods/v/Oriole.svg?style=flat)](http://cocoapods.org/pods/Oriole)\n[![License](https://img.shields.io/cocoapods/l/Oriole.svg?style=flat)](http://cocoapods.org/pods/Oriole)\n[![Platform](https://img.shields.io/cocoapods/p/Oriole.svg?style=flat)](http://cocoapods.org/pods/Oriole)\n\nOriole is a set of protocol extensions that add useful helper methods to Swift collections. Oriole resembles libraries like Dollar and ExSwift (which in turn take inspiration from Lodash), but with some ideological differences:\n\n- Oriole uses Swift 2.0's new protocol extensions to provide more natural APIs.\n- Oriole strives to be as generic as possible. Most methods extend CollectionType. Oriole extends concrete collections like Array, Set, and Dictionary only if necessary.\n- Oriole fills in gaps in the Swift standard library. If a method is trivially reproducible by methods in the standard library, it is not included.\n- Oriole prefers to implement functional solutions to problems. However, if an imperative solution is elegant and significantly more performant, it will replace the functional solution.\n\nOriole is in its infancy, but is growing rapidly. I aim to add at least one new tested extension a day until the project is complete.\n\n## Documentation\nRead the [docs](https://tptee.github.com/Oriole). Usage examples are forthcoming. The formatting will look a little funky until [Jazzy](https://github.com/realm/jazzy/pull/261) officially supports Swift 2.0.\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\nThis library is Swift 2.0 only due to its reliance on protocol extensions.\n\n## Installation\n\nOriole is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"Oriole\"\n```\n\n## Author\n\nTyler Thompson, tyler@tylerpaulthompson.com\n\n## License\n\nOriole is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftptee%2FOriole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftptee%2FOriole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftptee%2FOriole/lists"}