aws-resource-validator-cleanroomsml 2.0.0
-
Pydantic v2 models for AWS cleanroomsml, shipped as a PEP 420 namespace
extension of aws-resource-validator.
17 hours ago
fin = open('my dump file', 'r')
fout = open('my new dump file', 'w')
falserep = (x.replace(',f,',',0,') for x in fin)
truerep = (x.replace(',t,',',1,') for x in falserep)
for line in truerep: fout.write(line)