MCPcopy Create free account
hub / github.com/gawel/pyquery

github.com/gawel/pyquery @2.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.0.1 ↗ · + Follow
279 symbols 762 edges 16 files ⚖ BSD-2-Clause 103 documented · 37% 9 cross-repo links updated 32d ago★ 2,37754 open issues

Browse by type

Functions 248 Types & classes 31
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

import os from webtest import http from webtest.debugapp import debug_app

try: from urllib import urlopen except ImportError: from urllib.request import urlopen

def setup_test(test): server = http.StopableWSGIServer.create(debug_app) server.wait() path_to_html_file = os.path.join('tests', 'test.html') test.globs.update( urlopen=urlopen, server=server, your_url=server.application_url, path_to_html_file=path_to_html_file, ) setup_test.test = False

def teardown_test(test): test.globs['server'].shutdown() teardown_test.test = False

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 223
Class 31
Function 25

Languages

Python100%

Modules by API surface

pyquery/pyquery.py105 symbols
tests/test_pyquery.py93 symbols
pyquery/cssselectpatch.py34 symbols
tests/test_real_browser.py16 symbols
tests/browser_base.py8 symbols
pyquery/text.py7 symbols
pyquery/openers.py4 symbols
tests/test_browser.py3 symbols
tests/apps.py3 symbols
docs/conftest.py2 symbols
README_fixt.py2 symbols
setup.py1 symbols

For agents

$ claude mcp add pyquery \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page