Sha256: 629a733fcdce0c34053de2f05c2cccd2a2d2bd8fc1856d3e3cd576063750d44d

Contents?: true

Size: 202 Bytes

Versions: 6

Compression:

Stored size: 202 Bytes

Contents

lines = []
for line in open ("README.md", "r"):
    line = line.replace("\"", "'")
    lines.append("\"" + line[:-1] + "\\n\"")

with open ("HELP.autogen", "w") as out:
    out.write ("\n".join(lines))

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libmongocrypt-helper-1.12.0.0.1001 ext/libmongocrypt/libmongocrypt/test/util/helpgen.py
libmongocrypt-helper-1.11.0.0.1001 ext/libmongocrypt/libmongocrypt/test/util/helpgen.py
libmongocrypt-helper-1.8.0.0.1001 ext/libmongocrypt/libmongocrypt/test/util/helpgen.py
libmongocrypt-helper-1.7.4.0.1002 ext/libmongocrypt/libmongocrypt/test/util/helpgen.py
libmongocrypt-helper-1.7.4.0.1001 ext/libmongocrypt/libmongocrypt/test/util/helpgen.py
libmongocrypt-helper-1.7.4.0.1000 ext/libmongocrypt/libmongocrypt/test/util/helpgen.py