HTTP Headers
Request Headers
| Key | Value |
|---|---|
| Accept | */* |
| Accept-Encoding | gzip, br, zstd, deflate |
| Connection | Keep-Alive |
| Host | pcpd-kotatasik.dapda.id |
| Referer | http://pcpd-kotatasik.dapda.id/robots.txt |
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| X-Forwarded-Scheme | https |
| X-Forwarded-Server | pcpd-kotatasik.dapda.id |
Response Headers
| Key | Value |
|---|---|
| Content-Length | 550 |
| Content-Type | text/html; charset=UTF-8 |
Log Messages
| Level | Time | Message | Location |
|---|---|---|---|
| INFO | 2026-04-28 19:44:46.693173 | Squashed pyramid.httpexceptions.HTTPNotFound at http://pcpd-kotatasik.dapda.id/robots.txt traceback url: http://pcpd-kotatasik.dapda.id/_debug_toolbar/313339383037363838363632303936/exception | <pyramid_debugtoolbar/toolbar.py>:291 |
Performance
| Resource | Value |
|---|---|
| User CPU time | 0.000 msec |
| System CPU time | 0.000 msec |
| Total CPU time | 0.000 msec |
| Elapsed time | 0.509 msec |
| Context switches | 0 voluntary, 0 involuntary |
Profile
The profiler is not activated. Activate the checkbox in the toolbar to use it.
Request Vars
GET Variables
No GET data
POST Variables
No POST variables
POST body
| size | 0 |
|---|---|
| preview bytes (first 4096 bytes) | The POST body is not able to be previewed. |
Cookie Variables
No cookie data
Pyramid Request Properties
| accept_charset * | <no header in request> |
|---|---|
| accept_encoding * | gzip, br, zstd, deflate |
| accept_language * | <no header in request> |
| application_url * | http://pcpd-kotatasik.dapda.id |
| authenticated_userid * | None |
| authorization * | None |
| cache_control * | |
| context * | <pyramid.traversal.DefaultRootFactory object at 0x7f2781807f90> |
| exc_info * | (<class 'pyramid.httpexceptions.HTTPNotFound'>, <HTTPNotFound at 0x7f27903ce1a0 404 Not Found>, <traceback object at 0x7f2781dde300>) |
| exception * | /robots.txt |
| locale_name * | id |
| matchdict * | None |
| matched_route * | None |
| path * | /robots.txt |
| root * | <pyramid.traversal.DefaultRootFactory object at 0x7f2781807f90> |
| subpath * | () |
| traversed * | () |
| url * | http://pcpd-kotatasik.dapda.id/robots.txt |
| view_name * | robots.txt |
| virtual_root * | <pyramid.traversal.DefaultRootFactory object at 0x7f2781807f90> |
| virtual_root_path * | () |
Documentation Links
- API Docs: pyramid.request
Request attributes
| Attribute | Value |
|---|---|
| _headers | <webob.headers.EnvironHeaders object at 0x7f27816bcd50> |
| finished_callbacks | deque([<function HeaderDebugPanel.__init__.<locals>.finished_callback at 0x7f2782415260>]) |
| invoke_subrequest | <bound method Router.invoke_subrequest of <pyramid.router.Router object at 0x7f2792cf3e90>> |
| pdtb_id | '313339383037363838363632303936' |
| registry | <Registry pcpd> |
Request environ
| Attribute | Value |
|---|---|
| CONTENT_LENGTH | '0' |
| HTTP_ACCEPT | '*/*' |
| HTTP_ACCEPT_ENCODING | 'gzip, br, zstd, deflate' |
| HTTP_CONNECTION | 'Keep-Alive' |
| HTTP_HOST | 'pcpd-kotatasik.dapda.id' |
| HTTP_REFERER | 'http://pcpd-kotatasik.dapda.id/robots.txt' |
| HTTP_USER_AGENT | 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' |
| HTTP_X_FORWARDED_SCHEME | 'https' |
| HTTP_X_FORWARDED_SERVER | 'pcpd-kotatasik.dapda.id' |
| PATH_INFO | '/robots.txt' |
| QUERY_STRING | '' |
| REMOTE_ADDR | '::1' |
| REMOTE_HOST | '::1' |
| REMOTE_PORT | '52802' |
| REQUEST_METHOD | 'GET' |
| REQUEST_URI | '/robots.txt' |
| SCRIPT_NAME | '' |
| SERVER_NAME | 'waitress.invalid' |
| SERVER_PORT | '6550' |
| SERVER_PROTOCOL | 'HTTP/1.1' |
| SERVER_SOFTWARE | 'waitress' |
| waitress.client_disconnected | <bound method HTTPChannel.check_client_disconnected of <waitress.channel.HTTPChannel connected ('::1', 52802, 0, 0) at 0x7f27839eac50>> |
| webob._parsed_cookies | ({}, '') |
| webob._parsed_query_vars | (GET([]), '') |
| webob.is_body_seekable | True |
| wsgi.errors | <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'> |
| wsgi.file_wrapper | <class 'waitress.buffers.ReadOnlyFileBasedBuffer'> |
| wsgi.input | <_io.BytesIO object at 0x7f27837c6480> |
| wsgi.input_terminated | True |
| wsgi.multiprocess | False |
| wsgi.multithread | True |
| wsgi.run_once | False |
| wsgi.url_scheme | 'http' |
| wsgi.version | (1, 0) |
Session
Session Configuration
No ISessionFactory Configured
This panel was not active for
this request, and will only display the session data if .session was
accessed during the request.
Documentation Links
- API Docs: pyramid.session
- Narrative Docs: Session
Session Accessed
request.session was not accessed during the main Request handler.
Session Data
Traceback
pyramid.httpexceptions.HTTPNotFound
pyramid.httpexceptions.HTTPNotFound: /robots.txt
Traceback (most recent call last)
File "/home/pcpd/env/lib/python3.11/site-packages/pyramid/router.py", line 169, in
handle_requestraise HTTPNotFound(msg)
This is the Copy/Paste friendly version of the traceback.
Warning: this feature should not be enabled on production systems.
Hover over any gray area in the traceback and click on the
icon on the right hand
side of that gray area to show an interactive console for the
associated frame. Type arbitrary Python into the console; it will be
evaluated in the context of the associated frame. In the interactive
console there are helpers available for introspection:
dump()shows all variables in the framedump(obj)dumps all that's known about the object
Hover over any gray area in the traceback and click on
on the right hand side
of that gray area to show the source of the file associated with the frame.
Click on the traceback header to switch back and forth between the rendered version of the traceback and a plaintext copy-paste-friendly version of the traceback.
URL to recover this traceback page: http://pcpd-kotatasik.dapda.id/_debug_toolbar/None/exception
Introspection
Accept view order
| accept view order text/html | |
|---|---|
| value | 'text/html' |
| Source | |
Line 1235 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| accept view order application/xhtml+xml | |
|---|---|
| value | 'application/xhtml+xml' |
| Source | |
Line 1235 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| accept view order application/xml | |
|---|---|
| value | 'application/xml' |
| Source | |
Line 1235 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| accept view order text/xml | |
|---|---|
| value | 'text/xml' |
| Source | |
Line 1235 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| accept view order text/plain | |
|---|---|
| value | 'text/plain' |
| Source | |
Line 1235 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| accept view order application/json | |
|---|---|
| value | 'application/json' |
| Source | |
Line 1235 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
Authentication policy
| authentication policy object <pyramid.authentication.AuthTktAuthenticationPolicy object at 0x7f2797bfa5d0> | |
|---|---|
| policy | <pyramid.authentication.AuthTktAuthenticationPolicy object at 0x7f2797bfa5d0> |
| Source | |
Line 408 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/__init__.py:
|
|
Authorization policy
| authorization policy object <pyramid.authorization.ACLAuthorizationPolicy object at 0x7f2793b40050> | |
|---|---|
| policy | <pyramid.authorization.ACLAuthorizationPolicy object at 0x7f2793b40050> |
| Source | |
Line 405 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/__init__.py:
|
|
Csrf storage policy
| csrf storage policy <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0x7f2793bc9f50> | |
|---|---|
| policy | <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0x7f2793bc9f50> |
| Source | |
Line 23 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/security.py:
|
|
Permissions
| permission __no_permission_required__ | |
|---|---|
| value | '__no_permission_required__' |
| Source | |
Line 45 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view object <pyramid.static.static_view object at 0x7f279303a810> | |
Renderer factories
| renderer factory object <pyramid.renderers.JSON object at 0x7f279775a6d0> | |
|---|---|
| factory | <pyramid.renderers.JSON object at 0x7f279775a6d0> |
| name | 'json' |
| Source | |
Line 14 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/rendering.py:
|
|
| renderer factory function pyramid.renderers.string_renderer_factory | |
|---|---|
| factory | <function string_renderer_factory at 0x7f27977785e0> |
| name | 'string' |
| Source | |
Line 14 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/rendering.py:
|
|
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
|---|---|
| factory | <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> |
| name | '.jinja2' |
| Source | |
Line 488 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid_jinja2/__init__.py:
|
|
| References | |
| template login.jinja2 | |
| template anggaran.jinja2 | |
| template dashboard.jinja2 | |
| template laporan.jinja2 | |
| template manual.jinja2 | |
| template permission.jinja2 | |
| template settings.jinja2 | |
| template public_display.jinja2 | |
Request extensions
| request property object <pyramid.decorator.reify object at 0x7f27930e3790> | |
|---|---|
| callable | <pyramid.decorator.reify object at 0x7f27930e3790> |
| property | True |
| reify | True |
| Source | |
Line 295 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid_tm/__init__.py:
|
|
Response adapters
| response adapter None | |
|---|---|
| type | <class 'webob.response.Response'> |
| Source | |
Line 199 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/adapters.py:
|
|
Route predicates
| route predicate route predicate named xhr | |
|---|---|
| factory | <class 'pyramid.predicates.XHRPredicate'> |
| name | 'xhr' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named request_method | |
|---|---|
| factory | <class 'pyramid.predicates.RequestMethodPredicate'> |
| name | 'request_method' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named path_info | |
|---|---|
| factory | <class 'pyramid.predicates.PathInfoPredicate'> |
| name | 'path_info' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named request_param | |
|---|---|
| factory | <class 'pyramid.predicates.RequestParamPredicate'> |
| name | 'request_param' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named header | |
|---|---|
| factory | <class 'pyramid.predicates.HeaderPredicate'> |
| name | 'header' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named accept | |
|---|---|
| factory | <class 'pyramid.predicates.AcceptPredicate'> |
| name | 'accept' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named is_authenticated | |
|---|---|
| factory | <class 'pyramid.predicates.IsAuthenticatedPredicate'> |
| name | 'is_authenticated' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named effective_principals | |
|---|---|
| factory | <class 'pyramid.predicates.EffectivePrincipalsPredicate'> |
| name | 'effective_principals' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named custom | |
|---|---|
| factory | <class 'pyramid.predicates.CustomPredicate'> |
| name | 'custom' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named traverse | |
|---|---|
| factory | <class 'pyramid.predicates.TraversePredicate'> |
| name | 'traverse' |
| Source | |
Line 557 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
|
Routes
| route __static/ (pattern: 'static/*subpath') | |
|---|---|
| name | '__static/' |
| object | <pyramid.urldispatch.Route object at 0x7f2792616b90> |
| pattern | 'static/*subpath' |
| Source | |
Line 45 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view object <pyramid.static.static_view object at 0x7f279303a810> | |
| route public_display (pattern: '/public') | |
|---|---|
| name | 'public_display' |
| object | <pyramid.urldispatch.Route object at 0x7f2792617750> |
| pattern | '/public' |
| Source | |
Line 56 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.public_display.public_display_view | |
| route manual_book (pattern: '/manual') | |
|---|---|
| name | 'manual_book' |
| object | <pyramid.urldispatch.Route object at 0x7f2792617c50> |
| pattern | '/manual' |
| Source | |
Line 57 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.page_views.manual_book_view | |
| route pub_summary (pattern: '/pub/api/summary') | |
|---|---|
| name | 'pub_summary' |
| object | <pyramid.urldispatch.Route object at 0x7f2792617e10> |
| pattern | '/pub/api/summary' |
| Source | |
Line 58 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.public_display.pub_summary | |
| route pub_chart (pattern: '/pub/api/chart') | |
|---|---|
| name | 'pub_chart' |
| object | <pyramid.urldispatch.Route object at 0x7f2792617dd0> |
| pattern | '/pub/api/chart' |
| Source | |
Line 59 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.public_display.pub_chart | |
| route pub_realtime (pattern: '/pub/api/realtime') | |
|---|---|
| name | 'pub_realtime' |
| object | <pyramid.urldispatch.Route object at 0x7f2792624090> |
| pattern | '/pub/api/realtime' |
| Source | |
Line 60 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.public_display.pub_realtime | |
| route login (pattern: '/login') | |
|---|---|
| name | 'login' |
| object | <pyramid.urldispatch.Route object at 0x7f27926241d0> |
| pattern | '/login' |
| Source | |
Line 63 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.auth_views.login_view | |
| route logout (pattern: '/logout') | |
|---|---|
| name | 'logout' |
| object | <pyramid.urldispatch.Route object at 0x7f2792624710> |
| pattern | '/logout' |
| Source | |
Line 64 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.auth_views.logout_view | |
| route home (pattern: '/') | |
|---|---|
| name | 'home' |
| object | <pyramid.urldispatch.Route object at 0x7f2792624990> |
| pattern | '/' |
| Source | |
Line 67 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.page_views.home_view | |
| route dashboard (pattern: '/dashboard') | |
|---|---|
| name | 'dashboard' |
| object | <pyramid.urldispatch.Route object at 0x7f2792624250> |
| pattern | '/dashboard' |
| Source | |
Line 68 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.page_views.dashboard_view | |
| route laporan (pattern: '/laporan') | |
|---|---|
| name | 'laporan' |
| object | <pyramid.urldispatch.Route object at 0x7f2792624910> |
| pattern | '/laporan' |
| Source | |
Line 70 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.page_views.laporan_view | |
| route settings (pattern: '/settings') | |
|---|---|
| name | 'settings' |
| object | <pyramid.urldispatch.Route object at 0x7f2792624450> |
| pattern | '/settings' |
| Source | |
Line 71 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.page_views.settings_view | |
| route api_summary (pattern: '/api/dashboard/summary') | |
|---|---|
| name | 'api_summary' |
| object | <pyramid.urldispatch.Route object at 0x7f27926248d0> |
| pattern | '/api/dashboard/summary' |
| Source | |
Line 74 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_dashboard.api_summary | |
| route api_chart (pattern: '/api/dashboard/chart') | |
|---|---|
| name | 'api_chart' |
| object | <pyramid.urldispatch.Route object at 0x7f2792625190> |
| pattern | '/api/dashboard/chart' |
| Source | |
Line 75 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_dashboard.api_chart | |
| route api_realtime (pattern: '/api/dashboard/realtime') | |
|---|---|
| name | 'api_realtime' |
| object | <pyramid.urldispatch.Route object at 0x7f2792625610> |
| pattern | '/api/dashboard/realtime' |
| Source | |
Line 76 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_dashboard.api_realtime | |
| route api_channels (pattern: '/api/dashboard/channels') | |
|---|---|
| name | 'api_channels' |
| object | <pyramid.urldispatch.Route object at 0x7f2792625690> |
| pattern | '/api/dashboard/channels' |
| Source | |
Line 78 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_dashboard.api_channels | |
| route api_tahun_list (pattern: '/api/tahun-list') | |
|---|---|
| name | 'api_tahun_list' |
| object | <pyramid.urldispatch.Route object at 0x7f2792625890> |
| pattern | '/api/tahun-list' |
| Source | |
Line 79 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_dashboard.api_tahun_list | |
| route api_jenis_pajak (pattern: '/api/jenis-pajak') | |
|---|---|
| name | 'api_jenis_pajak' |
| object | <pyramid.urldispatch.Route object at 0x7f2792625c10> |
| pattern | '/api/jenis-pajak' |
| Source | |
Line 82 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_misc.api_jenis_pajak | |
| route api_wilayah (pattern: '/api/wilayah') | |
|---|---|
| name | 'api_wilayah' |
| object | <pyramid.urldispatch.Route object at 0x7f2792625d50> |
| pattern | '/api/wilayah' |
| Source | |
Line 83 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_misc.api_wilayah | |
| route api_activity_log (pattern: '/api/activity-log') | |
|---|---|
| name | 'api_activity_log' |
| object | <pyramid.urldispatch.Route object at 0x7f2792625cd0> |
| pattern | '/api/activity-log' |
| Source | |
Line 86 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_misc.api_activity_log | |
| route api_users (pattern: '/api/users') | |
|---|---|
| name | 'api_users' |
| object | <pyramid.urldispatch.Route object at 0x7f27926260d0> |
| pattern | '/api/users' |
| Source | |
Line 88 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_misc.api_users_create | |
| view function pcpd.views.api_misc.api_users_list | |
| route api_user_item (pattern: '/api/users/{id}') | |
|---|---|
| name | 'api_user_item' |
| object | <pyramid.urldispatch.Route object at 0x7f2792626050> |
| pattern | '/api/users/{id}' |
| Source | |
Line 89 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_misc.api_user_delete | |
| view function pcpd.views.api_misc.api_user_update | |
| route permission (pattern: '/permission') | |
|---|---|
| name | 'permission' |
| object | <pyramid.urldispatch.Route object at 0x7f2792626590> |
| pattern | '/permission' |
| Source | |
Line 92 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.page_views.permission_view | |
| route api_permissions (pattern: '/api/permissions') | |
|---|---|
| name | 'api_permissions' |
| object | <pyramid.urldispatch.Route object at 0x7f2792626610> |
| pattern | '/api/permissions' |
| Source | |
Line 93 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_misc.api_permissions_get | |
| view function pcpd.views.api_misc.api_permissions_save | |
| route anggaran (pattern: '/anggaran') | |
|---|---|
| name | 'anggaran' |
| object | <pyramid.urldispatch.Route object at 0x7f2792626b10> |
| pattern | '/anggaran' |
| Source | |
Line 96 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.page_views.anggaran_view | |
| route api_anggaran (pattern: '/api/anggaran') | |
|---|---|
| name | 'api_anggaran' |
| object | <pyramid.urldispatch.Route object at 0x7f27926269d0> |
| pattern | '/api/anggaran' |
| Source | |
Line 97 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_anggaran.api_anggaran_get | |
| view function pcpd.views.api_anggaran.api_anggaran_save | |
| route api_anggaran_lra (pattern: '/api/anggaran/lra') | |
|---|---|
| name | 'api_anggaran_lra' |
| object | <pyramid.urldispatch.Route object at 0x7f2792626cd0> |
| pattern | '/api/anggaran/lra' |
| Source | |
Line 98 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_anggaran.api_anggaran_lra | |
| route api_anggaran_tahun (pattern: '/api/anggaran/tahun') | |
|---|---|
| name | 'api_anggaran_tahun' |
| object | <pyramid.urldispatch.Route object at 0x7f2792627210> |
| pattern | '/api/anggaran/tahun' |
| Source | |
Line 99 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_anggaran.api_anggaran_tahun | |
| route api_anggaran_pdl (pattern: '/api/anggaran/pdl') | |
|---|---|
| name | 'api_anggaran_pdl' |
| object | <pyramid.urldispatch.Route object at 0x7f2792626f10> |
| pattern | '/api/anggaran/pdl' |
| Source | |
Line 100 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_anggaran.api_anggaran_pdl_get | |
| view function pcpd.views.api_anggaran.api_anggaran_pdl_save | |
| route api_anggaran_pdl_jenis (pattern: '/api/anggaran/pdl/jenis-pajak') | |
|---|---|
| name | 'api_anggaran_pdl_jenis' |
| object | <pyramid.urldispatch.Route object at 0x7f27926272d0> |
| pattern | '/api/anggaran/pdl/jenis-pajak' |
| Source | |
Line 101 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_anggaran.api_anggaran_pdl_jenis | |
| route api_laporan_pbb (pattern: '/api/laporan/pbb') | |
|---|---|
| name | 'api_laporan_pbb' |
| object | <pyramid.urldispatch.Route object at 0x7f2792627810> |
| pattern | '/api/laporan/pbb' |
| Source | |
Line 104 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_laporan.api_laporan_pbb | |
| route api_laporan_bphtb (pattern: '/api/laporan/bphtb') | |
|---|---|
| name | 'api_laporan_bphtb' |
| object | <pyramid.urldispatch.Route object at 0x7f2792627d90> |
| pattern | '/api/laporan/bphtb' |
| Source | |
Line 105 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_laporan.api_laporan_bphtb | |
| route api_laporan_pad (pattern: '/api/laporan/pad') | |
|---|---|
| name | 'api_laporan_pad' |
| object | <pyramid.urldispatch.Route object at 0x7f2792627ed0> |
| pattern | '/api/laporan/pad' |
| Source | |
Line 106 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_laporan.api_laporan_pad | |
| route api_laporan_webr (pattern: '/api/laporan/webr') | |
|---|---|
| name | 'api_laporan_webr' |
| object | <pyramid.urldispatch.Route object at 0x7f2792627fd0> |
| pattern | '/api/laporan/webr' |
| Source | |
Line 107 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_laporan.api_laporan_webr | |
| route api_laporan_channels (pattern: '/api/laporan/channels') | |
|---|---|
| name | 'api_laporan_channels' |
| object | <pyramid.urldispatch.Route object at 0x7f2792630150> |
| pattern | '/api/laporan/channels' |
| Source | |
Line 108 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_laporan.api_laporan_channels | |
| route api_laporan_export_excel (pattern: '/api/laporan/export/excel') | |
|---|---|
| name | 'api_laporan_export_excel' |
| object | <pyramid.urldispatch.Route object at 0x7f2792630250> |
| pattern | '/api/laporan/export/excel' |
| Source | |
Line 109 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| view function pcpd.views.api_laporan.api_laporan_export_excel | |
Static views
| static view static view for 'static/' | |
|---|---|
| name | 'static/' |
| spec | 'pcpd:static/' |
| Source | |
Line 45 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
Templates
| template login.jinja2 | |
|---|---|
| name | 'login.jinja2' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7f27925dd710> |
| type | '.jinja2' |
| Source | |
Line 9 of file /home/pcpd/pcpd-v2/pcpd/views/auth_views.py:
|
|
| References | |
| view function pcpd.views.auth_views.login_view | |
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
| template anggaran.jinja2 | |
|---|---|
| name | 'anggaran.jinja2' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7f27925ddf10> |
| type | '.jinja2' |
| Source | |
Line 77 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| view function pcpd.views.page_views.anggaran_view | |
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
| template dashboard.jinja2 | |
|---|---|
| name | 'dashboard.jinja2' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7f27925de390> |
| type | '.jinja2' |
| Source | |
Line 26 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| view function pcpd.views.page_views.dashboard_view | |
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
| template laporan.jinja2 | |
|---|---|
| name | 'laporan.jinja2' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7f27925deb50> |
| type | '.jinja2' |
| Source | |
Line 41 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| view function pcpd.views.page_views.laporan_view | |
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
| template manual.jinja2 | |
|---|---|
| name | 'manual.jinja2' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7f27925defd0> |
| type | '.jinja2' |
| Source | |
Line 91 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| view function pcpd.views.page_views.manual_book_view | |
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
| template permission.jinja2 | |
|---|---|
| name | 'permission.jinja2' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7f27925df450> |
| type | '.jinja2' |
| Source | |
Line 64 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| view function pcpd.views.page_views.permission_view | |
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
| template settings.jinja2 | |
|---|---|
| name | 'settings.jinja2' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7f27925df8d0> |
| type | '.jinja2' |
| Source | |
Line 52 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| view function pcpd.views.page_views.settings_view | |
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
| template public_display.jinja2 | |
|---|---|
| name | 'public_display.jinja2' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7f27925f0790> |
| type | '.jinja2' |
| Source | |
Line 70 of file /home/pcpd/pcpd-v2/pcpd/views/public_display.py:
|
|
| References | |
| view function pcpd.views.public_display.public_display_view | |
| renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0x7f279303a410> | |
Tweens
| implicit tween pyramid.tweens.excview_tween_factory | |
|---|---|
| factory | <function excview_tween_factory at 0x7f279777b420> |
| name | 'pyramid.tweens.excview_tween_factory' |
| type | 'implicit' |
| Source | |
Line 96 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/tweens.py:
|
|
| implicit tween pyramid_tm.tm_tween_factory | |
|---|---|
| factory | <function tm_tween_factory at 0x7f2793621300> |
| name | 'pyramid_tm.tm_tween_factory' |
| over | 'pyramid.tweens.excview_tween_factory' |
| type | 'implicit' |
| Source | |
Line 96 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/tweens.py:
|
|
View derivers
| view deriver secured_view | |
|---|---|
| deriver | <function secured_view at 0x7f27977aa980> |
| name | 'secured_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('INGRESS') |
| Source | |
Line 1433 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view deriver owrapped_view | |
|---|---|
| deriver | <function owrapped_view at 0x7f27977aa840> |
| name | 'owrapped_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('secured_view') |
| Source | |
Line 1433 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view deriver http_cached_view | |
|---|---|
| deriver | <function http_cached_view at 0x7f27977aa8e0> |
| name | 'http_cached_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('owrapped_view') |
| Source | |
Line 1433 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view deriver decorated_view | |
|---|---|
| deriver | <function decorated_view at 0x7f27977aac00> |
| name | 'decorated_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('http_cached_view') |
| Source | |
Line 1433 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view deriver rendered_view | |
|---|---|
| deriver | <function rendered_view at 0x7f27977aab60> |
| name | 'rendered_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('decorated_view') |
| Source | |
Line 1433 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view deriver mapped_view | |
|---|---|
| deriver | <function mapped_view at 0x7f27977aa7a0> |
| name | 'mapped_view' |
| over | ('VIEW') |
| under | ('rendered_view') |
| Source | |
Line 1433 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view deriver csrf_view | |
|---|---|
| deriver | <function csrf_view at 0x7f27977aaca0> |
| name | 'csrf_view' |
| over | ('owrapped_view') |
| under | ('secured_view') |
| Source | |
Line 1439 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
View predicates
| view predicate view predicate named xhr | |
|---|---|
| factory | <class 'pyramid.predicates.XHRPredicate'> |
| name | 'xhr' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_method | |
|---|---|
| factory | <class 'pyramid.predicates.RequestMethodPredicate'> |
| name | 'request_method' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named path_info | |
|---|---|
| factory | <class 'pyramid.predicates.PathInfoPredicate'> |
| name | 'path_info' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_param | |
|---|---|
| factory | <class 'pyramid.predicates.RequestParamPredicate'> |
| name | 'request_param' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named header | |
|---|---|
| factory | <class 'pyramid.predicates.HeaderPredicate'> |
| name | 'header' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named accept | |
|---|---|
| factory | <class 'pyramid.predicates.AcceptPredicate'> |
| name | 'accept' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named containment | |
|---|---|
| factory | <class 'pyramid.predicates.ContainmentPredicate'> |
| name | 'containment' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_type | |
|---|---|
| factory | <class 'pyramid.predicates.RequestTypePredicate'> |
| name | 'request_type' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named match_param | |
|---|---|
| factory | <class 'pyramid.predicates.MatchParamPredicate'> |
| name | 'match_param' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named physical_path | |
|---|---|
| factory | <class 'pyramid.predicates.PhysicalPathPredicate'> |
| name | 'physical_path' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named is_authenticated | |
|---|---|
| factory | <class 'pyramid.predicates.IsAuthenticatedPredicate'> |
| name | 'is_authenticated' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named effective_principals | |
|---|---|
| factory | <class 'pyramid.predicates.EffectivePrincipalsPredicate'> |
| name | 'effective_principals' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named custom | |
|---|---|
| factory | <class 'pyramid.predicates.CustomPredicate'> |
| name | 'custom' |
| Source | |
Line 1224 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named tm_active | |
|---|---|
| factory | <class 'pyramid_tm.TMActivePredicate'> |
| name | 'tm_active' |
| Source | |
Line 296 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid_tm/__init__.py:
|
|
Views
| view function pyramid.httpexceptions.default_exceptionresponse_view | |
|---|---|
| callable | <function default_exceptionresponse_view at 0x7f27976ec2c0> |
| context | <InterfaceClass pyramid.interfaces.IExceptionResponse> |
| derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x7f2793bc68e0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 378 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/__init__.py:
|
|
| view function pyramid.httpexceptions.default_exceptionresponse_view | |
|---|---|
| callable | <function default_exceptionresponse_view at 0x7f27976ec2c0> |
| context | <class 'webob.exc.WSGIHTTPException'> |
| derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x7f2793bc6fc0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 379 of file /home/pcpd/env/lib/python3.11/site-packages/pyramid/config/__init__.py:
|
|
| view object <pyramid.static.static_view object at 0x7f279303a810> | |
|---|---|
| callable | <pyramid.static.static_view object at 0x7f279303a810> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792606d40> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | '__static/' |
| Source | |
Line 45 of file /home/pcpd/pcpd-v2/pcpd/__init__.py:
|
|
| References | |
| route __static/ (pattern: 'static/*subpath') | |
| permission __no_permission_required__ | |
| view function pcpd.views.api_anggaran.api_anggaran_get | |
|---|---|
| callable | <function api_anggaran_get at 0x7f2792576f20> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f279262b6a0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f2792610610>] |
| request_methods | 'GET' |
| route_name | 'api_anggaran' |
| Source | |
Line 190 of file /home/pcpd/pcpd-v2/pcpd/views/api_anggaran.py:
|
|
| References | |
| route api_anggaran (pattern: '/api/anggaran') | |
| view function pcpd.views.api_anggaran.api_anggaran_lra | |
|---|---|
| callable | <function api_anggaran_lra at 0x7f2792577560> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f279262ba60> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_anggaran_lra' |
| Source | |
Line 522 of file /home/pcpd/pcpd-v2/pcpd/views/api_anggaran.py:
|
|
| References | |
| route api_anggaran_lra (pattern: '/api/anggaran/lra') | |
| view function pcpd.views.api_anggaran.api_anggaran_pdl_get | |
|---|---|
| callable | <function api_anggaran_pdl_get at 0x7f27925771a0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f279262bf60> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f2792611490>] |
| request_methods | 'GET' |
| route_name | 'api_anggaran_pdl' |
| Source | |
Line 301 of file /home/pcpd/pcpd-v2/pcpd/views/api_anggaran.py:
|
|
| References | |
| route api_anggaran_pdl (pattern: '/api/anggaran/pdl') | |
| view function pcpd.views.api_anggaran.api_anggaran_pdl_jenis | |
|---|---|
| callable | <function api_anggaran_pdl_jenis at 0x7f2792577420> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926342c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_anggaran_pdl_jenis' |
| Source | |
Line 475 of file /home/pcpd/pcpd-v2/pcpd/views/api_anggaran.py:
|
|
| References | |
| route api_anggaran_pdl_jenis (pattern: '/api/anggaran/pdl/jenis-pajak') | |
| view function pcpd.views.api_anggaran.api_anggaran_pdl_save | |
|---|---|
| callable | <function api_anggaran_pdl_save at 0x7f27925772e0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f2792634860> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f2792611510>] |
| request_methods | 'POST' |
| route_name | 'api_anggaran_pdl' |
| Source | |
Line 395 of file /home/pcpd/pcpd-v2/pcpd/views/api_anggaran.py:
|
|
| References | |
| route api_anggaran_pdl (pattern: '/api/anggaran/pdl') | |
| view function pcpd.views.api_anggaran.api_anggaran_save | |
|---|---|
| callable | <function api_anggaran_save at 0x7f2792577060> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f2792634d60> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f2792611750>] |
| request_methods | 'POST' |
| route_name | 'api_anggaran' |
| Source | |
Line 260 of file /home/pcpd/pcpd-v2/pcpd/views/api_anggaran.py:
|
|
| References | |
| route api_anggaran (pattern: '/api/anggaran') | |
| view function pcpd.views.api_anggaran.api_anggaran_tahun | |
|---|---|
| callable | <function api_anggaran_tahun at 0x7f27925776a0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792634fe0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_anggaran_tahun' |
| Source | |
Line 623 of file /home/pcpd/pcpd-v2/pcpd/views/api_anggaran.py:
|
|
| References | |
| route api_anggaran_tahun (pattern: '/api/anggaran/tahun') | |
| view function pcpd.views.api_dashboard.api_channels | |
|---|---|
| callable | <function api_channels at 0x7f27930972e0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926353a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_channels' |
| Source | |
Line 124 of file /home/pcpd/pcpd-v2/pcpd/views/api_dashboard.py:
|
|
| References | |
| route api_channels (pattern: '/api/dashboard/channels') | |
| view function pcpd.views.api_dashboard.api_chart | |
|---|---|
| callable | <function api_chart at 0x7f2793097060> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792635760> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_chart' |
| Source | |
Line 86 of file /home/pcpd/pcpd-v2/pcpd/views/api_dashboard.py:
|
|
| References | |
| route api_chart (pattern: '/api/dashboard/chart') | |
| view function pcpd.views.api_dashboard.api_realtime | |
|---|---|
| callable | <function api_realtime at 0x7f27930971a0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792635b20> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_realtime' |
| Source | |
Line 107 of file /home/pcpd/pcpd-v2/pcpd/views/api_dashboard.py:
|
|
| References | |
| route api_realtime (pattern: '/api/dashboard/realtime') | |
| view function pcpd.views.api_dashboard.api_summary | |
|---|---|
| callable | <function api_summary at 0x7f2793096f20> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792635ee0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_summary' |
| Source | |
Line 68 of file /home/pcpd/pcpd-v2/pcpd/views/api_dashboard.py:
|
|
| References | |
| route api_summary (pattern: '/api/dashboard/summary') | |
| view function pcpd.views.api_dashboard.api_tahun_list | |
|---|---|
| callable | <function api_tahun_list at 0x7f2793096d40> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926362a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_tahun_list' |
| Source | |
Line 35 of file /home/pcpd/pcpd-v2/pcpd/views/api_dashboard.py:
|
|
| References | |
| route api_tahun_list (pattern: '/api/tahun-list') | |
| view function pcpd.views.api_laporan.api_laporan_bphtb | |
|---|---|
| callable | <function api_laporan_bphtb at 0x7f2792575d00> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792636660> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_laporan_bphtb' |
| Source | |
Line 62 of file /home/pcpd/pcpd-v2/pcpd/views/api_laporan.py:
|
|
| References | |
| route api_laporan_bphtb (pattern: '/api/laporan/bphtb') | |
| view function pcpd.views.api_laporan.api_laporan_channels | |
|---|---|
| callable | <function api_laporan_channels at 0x7f27925760c0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792636a20> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_laporan_channels' |
| Source | |
Line 92 of file /home/pcpd/pcpd-v2/pcpd/views/api_laporan.py:
|
|
| References | |
| route api_laporan_channels (pattern: '/api/laporan/channels') | |
| view function pcpd.views.api_laporan.api_laporan_export_excel | |
|---|---|
| callable | <function api_laporan_export_excel at 0x7f2792576200> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792636de0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_laporan_export_excel' |
| Source | |
Line 108 of file /home/pcpd/pcpd-v2/pcpd/views/api_laporan.py:
|
|
| References | |
| route api_laporan_export_excel (pattern: '/api/laporan/export/excel') | |
| view function pcpd.views.api_laporan.api_laporan_pad | |
|---|---|
| callable | <function api_laporan_pad at 0x7f2792575e40> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926371a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_laporan_pad' |
| Source | |
Line 72 of file /home/pcpd/pcpd-v2/pcpd/views/api_laporan.py:
|
|
| References | |
| route api_laporan_pad (pattern: '/api/laporan/pad') | |
| view function pcpd.views.api_laporan.api_laporan_pbb | |
|---|---|
| callable | <function api_laporan_pbb at 0x7f2792575bc0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792637560> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_laporan_pbb' |
| Source | |
Line 52 of file /home/pcpd/pcpd-v2/pcpd/views/api_laporan.py:
|
|
| References | |
| route api_laporan_pbb (pattern: '/api/laporan/pbb') | |
| view function pcpd.views.api_laporan.api_laporan_webr | |
|---|---|
| callable | <function api_laporan_webr at 0x7f2792575f80> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792637920> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_laporan_webr' |
| Source | |
Line 82 of file /home/pcpd/pcpd-v2/pcpd/views/api_laporan.py:
|
|
| References | |
| route api_laporan_webr (pattern: '/api/laporan/webr') | |
| view function pcpd.views.api_misc.api_activity_log | |
|---|---|
| callable | <function api_activity_log at 0x7f2793097c40> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792637ce0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_activity_log' |
| Source | |
Line 88 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_activity_log (pattern: '/api/activity-log') | |
| view function pcpd.views.api_misc.api_jenis_pajak | |
|---|---|
| callable | <function api_jenis_pajak at 0x7f27930979c0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926400e0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_jenis_pajak' |
| Source | |
Line 74 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_jenis_pajak (pattern: '/api/jenis-pajak') | |
| view function pcpd.views.api_misc.api_permissions_get | |
|---|---|
| callable | <function api_permissions_get at 0x7f27930cc2c0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f2792640680> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f2792611410>] |
| request_methods | 'GET' |
| route_name | 'api_permissions' |
| Source | |
Line 208 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_permissions (pattern: '/api/permissions') | |
| view function pcpd.views.api_misc.api_permissions_save | |
|---|---|
| callable | <function api_permissions_save at 0x7f27930cc400> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f2792640b80> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f2792611790>] |
| request_methods | 'POST' |
| route_name | 'api_permissions' |
| Source | |
Line 230 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_permissions (pattern: '/api/permissions') | |
| view function pcpd.views.api_misc.api_user_delete | |
|---|---|
| callable | <function api_user_delete at 0x7f27930cc180> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f2792640fe0> |
| order | 536870910 |
| phash | '23f7df99f51d5829b155c859adbc670c' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f27926125d0>] |
| request_methods | 'DELETE' |
| route_name | 'api_user_item' |
| Source | |
Line 185 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_user_item (pattern: '/api/users/{id}') | |
| view function pcpd.views.api_misc.api_user_update | |
|---|---|
| callable | <function api_user_update at 0x7f27930cc040> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f27926414e0> |
| order | 536870910 |
| phash | '2b78f84179bb19f64293188dce83687d' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f27926113d0>] |
| request_methods | 'PUT' |
| route_name | 'api_user_item' |
| Source | |
Line 157 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_user_item (pattern: '/api/users/{id}') | |
| view function pcpd.views.api_misc.api_users_create | |
|---|---|
| callable | <function api_users_create at 0x7f2793097ec0> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f2792641940> |
| order | 536870910 |
| phash | '99529f45418d57e808cf3baf088a9194' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f27926114d0>] |
| request_methods | 'POST' |
| route_name | 'api_users' |
| Source | |
Line 117 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_users (pattern: '/api/users') | |
| view function pcpd.views.api_misc.api_users_list | |
|---|---|
| callable | <function api_users_list at 0x7f2793097d80> |
| derived_callable | <function attr_wrapped_view.<locals>.attr_view at 0x7f27978f0ae0> |
| order | 536870910 |
| phash | 'a9204cf84fd843dac4e2dad4c4b72fed' |
| predicates | [<pyramid.predicates.RequestMethodPredicate object at 0x7f2792611990>] |
| request_methods | 'GET' |
| route_name | 'api_users' |
| Source | |
Line 110 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_users (pattern: '/api/users') | |
| view function pcpd.views.api_misc.api_wilayah | |
|---|---|
| callable | <function api_wilayah at 0x7f2793097b00> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792641d00> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'api_wilayah' |
| Source | |
Line 81 of file /home/pcpd/pcpd-v2/pcpd/views/api_misc.py:
|
|
| References | |
| route api_wilayah (pattern: '/api/wilayah') | |
| view function pcpd.views.auth_views.login_view | |
|---|---|
| callable | <function login_view at 0x7f2793095080> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7f27926420c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'login' |
| Source | |
Line 9 of file /home/pcpd/pcpd-v2/pcpd/views/auth_views.py:
|
|
| References | |
| route login (pattern: '/login') | |
| template login.jinja2 | |
| view function pcpd.views.auth_views.logout_view | |
|---|---|
| callable | <function logout_view at 0x7f2793095c60> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792642520> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'logout' |
| Source | |
Line 29 of file /home/pcpd/pcpd-v2/pcpd/views/auth_views.py:
|
|
| References | |
| route logout (pattern: '/logout') | |
| view function pcpd.views.page_views.anggaran_view | |
|---|---|
| callable | <function anggaran_view at 0x7f27930968e0> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7f27926428e0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'anggaran' |
| Source | |
Line 77 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| route anggaran (pattern: '/anggaran') | |
| template anggaran.jinja2 | |
| view function pcpd.views.page_views.dashboard_view | |
|---|---|
| callable | <function dashboard_view at 0x7f27930963e0> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7f2792642ca0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'dashboard' |
| Source | |
Line 26 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| route dashboard (pattern: '/dashboard') | |
| template dashboard.jinja2 | |
| view function pcpd.views.page_views.home_view | |
|---|---|
| callable | <function home_view at 0x7f27930962a0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792642fc0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'home' |
| Source | |
Line 21 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| route home (pattern: '/') | |
| view function pcpd.views.page_views.laporan_view | |
|---|---|
| callable | <function laporan_view at 0x7f2793096520> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7f2792643380> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'laporan' |
| Source | |
Line 41 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| route laporan (pattern: '/laporan') | |
| template laporan.jinja2 | |
| view function pcpd.views.page_views.manual_book_view | |
|---|---|
| callable | <function manual_book_view at 0x7f2793096a20> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7f2792643740> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'manual_book' |
| Source | |
Line 91 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| route manual_book (pattern: '/manual') | |
| template manual.jinja2 | |
| view function pcpd.views.page_views.permission_view | |
|---|---|
| callable | <function permission_view at 0x7f27930967a0> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7f2792643b00> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'permission' |
| Source | |
Line 64 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| route permission (pattern: '/permission') | |
| template permission.jinja2 | |
| view function pcpd.views.page_views.settings_view | |
|---|---|
| callable | <function settings_view at 0x7f2793096660> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7f2792643ec0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'settings' |
| Source | |
Line 52 of file /home/pcpd/pcpd-v2/pcpd/views/page_views.py:
|
|
| References | |
| route settings (pattern: '/settings') | |
| template settings.jinja2 | |
| view function pcpd.views.public_display.pub_chart | |
|---|---|
| callable | <function pub_chart at 0x7f27925bc5e0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926482c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'pub_chart' |
| Source | |
Line 264 of file /home/pcpd/pcpd-v2/pcpd/views/public_display.py:
|
|
| References | |
| route pub_chart (pattern: '/pub/api/chart') | |
| view function pcpd.views.public_display.pub_realtime | |
|---|---|
| callable | <function pub_realtime at 0x7f27925bc4a0> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792648680> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'pub_realtime' |
| Source | |
Line 173 of file /home/pcpd/pcpd-v2/pcpd/views/public_display.py:
|
|
| References | |
| route pub_realtime (pattern: '/pub/api/realtime') | |
| view function pcpd.views.public_display.pub_summary | |
|---|---|
| callable | <function pub_summary at 0x7f27925bc360> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792648a40> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'pub_summary' |
| Source | |
Line 83 of file /home/pcpd/pcpd-v2/pcpd/views/public_display.py:
|
|
| References | |
| route pub_summary (pattern: '/pub/api/summary') | |
| view function pcpd.views.public_display.public_display_view | |
|---|---|
| callable | <function public_display_view at 0x7f27925bc220> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7f2792648e00> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'public_display' |
| Source | |
Line 70 of file /home/pcpd/pcpd-v2/pcpd/views/public_display.py:
|
|
| References | |
| route public_display (pattern: '/public') | |
| template public_display.jinja2 | |
Routes
| Route Name | Route Pattern | View Callable | Predicates |
|---|---|---|---|
| __static/ | static/*subpath | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792606d40> | |
| public_display | /public | <function rendered_view.<locals>.rendered_view at 0x7f2792648e00> | |
| manual_book | /manual | <function rendered_view.<locals>.rendered_view at 0x7f2792643740> | |
| pub_summary | /pub/api/summary | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792648a40> | |
| pub_chart | /pub/api/chart | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926482c0> | |
| pub_realtime | /pub/api/realtime | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792648680> | |
| login | /login | <function rendered_view.<locals>.rendered_view at 0x7f27926420c0> | |
| logout | /logout | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792642520> | |
| home | / | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792642fc0> | |
| dashboard | /dashboard | <function rendered_view.<locals>.rendered_view at 0x7f2792642ca0> | |
| laporan | /laporan | <function rendered_view.<locals>.rendered_view at 0x7f2792643380> | |
| settings | /settings | <function rendered_view.<locals>.rendered_view at 0x7f2792643ec0> | |
| api_summary | /api/dashboard/summary | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792635ee0> | |
| api_chart | /api/dashboard/chart | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792635760> | |
| api_realtime | /api/dashboard/realtime | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792635b20> | |
| api_channels | /api/dashboard/channels | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926353a0> | |
| api_tahun_list | /api/tahun-list | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926362a0> | |
| api_jenis_pajak | /api/jenis-pajak | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926400e0> | |
| api_wilayah | /api/wilayah | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792641d00> | |
| api_activity_log | /api/activity-log | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792637ce0> | |
| api_users | /api/users | <pyramid.config.views.MultiView object at 0x7f2792639010> | |
| api_user_item | /api/users/{id} | <pyramid.config.views.MultiView object at 0x7f279263abd0> | |
| permission | /permission | <function rendered_view.<locals>.rendered_view at 0x7f2792643b00> | |
| api_permissions | /api/permissions | <pyramid.config.views.MultiView object at 0x7f279263a190> | |
| anggaran | /anggaran | <function rendered_view.<locals>.rendered_view at 0x7f27926428e0> | |
| api_anggaran | /api/anggaran | <pyramid.config.views.MultiView object at 0x7f2792631a10> | |
| api_anggaran_lra | /api/anggaran/lra | <function rendered_view.<locals>.viewresult_to_response at 0x7f279262ba60> | |
| api_anggaran_tahun | /api/anggaran/tahun | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792634fe0> | |
| api_anggaran_pdl | /api/anggaran/pdl | <pyramid.config.views.MultiView object at 0x7f2793a08f50> | |
| api_anggaran_pdl_jenis | /api/anggaran/pdl/jenis-pajak | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926342c0> | |
| api_laporan_pbb | /api/laporan/pbb | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792637560> | |
| api_laporan_bphtb | /api/laporan/bphtb | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792636660> | |
| api_laporan_pad | /api/laporan/pad | <function rendered_view.<locals>.viewresult_to_response at 0x7f27926371a0> | |
| api_laporan_webr | /api/laporan/webr | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792637920> | |
| api_laporan_channels | /api/laporan/channels | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792636a20> | |
| api_laporan_export_excel | /api/laporan/export/excel | <function rendered_view.<locals>.viewresult_to_response at 0x7f2792636de0> |
Settings
| Key | Value |
|---|---|
| csrf_trusted_origins | [] |
| debug_all | False |
| debugtoolbar.active_panels | [] |
| debugtoolbar.button_style | '' |
| debugtoolbar.debug_notfound | False |
| debugtoolbar.debug_routematch | False |
| debugtoolbar.enabled | True |
| debugtoolbar.exclude_prefixes | ('/favicon.ico',) |
| debugtoolbar.extra_global_panels | [] |
| debugtoolbar.extra_panels | [] |
| debugtoolbar.global_panels | [] |
| debugtoolbar.hosts | ['127.0.0.1', '::1'] |
| debugtoolbar.includes | [] |
| debugtoolbar.intercept_exc | 'debug' |
| debugtoolbar.intercept_redirects | False |
| debugtoolbar.max_request_history | 100 |
| debugtoolbar.max_visible_requests | 10 |
| debugtoolbar.panels | [] |
| debugtoolbar.prevent_http_cache | False |
| debugtoolbar.reload_assets | False |
| debugtoolbar.reload_resources | False |
| debugtoolbar.reload_templates | False |
| debugtoolbar.show_on_exc_only | False |
| jinja2.directories | 'pcpd:templates' |
| jinja2.filters | '\nidr = pcpd:_format_idr\nidr_short = pcpd:_format_idr_short' |
| pcpd.app_fullname | 'Tasikmalaya Electronic Dashboard System' |
| pcpd.app_name | 'PCPD Kota Tasikmalaya' |
| pcpd.app_version | '2.0.0' |
| pcpd.secret_key | 'change_this_secret_key_in_production' |
| pcpd.ws_host | 'localhost' |
| pcpd.ws_port | '8765' |
| prevent_cachebust | False |
| pyramid.csrf_trusted_origins | [] |
| pyramid.debug_all | False |
| pyramid.debug_authorization | False |
| pyramid.debug_notfound | False |
| pyramid.debug_routematch | False |
| pyramid.debug_templates | False |
| pyramid.default_locale_name | 'id' |
| pyramid.includes | '\npyramid_debugtoolbar\npyramid_tm' |
| pyramid.prevent_cachebust | False |
| pyramid.prevent_http_cache | False |
| pyramid.reload_all | False |
| pyramid.reload_assets | False |
| pyramid.reload_resources | False |
| pyramid.reload_templates | True |
| redis.sessions.prefix | 'pcpd:session:' |
| redis.sessions.secret | 'pcpd_super_secret_key_2024_change_me' |
| redis.sessions.timeout | '86400' |
| redis.sessions.url | 'redis://localhost:6379/0' |
| reload_all | False |
| sqlalchemy.url | 'postgresql://pcpd:DLzu7zZsYhkr71tBiheY3Hwn6HqJrPM9@localhost:5432/pcpd' |
| tappingbox.base_url | 'https://dashboard.tappingbox.com/tasikmalaya-kab/open-api' |
| tappingbox.endpoint_outlets | '/outlets' |
| tappingbox.endpoint_simpada | '/thirdparty/simpada' |
| tappingbox.page_size | '100' |
| tappingbox.password | 'eVHBCq9y5g' |
| tappingbox.timeout | '30' |
| tappingbox.username | 'bapenda' |
Tweens
Implicit definition
| Order (from server to application) | Tween |
|---|---|
| 0 | pyramid_debugtoolbar.toolbar_tween_factory |
| 1 | pyramid_tm.tm_tween_factory |
| 2 | pyramid.tweens.excview_tween_factory |
Versions
Platform
Packages
| Package Name | Version | Summary |
|---|---|---|
| alembic | 1.13.1 | A database migration tool for SQLAlchemy. |
| autocommand | 2.2.2 | A library to create a command-line program from a function |
| backports.tarfile | 1.2.0 | Backport of CPython tarfile module |
| bcrypt | 4.1.3 | Modern password hashing for your software and your servers |
| beautifulsoup4 | 4.14.3 | Screen-scraping library |
| coverage | 7.13.5 | Code coverage measurement for Python |
| et_xmlfile | 2.0.0 | An implementation of lxml.xmlfile for the standard library |
| greenlet | 3.5.0 | Lightweight in-process concurrent programming |
| hupper | 1.12.1 | Integrated process monitor for developing and reloading daemons. |
| importlib_metadata | 8.0.0 | Read metadata from Python packages |
| inflect | 7.3.1 | Correctly generate plurals, singular nouns, ordinals, indefinite articles |
| iniconfig | 2.3.0 | brain-dead simple config-ini parsing |
| jaraco.collections | 5.1.0 | Collection objects similar to those in stdlib by jaraco |
| jaraco.context | 5.3.0 | Useful decorators and context managers |
| jaraco.functools | 4.0.1 | Functools like those found in stdlib |
| jaraco.text | 3.12.1 | Module for text manipulation |
| Jinja2 | 3.1.6 | A very fast and expressive template engine. |
| Mako | 1.3.11 | A super-fast templating language that borrows the best ideas from the existing templating languages. |
| MarkupSafe | 3.0.3 | Safely add untrusted strings to HTML/XML markup. |
| more-itertools | 10.3.0 | More routines for operating on iterables, beyond itertools |
| openpyxl | 3.1.2 | A Python library to read/write Excel 2010 xlsx/xlsm files |
| packaging | 26.2 | Core utilities for Python packages |
| packaging | 24.2 | Core utilities for Python packages |
| PasteDeploy | 3.1.0 | Load, configure, and compose WSGI applications and servers |
| pcpd | 2.0.0 | PCPD - Tasikmalaya Electronic Dashboard System (Pendapatan Daerah) |
| pip | 26.1 | The PyPA recommended tool for installing Python packages. |
| plaster | 1.1.2 | A loader interface around multiple config file formats. |
| plaster-pastedeploy | 1.0.1 | A loader implementing the PasteDeploy syntax to be used by plaster. |
| platformdirs | 4.2.2 | A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`. |
| pluggy | 1.6.0 | plugin and hook calling mechanisms for python |
| psycopg2-binary | 2.9.9 | psycopg2 - Python-PostgreSQL Database Adapter |
| Pygments | 2.20.0 | Pygments is a syntax highlighting package written in Python. |
| pyramid | 2.0.2 | The Pyramid Web Framework, a Pylons project |
| pyramid-mako | 1.1.0 | Mako template bindings for the Pyramid web framework |
| pyramid-tm | 2.5 | A package which allows Pyramid requests to join the active transaction |
| pyramid_debugtoolbar | 4.12.1 | A package which provides an interactive HTML debugger for Pyramid application development |
| pyramid_jinja2 | 2.10.1 | Jinja2 template bindings for the Pyramid web framework |
| pyramid_session_redis | 1.8.1 | High performance and actively maintained server-side session framework for Pyramid and Redis. |
| pytest | 8.2.0 | pytest: simple powerful testing with Python |
| pytest-cov | 5.0.0 | Pytest plugin for measuring coverage. |
| python-dateutil | 2.9.0 | Extensions to the standard Python datetime module |
| redis | 7.4.0 | Python client for Redis database and key-value store |
| setuptools | 79.0.1 | Easily download, build, install, upgrade, and uninstall Python packages |
| six | 1.17.0 | Python 2 and 3 compatibility utilities |
| soupsieve | 2.8.3 | A modern CSS selector implementation for Beautiful Soup. |
| SQLAlchemy | 2.0.30 | Database Abstraction Library |
| tomli | 2.0.1 | A lil' TOML parser |
| transaction | 4.0 | Transaction management for Python |
| translationstring | 1.4 | Utility library for i18n relied on by various Repoze and Pyramid packages |
| typeguard | 4.3.0 | Run-time type checker for Python |
| typing_extensions | 4.15.0 | Backported and Experimental Type Hints for Python 3.9+ |
| typing_extensions | 4.12.2 | Backported and Experimental Type Hints for Python 3.8+ |
| venusian | 3.1.1 | A library for deferring decorator actions |
| waitress | 3.0.0 | Waitress WSGI server |
| WebOb | 1.8.9 | WSGI request and response object |
| websockets | 12.0 | An implementation of the WebSocket Protocol (RFC 6455 & 7692) |
| WebTest | 3.0.0 | Helper to test WSGI applications |
| wheel | 0.45.1 | A built-package format for Python |
| zipp | 3.19.2 | Backport of pathlib-compatible object wrapper for zip files |
| zope.deprecation | 6.0 | Zope Deprecation Infrastructure |
| zope.interface | 8.4 | Interfaces for Python |
| zope.sqlalchemy | 3.1 | Minimal Zope/SQLAlchemy transaction integration |
Settings
Some pyramid_debugtoolbar panels can be activated (this enables additional features).
NOTE: These settings are tracked in a cookie on a per-request basis. If you want to enable options for other requests such as via curl or a non-browser client then you should turn them on by default in your settings via the debugtoolbar.active_panels setting, or by setting the pdtb_active cookie on the client.