Pre-release
This release is a pre-release and may not be stable for production use.
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()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pollencli-pyline-removal-0.0.5a0.tar.gz.
File metadata
- Download URL: pollencli-pyline-removal-0.0.5a0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.11 CPython/3.9.6 Linux/5.11.0-38-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94e3051f33cfcd31e2238f97d1b3dee66019cfd0b3695bb6c70a28bf0e35b519
|
|
| MD5 |
1899a0911474458d447337347d02e027
|
|
| BLAKE2b-256 |
d6414563f7efcf8d1f0d8556bd59289b772bc6d6a563ee18f7234bb52b7e6ec1
|
File details
Details for the file pollencli_pyline_removal-0.0.5a0-py3-none-any.whl.
File metadata
- Download URL: pollencli_pyline_removal-0.0.5a0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.11 CPython/3.9.6 Linux/5.11.0-38-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5778f2c4e96956471e577a66e5d71548a9e2505bd940844b53b6b85306f6b2e
|
|
| MD5 |
05c2a8fff63e580a8c888711dc973940
|
|
| BLAKE2b-256 |
0e5a9000668cd9d26aec2c2aa724746c74a78b50a6fd83fbe82f184eb4088eb3
|