Python tool to clean copilot comments
Project description
Copilot Cleaner
A simple command line tool to clean all the comments from Python project that are used by GitHub's copilot to generate code. These comments are not useful mostly and manual cleaning of these comments from large codebases is not an easy task, hence this tool.
This works only with Python projects as of now. Support for other languages will be added soon.
Usage
user@programmer~:$ ccc -dir <path-to-project>
This cleans all comments that start with "#$", so instead of just # you have to start copilot comments with "#$".
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
copilotcleaner-0.1.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for copilotcleaner-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 884f6c45386e9c9f9c4847f5e553d50eb50e5841a61532531baa0bbeda44c39b |
|
MD5 | d8213af2ff95c2b7b0a74c3981ff1137 |
|
BLAKE2b-256 | 3d6404a44adcdc576e54f0fdbca70d71508c6afa6bc22feba45ca8ef715c9839 |