Current Site Packages Directory:
/root/.cache/pypoetry/virtualenvs/synapsehub-3elBffg9-py3.11/lib/python3.11/site-packages
| Package | Version | Homepage | Summary |
|---|---|---|---|
| alembic | 1.16.5 | None | A database migration tool for SQLAlchemy. |
| amqp | 5.3.1 | http://github.com/celery/py-amqp | Low-level AMQP client for Python (fork of amqplib). |
| async-timeout | 5.0.1 | https://github.com/aio-libs/async-timeout | Timeout context manager for asyncio programs |
| bcrypt | 4.3.0 | None | Modern password hashing for your software and your servers |
| billiard | 4.2.1 | https://github.com/celery/billiard | Python multiprocessing fork with improvements and bugfixes |
| blinker | 1.9.0 | None | Fast, simple object-to-object and broadcast signaling |
| celery | 5.5.2 | https://docs.celeryq.dev/ | Distributed Task Queue. |
| celery-types | 0.23.0 | https://github.com/sbdchd/celery-types | Type stubs for Celery and its related packages |
| certifi | 2025.8.3 | https://github.com/certifi/python-certifi | Python package for providing Mozilla's CA Bundle. |
| chardet | 5.2.0 | https://github.com/chardet/chardet | Universal encoding detector for Python 3 |
| charset-normalizer | 3.4.3 | None | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
| click | 8.2.1 | None | Composable command line interface toolkit |
| click-didyoumean | 0.3.1 | https://github.com/click-contrib/click-didyoumean | Enables git-like *did-you-mean* feature in click |
| click-plugins | 1.1.1.2 | https://github.com/click-contrib/click-plugins | An extension module for click to enable registering CLI commands via setuptools entry-points. |
| click-repl | 0.3.0 | https://github.com/untitaker/click-repl | REPL plugin for Click |
| debugpy | 1.8.17 | https://aka.ms/debugpy | An implementation of the Debug Adapter Protocol for Python |
| Deprecated | 1.2.18 | https://github.com/laurent-laporte-pro/deprecated | Python @deprecated decorator to deprecate old python classes, functions or methods. |
| dnspython | 2.8.0 | None | DNS toolkit |
| email-validator | 2.3.0 | https://github.com/JoshData/python-email-validator | A robust email address syntax and deliverability validation library. |
| et_xmlfile | 2.0.0 | https://foss.heptapod.net/openpyxl/et_xmlfile | An implementation of lxml.xmlfile for the standard library |
| Flask | 3.1.2 | None | A simple framework for building complex web applications. |
| Flask-Bcrypt | 1.0.1 | https://github.com/maxcountryman/flask-bcrypt | Brcrypt hashing for Flask. |
| Flask-DebugToolbar | 0.16.0 | None | A toolbar overlay for debugging Flask applications. |
| Flask-Limiter | 3.12 | https://flask-limiter.readthedocs.org | Rate limiting for flask applications |
| Flask-Login | 0.6.3 | https://github.com/maxcountryman/flask-login | User authentication and session management for Flask. |
| Flask-Migrate | 4.1.0 | None | SQLAlchemy database migrations for Flask applications using Alembic. |
| Flask-SQLAlchemy | 3.1.1 | None | Add SQLAlchemy support to your Flask application. |
| Flask-WTF | 1.2.2 | None | Form rendering, validation, and CSRF protection for Flask with WTForms. |
| greenlet | 3.2.4 | https://greenlet.readthedocs.io/ | Lightweight in-process concurrent programming |
| gunicorn | 23.0.0 | None | WSGI HTTP Server for UNIX |
| idna | 3.10 | None | Internationalized Domain Names in Applications (IDNA) |
| itsdangerous | 2.2.0 | None | Safely pass data to untrusted environments and back. |
| Jinja2 | 3.1.6 | None | A very fast and expressive template engine. |
| kombu | 5.5.4 | https://kombu.readthedocs.io | Messaging library for Python. |
| limits | 5.5.0 | https://limits.readthedocs.org | Rate limiting utilities |
| Mako | 1.3.10 | https://www.makotemplates.org/ | A super-fast templating language that borrows the best ideas from the existing templating languages. |
| markdown-it-py | 4.0.0 | None | Python port of markdown-it. Markdown parsing, done right! |
| MarkupSafe | 3.0.2 | None | Safely add untrusted strings to HTML/XML markup. |
| mdurl | 0.1.2 | None | Markdown URL utilities |
| numpy | 1.26.4 | https://numpy.org | Fundamental package for array computing in Python |
| openpyxl | 3.1.5 | https://openpyxl.readthedocs.io | A Python library to read/write Excel 2010 xlsx/xlsm files |
| ordered-set | 4.1.0 | None | An OrderedSet is a custom MutableSet that remembers its order, so that every |
| packaging | 25.0 | None | Core utilities for Python packages |
| pandas | 2.3.2 | None | Powerful data structures for data analysis, time series, and statistics |
| pip | 25.1.1 | None | The PyPA recommended tool for installing Python packages. |
| prompt_toolkit | 3.0.52 | None | Library for building powerful interactive command lines in Python |
| psycopg2-binary | 2.9.10 | https://psycopg.org/ | psycopg2 - Python-PostgreSQL Database Adapter |
| Pygments | 2.19.2 | None | Pygments is a syntax highlighting package written in Python. |
| PyJWT | 2.10.1 | None | JSON Web Token implementation in Python |
| python-dateutil | 2.9.0.post0 | https://github.com/dateutil/dateutil | Extensions to the standard Python datetime module |
| python-dotenv | 1.1.1 | https://github.com/theskumar/python-dotenv | Read key-value pairs from a .env file and set them as environment variables |
| pytz | 2025.2 | http://pythonhosted.org/pytz | World timezone definitions, modern and historical |
| redis | 5.3.1 | https://github.com/redis/redis-py | Python client for Redis database and key-value store |
| requests | 2.32.5 | https://requests.readthedocs.io | Python HTTP for Humans. |
| rich | 13.9.4 | https://github.com/Textualize/rich | Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal |
| sentry-sdk | 2.37.1 | https://github.com/getsentry/sentry-python | Python client for Sentry (https://sentry.io) |
| setuptools | 80.9.0 | None | Easily download, build, install, upgrade, and uninstall Python packages |
| six | 1.17.0 | https://github.com/benjaminp/six | Python 2 and 3 compatibility utilities |
| SQLAlchemy | 2.0.43 | https://www.sqlalchemy.org | Database Abstraction Library |
| sqlalchemy2-datatables | 0.6.2 | None | Python Sqlalchemy 2.0 based serverside processing for jQuery datatables. |
| synapsehub | 1.1.2 | None | SynapseHUB |
| typing_extensions | 4.15.0 | None | Backported and Experimental Type Hints for Python 3.9+ |
| tzdata | 2025.2 | https://github.com/python/tzdata | Provider of IANA time zone data |
| urllib3 | 2.5.0 | None | HTTP library with thread-safe connection pooling, file post, and more. |
| vine | 5.1.0 | https://github.com/celery/vine | Python promises. |
| wcwidth | 0.2.13 | https://github.com/jquast/wcwidth | Measures the displayed width of unicode strings in a terminal |
| Werkzeug | 3.1.3 | None | The comprehensive WSGI web application library. |
| wrapt | 1.17.3 | https://github.com/GrahamDumpleton/wrapt | Module for decorators, wrappers and monkey patching. |
| WTForms | 3.2.1 | None | Form validation and rendering for Python web development. |
| Resource | Value |
|---|---|
| User CPU time | 17.035 msec |
| System CPU time | 0.000 msec |
| Total CPU time | 17.035 msec |
| Elapsed time | 17.161 msec |
| Context switches | 4 voluntary, 0 involuntary |
| Key | Value |
|---|---|
| HTTP_ACCEPT | */* |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| HTTP_CONNECTION | close |
| HTTP_HOST | synapsedev.contplan.com.br |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| QUERY_STRING | |
| REMOTE_ADDR | |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | |
| SERVER_NAME | synapsedev.contplan.com.br |
| SERVER_PORT | 443 |
| SERVER_PROTOCOL | HTTP/1.0 |
| SERVER_SOFTWARE | gunicorn/23.0.0 |
| View Function | kwargs |
|---|---|
| app.controllers.auth_controller.get_login | None |
| Variable | Value |
|---|
| Variable | Value |
|---|---|
| 'csrf_token' | 'ca60db9edb760f73633166922fdf5d3a941c57a5' |
| Variable | Value |
|---|
| Variable | Value |
|---|
| Key | Value |
|---|---|
| APP_TITLE | 'SynapseHUB - Desenvolvimento' |
| APPLICATION_ROOT | '/' |
| CELERY | {'broker_url': 'redis://:0We2yb3pkimb@localhost:6379/6', 'result_backend': 'redis://:0We2yb3pkimb@localhost:6379/7', 'task_ignore_result': True} |
| CLI_COMMANDS_MODULES | ['cli.settings_commands', 'cli.db_seeder', 'cli.tasks_commands', 'cli.plugnotas_commands'] |
| DEBUG | True |
| DEBUG_TB_ENABLED | True |
| DEBUG_TB_HOSTS | () |
| DEBUG_TB_INTERCEPT_REDIRECTS | False |
| DEBUG_TB_PANELS | ('flask_debugtoolbar.panels.versions.VersionDebugPanel', 'flask_debugtoolbar.panels.timer.TimerDebugPanel', 'flask_debugtoolbar.panels.headers.HeaderDebugPanel', 'flask_debugtoolbar.panels.request_vars.RequestVarsDebugPanel', 'flask_debugtoolbar.panels.config_vars.ConfigVarsDebugPanel', 'flask_debugtoolbar.panels.template.TemplateDebugPanel', 'flask_debugtoolbar.panels.sqlalchemy.SQLAlchemyDebugPanel', 'flask_debugtoolbar.panels.logger.LoggingPanel', 'flask_debugtoolbar.panels.route_list.RouteListDebugPanel', 'flask_debugtoolbar.panels.profiler.ProfilerDebugPanel', 'flask_debugtoolbar.panels.g.GDebugPanel') |
| DEBUG_TB_PROFILER_ENABLED | False |
| DEBUG_TB_ROUTES_HOST | None |
| DEBUG_TB_TEMPLATE_EDITOR_ENABLED | False |
| EXPLAIN_TEMPLATE_LOADING | False |
| MAX_CONTENT_LENGTH | None |
| MAX_COOKIE_SIZE | 4093 |
| MAX_FORM_MEMORY_SIZE | 500000 |
| MAX_FORM_PARTS | 1000 |
| PERMANENT_SESSION_LIFETIME | datetime.timedelta(days=31) |
| PLUGNOTAS_API_KEY | '8042bcba-afe2-44c8-83c4-d09a27ddb032' |
| PLUGNOTAS_CALLBACK_API_KEY | 'e60799d5-11a0-4333-8a3a-71238f4e24d4' |
| PLUGNOTAS_SANDBOX_API_KEY | '2da392a6-79d2-4304-a8b7-959572c7e44d' |
| PLUGNOTAS_USE_SANDBOX | True |
| PREFERRED_URL_SCHEME | 'http' |
| PROPAGATE_EXCEPTIONS | None |
| PROVIDE_AUTOMATIC_OPTIONS | True |
| RATELIMIT_ENABLED | True |
| RATELIMIT_KEY_PREFIX | 'limiter' |
| RATELIMIT_LOGIN_LIMIT | '5 per minute' |
| RATELIMIT_STORAGE_OPTIONS | {} |
| RATELIMIT_STORAGE_URL | 'redis://:0We2yb3pkimb@localhost:6379/5' |
| RATELIMIT_STRATEGY | 'fixed-window' |
| REDIS_PASSWORD | '0We2yb3pkimb' |
| REDIS_URL | 'redis://:0We2yb3pkimb@localhost:6379/4' |
| SECRET_KEY | '5b06f24f5aa8cc4c2dc2f705ed182ff9a480dbc98d005bb007c3c32e29a48665' |
| SECRET_KEY_FALLBACKS | None |
| SEND_FILE_MAX_AGE_DEFAULT | None |
| SERVER_NAME | None |
| SESSION_COOKIE_DOMAIN | None |
| SESSION_COOKIE_HTTPONLY | True |
| SESSION_COOKIE_NAME | 'session' |
| SESSION_COOKIE_PARTITIONED | False |
| SESSION_COOKIE_PATH | None |
| SESSION_COOKIE_SAMESITE | 'Lax' |
| SESSION_COOKIE_SECURE | True |
| SESSION_REFRESH_EACH_REQUEST | True |
| SQLALCHEMY_BINDS | {} |
| SQLALCHEMY_DATABASE_URI | 'postgresql://synapse_dev:12592075@localhost/synapse_dev_v2' |
| SQLALCHEMY_ECHO | False |
| SQLALCHEMY_ENGINE_OPTIONS | {} |
| SQLALCHEMY_RECORD_QUERIES | True |
| SQLALCHEMY_TRACK_MODIFICATIONS | False |
| TEMPLATES_AUTO_RELOAD | None |
| TESTING | False |
| TRAP_BAD_REQUEST_ERRORS | None |
| TRAP_HTTP_EXCEPTIONS | False |
| TRUSTED_HOSTS | None |
| USE_X_SENDFILE | False |
| WTF_CSRF_CHECK_DEFAULT | True |
| WTF_CSRF_ENABLED | True |
| WTF_CSRF_FIELD_NAME | 'csrf_token' |
| WTF_CSRF_HEADERS | ['X-CSRFToken', 'X-CSRF-Token'] |
| WTF_CSRF_METHODS | {'DELETE', 'PATCH', 'POST', 'PUT'} |
| WTF_CSRF_SSL_STRICT | True |
| WTF_CSRF_TIME_LIMIT | 3600 |
| Variable | Value |
|---|---|
| APP_TITLE | 'SynapseHUB - Desenvolvimento' |
| csrf_token | <function generate_csrf at 0x7f4c3727ade0> |
| current_user | <flask_login.mixins.AnonymousUserMixin object at 0x7f4c20577490> |
| g | <flask.g of 'app'> |
| IS_LOCAL | True |
| request | <Request 'https://synapsedev.contplan.com.br/auth/login' [GET]> |
| sentry_trace | Markup('<meta name="sentry-trace" content="d678198f19e443c987c5a5ad63317ab3-a77838bbc553bb55-1"><meta name="baggage" content="sentry-trace_id=d678198f19e443c987c5a5ad63317ab3,sentry-sample_rand=0.355189,sentry-environment=development,sentry-release=2fbcda5ee19305f217f1b29f496efe06fe0f01b4,sentry-public_key=7b524fce3b3efa3e098305d151bed003,sentry-transaction=auth_routes.get_login,sentry-sample_rate=1.0,sentry-sampled=true">') |
| sentry_trace_meta | Markup('<meta name="sentry-trace" content="d678198f19e443c987c5a5ad63317ab3-a77838bbc553bb55-1"><meta name="baggage" content="sentry-trace_id=d678198f19e443c987c5a5ad63317ab3,sentry-sample_rand=0.355189,sentry-environment=development,sentry-release=2fbcda5ee19305f217f1b29f496efe06fe0f01b4,sentry-public_key=7b524fce3b3efa3e098305d151bed003,sentry-transaction=auth_routes.get_login,sentry-sample_rate=1.0,sentry-sampled=true">') |
| session | <SecureCookieSession {'csrf_token': 'ca60db9edb760f73633166922fdf5d3a941c57a5'}> |
No messages logged.
| URL route | Endpoint name | HTTP methods | Is alias | Redirect to |
|---|---|---|---|---|
| / | index | GET, HEAD, OPTIONS | False | None |
| /api/autocomplete/cep/<cep> | autocompletes_router.buscar_cep | GET, HEAD, OPTIONS | False | None |
| /api/consultar-por-ibge/<string:codigo_ibge> | prefeituras.consultar_cidade_por_ibge_api | GET, HEAD, OPTIONS | False | None |
| /api/listar-todas-cidades | prefeituras.listar_todas_cidades_api | GET, HEAD, OPTIONS | False | None |
| /auth/esqueceu-senha | auth_routes.get_esqueceu_senha | GET, HEAD, OPTIONS | False | None |
| /auth/login | auth_routes.get_login | GET, HEAD, OPTIONS | False | None |
| /auth/login | auth_routes.post_login | OPTIONS, POST | False | None |
| /auth/logout | auth_routes.get_logout | GET, HEAD, OPTIONS | False | None |
| /certificado-digital/ | certificado_digital.get_certificado_digital_index | GET, HEAD, OPTIONS | False | None |
| /certificado-digital/editar/<int:cert_id> | certificado_digital.get_certificado_digital_edit | GET, HEAD, OPTIONS | False | None |
| /certificado-digital/editar/<int:cert_id> | certificado_digital.post_certificado_digital_edit | OPTIONS, POST | False | None |
| /certificado-digital/novo | certificado_digital.get_certificado_digital_add | GET, HEAD, OPTIONS | False | None |
| /certificado-digital/novo | certificado_digital.post_certificado_digital_add | OPTIONS, POST | False | None |
| /dashboard/ | dashboard_routes.get_dashboard_index | GET, HEAD, OPTIONS | False | None |
| /documentacao | get_documentacao | GET, HEAD, OPTIONS | False | None |
| /global/clientes/ | global_clientes_routes.get_global_clientes_index | GET, HEAD, OPTIONS | False | None |
| /global/clientes/deletar/<int:id> | global_clientes_routes.get_global_clientes_deletar | GET, HEAD, OPTIONS | False | None |
| /global/clientes/editar/<int:id> | global_clientes_routes.get_global_clientes_editar | GET, HEAD, OPTIONS | False | None |
| /global/clientes/editar/<int:id> | global_clientes_routes.post_global_clientes_editar | OPTIONS, POST | False | None |
| /global/clientes/json | global_clientes_routes.get_global_clientes_index_json | GET, HEAD, OPTIONS | False | None |
| /global/clientes/novo | global_clientes_routes.get_global_clientes_novo | GET, HEAD, OPTIONS | False | None |
| /global/clientes/novo | global_clientes_routes.post_global_clientes_novo | OPTIONS, POST | False | None |
| /grupo-permissoes/ | grupo_permissoes.get_global_clientes_index | GET, HEAD, OPTIONS | False | None |
| /grupo-permissoes/editar/<int:id> | grupo_permissoes.get_editar_grupo | GET, HEAD, OPTIONS | False | None |
| /grupo-permissoes/editar/<int:id> | grupo_permissoes.post_editar_grupo | OPTIONS, POST | False | None |
| /grupo-permissoes/excluir/<int:id> | grupo_permissoes.get_excluir_grupo | GET, HEAD, OPTIONS | False | None |
| /grupo-permissoes/listar/json | grupo_permissoes.get_global_clientes_index_json | GET, HEAD, OPTIONS | False | None |
| /grupo-permissoes/novo | grupo_permissoes.get_novo_grupo | GET, HEAD, OPTIONS | False | None |
| /grupo-permissoes/novo | grupo_permissoes.post_novo_grupo | OPTIONS, POST | False | None |
| /historico-importacao/ | historico_importacao_routes.listar_historico | GET, HEAD, OPTIONS | False | None |
| /historico-importacao/<int:importacao_id> | historico_importacao_routes.detalhar_importacao | GET, HEAD, OPTIONS | False | None |
| /historico-importacao/<int:importacao_id> | historico_importacao_routes.excluir_importacao | DELETE, OPTIONS | False | None |
| /historico-importacao/<int:importacao_id>/exportar-erros | historico_importacao_routes.exportar_erros | GET, HEAD, OPTIONS | False | None |
| /historico-importacao/api/estatisticas | historico_importacao_routes.obter_estatisticas | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/ | notas_fiscais.get_notas_fiscais_index | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/'salvar-duplicacao' | notas_fiscais.post_duplicar_nota_fiscal | OPTIONS, POST | False | None |
| /notas-fiscais/cancelar/<int:id> | notas_fiscais.get_cancelar_nfse | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/cancelar_lote | notas_fiscais.post_cancelar_nfse_lote | OPTIONS, POST | False | None |
| /notas-fiscais/concluir-manual/<int:id> | notas_fiscais.get_concluir_manual | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/concluir-manual/<int:id> | notas_fiscais.post_concluir_manual | OPTIONS, POST | False | None |
| /notas-fiscais/do/import/<string:filename> | notas_fiscais.post_import | OPTIONS, POST | False | None |
| /notas-fiscais/duplicar/<int:id> | notas_fiscais.get_duplicar_nota_fiscal | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/editar/<int:id> | notas_fiscais.get_editar_nota_fiscal | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/editar/<int:id> | notas_fiscais.post_editar_nota_fiscal | OPTIONS, POST | False | None |
| /notas-fiscais/emitir-massa | notas_fiscais.emitir_notas_fiscais_em_massa | OPTIONS, POST | False | None |
| /notas-fiscais/emitir/<int:id> | notas_fiscais.emitir_nota_individual | OPTIONS, POST | False | None |
| /notas-fiscais/excluir-lote | notas_fiscais.post_excluir_nfse_lote | OPTIONS, POST | False | None |
| /notas-fiscais/excluir-massa | notas_fiscais.excluir_notas_fiscais_em_massa | OPTIONS, POST | False | None |
| /notas-fiscais/excluir/<int:id> | notas_fiscais.get_excluir_nota_fiscal | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/exportar-csv | notas_fiscais.get_exportar_csv_nfse | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/generate/fixed_field/<string:field_name> | notas_fiscais.post_generate_fixed_field | OPTIONS, POST | False | None |
| /notas-fiscais/generate/map_field/<string:field_name>/<string:unique_filename> | notas_fiscais.post_generate_map_field | OPTIONS, POST | False | None |
| /notas-fiscais/import-csv | notas_fiscais.post_nova_nfse_bulk | OPTIONS, POST | False | None |
| /notas-fiscais/importar | notas_fiscais.get_importar_nfse_lote | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/importar-csv | notas_fiscais.get_importar_csv_nfse | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/interromper/<int:id> | notas_fiscais.get_interromper_nfse | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/interromper_lote | notas_fiscais.post_interromper_nfse_lote | OPTIONS, POST | False | None |
| /notas-fiscais/json | notas_fiscais.get_notas_fiscais_index_json | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/lote/download | notas_fiscais.download_lote_completo | OPTIONS, POST | False | None |
| /notas-fiscais/marcar-irregular-lote | notas_fiscais.post_marcar_irregular_lote | OPTIONS, POST | False | None |
| /notas-fiscais/marcar-irregular/<int:id> | notas_fiscais.get_marcar_irregular | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/nova | notas_fiscais.get_nova_nota_fiscal | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/nova | notas_fiscais.post_nova_nota_fiscal | OPTIONS, POST | False | None |
| /notas-fiscais/pdf/<int:id> | notas_fiscais.download_pdf | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/pdf/lote | notas_fiscais.download_pdf_lote | OPTIONS, POST | False | None |
| /notas-fiscais/tomadores/<int:cliente_id> | notas_fiscais.get_tomadores_por_cliente | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/upload/table | notas_fiscais.post_upload_table | OPTIONS, POST | False | None |
| /notas-fiscais/visualizar/<int:id> | notas_fiscais.get_visualizar_nota_fiscal | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/xml/<int:id> | notas_fiscais.download_xml | GET, HEAD, OPTIONS | False | None |
| /notas-fiscais/xml/lote | notas_fiscais.download_xml_lote | OPTIONS, POST | False | None |
| /notificacoes/ | notificacoes_router.get_notificacoes_index | GET, HEAD, OPTIONS | False | None |
| /notificacoes/ver/<int:id> | notificacoes_router.ver_notificacao | GET, HEAD, OPTIONS | False | None |
| /notificacoes/verificar/ultimas | notificacoes_router.get_verificar_ultimas_notificacoes_json | GET, HEAD, OPTIONS | False | None |
| /pessoas/ | pessoas.get_pessoas_index | GET, HEAD, OPTIONS | False | None |
| /pessoas/buscar-cep/<cep> | pessoas.buscar_cep | GET, HEAD, OPTIONS | False | None |
| /pessoas/buscar-estado-ibge/<codigo_ibge> | pessoas.buscar_estado_por_ibge | GET, HEAD, OPTIONS | False | None |
| /pessoas/editar/<int:id> | pessoas.get_editar_pessoa | GET, HEAD, OPTIONS | False | None |
| /pessoas/editar/<int:id> | pessoas.post_editar_pessoa | OPTIONS, POST | False | None |
| /pessoas/import-csv | pessoas.post_nova_pessoa_bulk | OPTIONS, POST | False | None |
| /pessoas/importar-csv | pessoas.get_importar_csv_pessoas | GET, HEAD, OPTIONS | False | None |
| /pessoas/inativadas | pessoas.get_pessoas_inativadas_index | GET, HEAD, OPTIONS | False | None |
| /pessoas/inativadas/json | pessoas.get_pessoas_inativadas_index_json | GET, HEAD, OPTIONS | False | None |
| /pessoas/inativar/<int:id> | pessoas.get_inativar_pessoa | GET, HEAD, OPTIONS | False | None |
| /pessoas/json | pessoas.get_pessoas_index_json | GET, HEAD, OPTIONS | False | None |
| /pessoas/novo | pessoas.get_nova_pessoa | GET, HEAD, OPTIONS | False | None |
| /pessoas/novo | pessoas.post_nova_pessoa | OPTIONS, POST | False | None |
| /pessoas/reativar/<int:id> | pessoas.get_reativar_pessoa | GET, HEAD, OPTIONS | False | None |
| /prefeituras-homologadas | prefeituras.get_prefeituras_homologadas_index | GET, HEAD, OPTIONS | False | None |
| /static/<path:filename> | static | GET, HEAD, OPTIONS | False | None |
| /test | get_teste | GET, HEAD, OPTIONS | False | None |
| /usuarios/ | usuarios.get_usuarios_index | GET, HEAD, OPTIONS | False | None |
| /usuarios/api/papeis/<int:cliente_id> | usuarios.get_papeis_por_cliente | GET, HEAD, OPTIONS | False | None |
| /usuarios/editar/<int:id> | usuarios.get_editar_usuario | GET, HEAD, OPTIONS | False | None |
| /usuarios/editar/<int:id> | usuarios.post_editar_usuario | OPTIONS, POST | False | None |
| /usuarios/inativados | usuarios.get_usuarios_inativados_index | GET, HEAD, OPTIONS | False | None |
| /usuarios/inativados/json | usuarios.get_usuarios_inativados_index_json | GET, HEAD, OPTIONS | False | None |
| /usuarios/inativar/<int:id> | usuarios.get_inativar_usuario | GET, HEAD, OPTIONS | False | None |
| /usuarios/json | usuarios.get_usuarios_index_json | GET, HEAD, OPTIONS | False | None |
| /usuarios/novo | usuarios.get_novo_usuario | GET, HEAD, OPTIONS | False | None |
| /usuarios/novo | usuarios.post_novo_usuario | OPTIONS, POST | False | None |
| /usuarios/reativar/<int:id> | usuarios.get_reativar_usuario | GET, HEAD, OPTIONS | False | None |
| /webhooks/health | webhook.webhook_health | GET, HEAD, OPTIONS | False | None |
| /webhooks/plugnotas/<string:apikey> | webhook.post_callback_plugnotas | OPTIONS, POST | False | None |
| /wizards/nfse/ | wizard_nfse.get_wizard_nfse_index | GET, HEAD, OPTIONS | False | None |
| /wizards/nfse/cadastrar-tomador | wizard_nfse.post_wizard_nfse_cadastrar_tomador | OPTIONS, POST | False | None |
| /wizards/nfse/concluir | wizard_nfse.get_wizard_nfse_concluir | GET, HEAD, OPTIONS | False | None |
| /wizards/nfse/salvar/<int:emitir> | wizard_nfse.get_wizard_nfse_salvar_emitir | GET, HEAD, OPTIONS | False | None |
| /wizards/nfse/selecionar-cliente | wizard_nfse.get_wizard_nfse_selecionar_cliente | GET, HEAD, OPTIONS | False | None |
| /wizards/nfse/selecionar-cliente | wizard_nfse.post_wizard_nfse_selecionar_cliente | OPTIONS, POST | False | None |
| /wizards/nfse/selecionar-tomador | wizard_nfse.get_wizard_nfse_selecionar_tomador | GET, HEAD, OPTIONS | False | None |
| /wizards/nfse/selecionar-tomador | wizard_nfse.post_wizard_nfse_selecionar_tomador | OPTIONS, POST | False | None |
| /wizards/nfse/servico | wizard_nfse.get_wizard_nfse_cadastrar_servico | GET, HEAD, OPTIONS | False | None |
| /wizards/nfse/servico | wizard_nfse.post_wizard_nfse_cadastrar_servico | OPTIONS, POST | False | None |
| /wizards/nfse/valores | wizard_nfse.get_wizard_nfse_cadastrar_valores | GET, HEAD, OPTIONS | False | None |
| /wizards/nfse/valores | wizard_nfse.post_wizard_nfse_cadastrar_valores | OPTIONS, POST | False | None |
| Key | Value |
|---|---|
| _login_user | <flask_login.mixins.AnonymousUserMixin object at 0x7f4c20577490> |
| csrf_token | ImNhNjBkYjllZGI3NjBmNzM2MzMxNjY5MjJmZGY1ZDNhOTQxYzU3YTUi.aTYtNw.aps01Sg4afy8j49FyKMJZ_hlLiY |
| debug_toolbar | <flask_debugtoolbar.DebugToolbarExtension object at 0x7f4c35869dd0> |
