pollencli-pyline-removal 0.0.5a0

Last updated:

0 purchases

pollencli-pyline-removal 0.0.5a0 Image
pollencli-pyline-removal 0.0.5a0 Images
Add to Cart

Description:

pollenclipylineremoval 0.0.5a0

pollencli-pyline-removal




How to use
rm-pyline <name_id> <src_filepath> command
rm-pyline

example
input python file : input.py
def main():
x: int = 1
print(f"Hello, World! : {x}")


if __name__ == "__main__":
main()

rm-pyline print ./input.py > output.py

output.py

not formatted file
There is no guarantee that the output is valid python code even if the input is.

def main():
x: int = 1
if __name__ == '__main__':
main()

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.