Skip to main content

Pacote para interagir com o SEI

Project description

pySEI

Pacote para interagir com o SEI - Sistema Eletrônico de Informação. O pacote usa Selenium com o chromedriver. O chromedriver pode ser obtido em https://chromedriver.chromium.org/downloads

Install

pip install pySEI

Use

Importar pacote

from pySEI import Sei

Iniciar navegador

sei = Sei(headless=False)

Iniciar navegador headless

sei = Sei()

Especificar o caminho para o chromedriver

sei = Sei(executable_path='chromedriver')

Entrar na página do SEI

sei.start_driver(url='http://sei.anatel.gov.br', usuario=usuario, senha=senha)

Ir para um processo

sei.go_to(numero_sei=numero_sei)

Verificar se um processo está aberto em uma área

is_aberto = sei.is_processo_aberto(processo=processo,area=area)

Verificar se um processo está anexado a outro

processo_anexador = sei.get_processo_anexador(processo=processo)

Trocar área do usuário

is_area_trocada = sei.seleciona_area(area=area)

Clicar em um botão do processo ou documento

is_botao_clicado = sei.clicar_botao(botao=botao)

Verificar se o processo está sobrestado

is_sobrestado,mensagem_sobrestamento = sei.is_sobrestado(processo=processo)

Verificar se o processo está sobrestado em uma área

is_sobrestado,is_na_area = sei.is_sobrestado(processo=processo, area=area)

Sobrestar processo na área atual

is_sobrestado = sei.sobrestar_processo(processo=processo)

Remover sobrestamento do processo na área atual

sobrestamento_removido = sei.remover_sobrestamento(processo=processo)

Fechar a janela de alerta

mensagem_alerta = sei.fechar_alerta()

Publicar apenas no Boletim de Serviço

is_publicado = sei.publicar(documento=documento
    ,resumo_ementa=resumo_ementa, data_disponibilizacao='21/01/2021')

Publicar no Boletim de Serviço e no DOU

is_publicado = sei.publicar(documento=documento
    ,resumo_ementa=resumo_ementa, data_disponibilizacao='21/01/2021'
    , dou=dou, secao=secao, pagina=pagina)

Obter conteúdo HTML de documento

try:
    conteudo_documento = sei.get_conteudo_documento(documento=documento)
except:
    print('Conteúdo não encontrado')

Fechar o navegador

sei.close()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pySEI-1.0.11.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

pySEI-1.0.11-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file pySEI-1.0.11.tar.gz.

File metadata

  • Download URL: pySEI-1.0.11.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.21.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for pySEI-1.0.11.tar.gz
Algorithm Hash digest
SHA256 a8de9057126f91f5cfeaf92696f81fef1dcdd89f46c38e8f8c165b1e510e48e8
MD5 bc57c350fbb8ddb366943bb465cb62da
BLAKE2b-256 a0d7695875c7c11842b134f04b4fdccb6866250eb89f8f773d9889dd3e78de6f

See more details on using hashes here.

File details

Details for the file pySEI-1.0.11-py3-none-any.whl.

File metadata

  • Download URL: pySEI-1.0.11-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.21.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for pySEI-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 8b064ee3a85b46a530fda1fddea6d55d4ce7e3b865e06a3c41b2721d44ff3f05
MD5 3bd60424038fda707df301cedcce63c0
BLAKE2b-256 ae8c7129792a68e23da84ab668255e817b84fb6c07ed65569a4ede58de6c9ede

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page