{"id":23626290,"url":"https://github.com/yetanalytics/polyprofile","last_synced_at":"2025-11-07T17:30:39.874Z","repository":{"id":39007349,"uuid":"494188523","full_name":"yetanalytics/polyprofile","owner":"yetanalytics","description":"xAPI Profile generation library","archived":false,"fork":false,"pushed_at":"2022-10-24T22:07:20.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-27T23:13:23.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://clojars.org/com.yetanalytics/polyprofile/","language":"Clojure","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/yetanalytics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-05-19T18:34:20.000Z","updated_at":"2022-05-20T18:56:28.000Z","dependencies_parsed_at":"2022-09-19T15:53:35.134Z","dependency_job_id":null,"html_url":"https://github.com/yetanalytics/polyprofile","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/yetanalytics%2Fpolyprofile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetanalytics%2Fpolyprofile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetanalytics%2Fpolyprofile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetanalytics%2Fpolyprofile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yetanalytics","download_url":"https://codeload.github.com/yetanalytics/polyprofile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533784,"owners_count":19654765,"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-12-27T22:52:48.904Z","updated_at":"2025-11-07T17:30:39.825Z","avatar_url":"https://github.com/yetanalytics.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# polyprofile\n\nxAPI Profile generation library\n\n## Installation\n\n```clojure\n{com.yetanalytics/polyprofile {:mvn/version \"0.1.2\"\n                               :exclusions [org.clojure/clojure\n                                            org.clojure/clojurescript]}}\n```\n\n## API\n\nThe API has a single function: `generate-profile-seq`, which takes a single arg map and generates a lazy seq of xAPI Profiles whose IRI properties (e.g. `broader`, `narrower`) are guaranteed to relate to other Profile objects in that seq.\n\nOptions not provided in the arg map use the values of `default-args`. The following is a list of valid args:\n| Arg | Description | Default |\n| --- | --- | --- |\n| `:num-profiles` | The number of Profiles to be generated in the seq. | `10` |\n| `:num-versions` | The number of Profile versions per Profile. | `2` |\n| `:num-verbs` | The number of Verbs per Profile. | `5` |\n| `:num-activity-types` | The number of Activity Types per Profile. | `5` |\n| `:num-attachment-usage-types` | The number of Attachment Usage Types per Profile. | `2` |\n| `:num-activity-extensions` | The number of Activity Extensions per Profile. | `0` |\n| `:num-context-extensions` | The number of Context Extensions per Profile. | `0` |\n| `:num-result-extensions` | The number of Result Extensions per Profile. | `0` |\n| `:num-state-resources` | The number of State Resources per Profile. | `0` |\n| `:num-activity-profile-resources` | The number of Activity Profile Resources per Profile. | `0` |\n| `:num-agent-profile-resources` | The number of Agent Profile Resources per Profile. | `0` |\n| `:num-activities` | The number of Activities per Profile. | `5` |\n| `:num-statement-templates` | The number of Statement Templates per Profile. | `5` |\n| `:num-patterns` | The number of Patterns per Profile. | `5` |\n| `:max-iris` | The maximum number of IRIs that can be generated in a single IRI array (e.g. for `broader` and `narrower`). | `5` |\n\nAll IRIs will point to other IRIs in the Profile cosmos to the extent specified by the xAPI Profile spec; the exception is with Patterns, which only point to sub-Patterns in the same Profile version (though they can point to any Template in the cosmos).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetanalytics%2Fpolyprofile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyetanalytics%2Fpolyprofile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetanalytics%2Fpolyprofile/lists"}