{"id":37078478,"url":"https://github.com/hvnsweeting/outspect","last_synced_at":"2026-01-14T09:11:12.635Z","repository":{"id":46084549,"uuid":"111437122","full_name":"hvnsweeting/outspect","owner":"hvnsweeting","description":"Python inspect for Humans :beer:","archived":true,"fork":false,"pushed_at":"2022-12-26T20:27:25.000Z","size":22,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-28T23:22:47.236Z","etag":null,"topics":["forhumans","inspect","introspection","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hvnsweeting.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-20T16:44:55.000Z","updated_at":"2024-08-20T23:22:15.000Z","dependencies_parsed_at":"2023-01-31T01:15:14.650Z","dependency_job_id":null,"html_url":"https://github.com/hvnsweeting/outspect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hvnsweeting/outspect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Foutspect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Foutspect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Foutspect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Foutspect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hvnsweeting","download_url":"https://codeload.github.com/hvnsweeting/outspect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Foutspect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["forhumans","inspect","introspection","python"],"created_at":"2026-01-14T09:11:11.762Z","updated_at":"2026-01-14T09:11:12.630Z","avatar_url":"https://github.com/hvnsweeting.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\noutspect: inspect for Humans\n========\n\n\n.. image:: https://img.shields.io/pypi/v/outspect.svg\n        :target: https://pypi.python.org/pypi/outspect\n\n.. image:: https://img.shields.io/travis/hvnsweeting/outspect.svg\n        :target: https://travis-ci.org/hvnsweeting/outspect\n\n.. image:: https://readthedocs.org/projects/outspect/badge/?version=latest\n        :target: https://outspect.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/hvnsweeting/outspect/shield.svg\n     :target: https://pyup.io/repos/github/hvnsweeting/outspect/\n     :alt: Updates\n\n\nBetter `inspect` for Python.\n\n* Free software: MIT license\n* Documentation: https://outspect.readthedocs.io.\n\nInstall\n-------\n\n::\n\n  pip install outspect\n\nUsage\n-----\n\nBest used for interactive discovery::\n\n  In []: from outspect import *\n\n  In []: import django\n\n  In []: import django.http\n\n  In []: classes(django.http)\n  Out[]: ['BadHeaderError', 'FileResponse', 'Http404', 'HttpRequest', 'HttpResponse', 'HttpResponseBadRequest', 'HttpResponseForbidden', 'HttpResponseGone', 'HttpResponseNotAllowed', 'HttpResponseNotFound', 'HttpResponseNotModified', 'HttpResponsePermanentRedirect', 'HttpResponseRedirect', 'HttpResponseServerError', 'JsonResponse', 'QueryDict', 'R11awPostDataException', 'SimpleCookie', 'StreamingHttpResponse', 'UnreadablePostError']\n\n  In []: import logging\n\n  In []: pub_funcs(logging)\n  Out[]: ['addLevelName', 'basicConfig', 'captureWarnings', 'critical', '\u003clambda\u003e', 'debug', 'disable', 'error', 'exception', 'critical', 'getLevelName', 'getLogRecordFactory', 'getLogger', 'getLoggerClass', 'info', 'log', 'makeLogRecord', 'setLogRecordFactory', 'setLoggerClass', 'shutdown', 'warn', 'warning']\n\n  In []: constants(logging)\n  Out[]: ['BASIC_FORMAT', 'CRITICAL', 'DEBUG', 'ERROR', 'FATAL', 'INFO', 'NOTSET', 'WARN', 'WARNING', '_STYLES']\n\n\nFeatures\n--------\n\n- Inspecting objects, modules, classes ...\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvnsweeting%2Foutspect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhvnsweeting%2Foutspect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvnsweeting%2Foutspect/lists"}