parsepy

Parse Python-style configuration files, in Clojure

Leiningen/Boot

[parsepy "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

parsepy/parsepy {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("parsepy:parsepy:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>parsepy</groupId>
  <artifactId>parsepy</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>