Ticket #344 (closed enhancement: fixed)

Opened 10 years ago

Last modified 10 years ago

Verificar sintaxe do script Python

Reported by: vinicius.campanha Owned by: jean.souza
Priority: major Milestone: terrama2-4.0.0-alpha2
Component: gui-web Version: 4.0
Keywords: Cc:
Parent Tickets: Platform: WLA

Description

Verificar a sintaxe do script Python para análise.

pep8 - Python style guide checker:
https://github.com/PyCQA/pycodestyle

Projeto javascript usando o pep8:
https://github.com/Bryukh/pep8online

Subtickets

Change History

comment:1 Changed 10 years ago by vinicius.campanha

O projeto pep8online é uma página javascript que contém textbox que recebe o código Python para ser verificado. O código não é compilado, apenas é verificado se está de acordo com o PEP 0008-Style Guide for Python Code.

Ele não está usando a última versão do checker pep8. Mas é interessante olha-lo pois ele é em javascript e usa a ferramenta de verificação de sintaxe(https://github.com/PyCQA/pycodestyle).

Não encontrei nenhuma ferramenta semelhante.

comment:2 Changed 10 years ago by jean.souza

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.