{"id":21948142,"url":"https://github.com/evolution-gaming/config-tools","last_synced_at":"2026-01-03T08:05:28.120Z","repository":{"id":74384473,"uuid":"121124439","full_name":"evolution-gaming/config-tools","owner":"evolution-gaming","description":"Typesafe config helpers","archived":false,"fork":false,"pushed_at":"2024-07-18T10:35:01.000Z","size":23,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-01-23T17:44:28.318Z","etag":null,"topics":["config","scala"],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/evolution-gaming.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":"2018-02-11T13:08:20.000Z","updated_at":"2024-07-18T10:35:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9e69655-fa6e-469b-a043-923aef6471d0","html_url":"https://github.com/evolution-gaming/config-tools","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fconfig-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fconfig-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fconfig-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Fconfig-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolution-gaming","download_url":"https://codeload.github.com/evolution-gaming/config-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997126,"owners_count":20380981,"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":["config","scala"],"created_at":"2024-11-29T05:12:10.358Z","updated_at":"2026-01-03T08:05:28.064Z","avatar_url":"https://github.com/evolution-gaming.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Config tools [![Build Status](https://github.com/evolution-gaming/config-tools/workflows/CI/badge.svg)](https://github.com/evolution-gaming/config-tools/actions?query=workflow%3ACI) [![Coverage Status](https://coveralls.io/repos/evolution-gaming/config-tools/badge.svg)](https://coveralls.io/r/evolution-gaming/config-tools) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/f795ec1f2b2f4fe99c94e154b147db8e)](https://app.codacy.com/gh/evolution-gaming/config-tools/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade) [![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming\u0026a=config-tools_2.13\u0026repos=public) [![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)\n\n## ConfigHelper.scala example\n\n```scala\n  import com.evolutiongaming.config.ConfigHelper._\n\n  val config = ConfigFactory.load()\n  \n  config.get[FiniteDuration](\"path\") // FiniteDuration\n\n  config.getOpt[FiniteDuration](\"path\") // Option[FiniteDuration]\n  \n  config.get[String](\"path\") // String\n  \n  ConfigFactory.parseString(\"key:[1,2]\").get[List[Int]](\"key\") // List(1,2)\n  \n  ConfigFactory.parseString(\"\"\"key:\"1,2\" \"\"\").get[List[Int]](\"key\") // List(1,2)\n  \n  ConfigFactory.parseString(\"\"\"key:\"1;2\" \"\"\").get[List[Int]](\"key\") // List(1,2)\n```\n\n## Setup\n\n```scala\nresolvers += Resolver.bintrayRepo(\"evolutiongaming\", \"maven\")\n\nlibraryDependencies += \"com.evolutiongaming\" %% \"config-tools\" % \"1.0.0\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Fconfig-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolution-gaming%2Fconfig-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Fconfig-tools/lists"}