instance_id
stringlengths 13
30
| repo
stringlengths 13
30
| original_repo
stringlengths 12
37
| base_commit
stringlengths 40
40
| reference_commit
stringlengths 40
40
| setup
dict | test
dict | src_dir
stringlengths 3
19
|
---|---|---|---|---|---|---|---|
commit-0/minitorch
|
commit-0/minitorch
|
minitorch/minitorch
|
1fc342c98ef62dec22a5b4c82d68f653320edc75
|
7d35d597ad226e73289e6920fbc1e83ea6148c8b
|
{
"install": "pip install -e .",
"packages": [
"requirements.txt",
"requirements.extra.txt"
],
"pip_packages": [
"numba==0.60"
],
"pre_install": null,
"python": "3.10",
"specification": "https://minitorch.github.io/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
minitorch/
|
commit-0/simpy
|
commit-0/simpy
|
wenting-zhao/simpy
|
25496719af798e5a276289279651873ea5b6e7d1
|
937f488d8524c15006184979c1977e370788cac7
|
{
"install": "pip install -e .",
"packages": [
"requirements-dev.txt"
],
"pip_packages": [
"py"
],
"pre_install": null,
"python": "3.10",
"specification": "https://simpy.readthedocs.io/en/4.1.1/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/simpy/
|
commit-0/bitstring
|
commit-0/bitstring
|
scott-griffiths/bitstring
|
0b710159a03637e680218a5f15fac7a91331c11f
|
2cf71ac420b569eee0a1f63747fe53b08dd986ec
|
{
"install": "pip install -e .",
"packages": [
"tests/requirements.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://bitstring.readthedocs.io/en/stable/"
}
|
{
"test_cmd": "pytest --benchmark-disable",
"test_dir": "tests/"
}
|
bitstring/
|
commit-0/tinydb
|
commit-0/tinydb
|
msiemens/tinydb
|
ed761a72c8c1e1cb24ca4dbcc089f35c5264d357
|
429b27a513f0ad301632379e55667dd99865fb16
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"pytest>=7.2.0,<8.0.0",
"pytest-pycodestyle>=2.3.1,<3.0.0",
"pytest-cov>=4.0.0,<5.0.0",
"pycodestyle>=2.10.0,<3.0.0",
"sphinx>=7.0.0,<8.0.0",
"coveralls>=3.3.1,<4.0.0",
"pyyaml>=6.0,<7.0",
"types-PyYAML>=6.0.0,<7.0.0",
"typing-extensions>=4.4.0,<5.0.0"
],
"pre_install": null,
"python": "3.10",
"specification": "https://tinydb.readthedocs.io/_/downloads/en/v4.8.0/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
tinydb/
|
commit-0/marshmallow
|
commit-0/marshmallow
|
marshmallow-code/marshmallow
|
bd290d2b49f5030a2369aedc5538cffa4815982d
|
b9646e326c511c11fc07aef4aa0004c14a5d454c
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://marshmallow.readthedocs.io/_/downloads/en/stable/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/marshmallow/
|
commit-0/python-prompt-toolkit
|
commit-0/python-prompt-toolkit
|
prompt-toolkit/python-prompt-toolkit
|
2314a208aedf2973535b8929f8e14dcc6f79f1d8
|
4432d6233fd8e0efba5920a9650e515f54a20300
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://python-prompt-toolkit.readthedocs.io/_/downloads/en/3.0.43/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/prompt_toolkit/
|
commit-0/parsel
|
commit-0/parsel
|
scrapy/parsel
|
7e73d60665ef2e3ddfe3c1bb01eed981cd317c6f
|
5e56a86cb5c2e247d02c66e61aa99b11afb1df1f
|
{
"install": "pip install -e .",
"packages": [
"tests/requirements.txt"
],
"pip_packages": null,
"pre_install": [
"apt-get update",
"apt-get install clang"
],
"python": "3.12",
"specification": "https://parsel.readthedocs.io/_/downloads/en/latest/pdf/"
}
|
{
"test_cmd": "pytest --assert=plain --ignore=setup.py",
"test_dir": "tests/"
}
|
parsel
|
commit-0/pyjwt
|
commit-0/pyjwt
|
jpadilla/pyjwt
|
e2d08907536469bd2f00c30ccffc0b2685f2d6e8
|
72ad55f6d7041ae698dc0790a690804118be50fc
|
{
"install": "pip install -e .[crypto,tests,dev]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://pyjwt.readthedocs.io/_/downloads/en/2.8.0/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
jwt
|
commit-0/networkx
|
commit-0/networkx
|
networkx/networkx
|
651b3dd35eadd25600d244a6cfa312e1c3f83c63
|
1389081ffa08f17f76d78c715d933159455ef53f
|
{
"install": "pip install -e .[default,developer,test]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://networkx.org/documentation/networkx-3.3/"
}
|
{
"test_cmd": "pytest --durations=10 --pyargs networkx",
"test_dir": "networkx/"
}
|
networkx/
|
commit-0/graphene
|
commit-0/graphene
|
graphql-python/graphene
|
ec2d3f476a7fa94a7a2ffc3c145422b0c3b7e71a
|
f5aba2c027df90e650accf136f3105eb601216c6
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.11",
"specification": "https://docs.graphene-python.org/en/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "graphene/"
}
|
graphene/
|
commit-0/tlslite-ng
|
commit-0/tlslite-ng
|
tlsfuzzer/tlslite-ng
|
3a008c0ec9eb3a1e2b6d852fc8658f1e81bff2f3
|
2020609db2b435437ccb22cca5129dfcad3caa76
|
{
"install": "pip install -e .",
"packages": [
"build-requirements.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://tlslite-ng.readthedocs.io/en/latest/"
}
|
{
"test_cmd": "pytest",
"test_dir": "unit_tests/"
}
|
tlslite/
|
commit-0/wcwidth
|
commit-0/wcwidth
|
jquast/wcwidth
|
0d0054189bdb0fc7b9de0456fc3cee2b67a6ceba
|
36a625179ed2675287fe6b61c2ad319406449e60
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://wcwidth.readthedocs.io/en/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
wcwidth/
|
commit-0/chardet
|
commit-0/chardet
|
chardet/chardet
|
5539fa54d17ec61bacb4d3bb29ec6fba9dfcb882
|
ff5dcb25a59990e43683b8e9057f6f746bfb2658
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"hypothesis>=6.0.0,<7.0.0",
"pre-commit>=3.5,<4.0",
"pytest>=8.3.2,<9.0.0",
"ruff>=0.5.5,<0.6.0",
"sphinx_rtd_theme>=1.0.0,<2.0.0"
],
"pre_install": null,
"python": "3.12",
"specification": "https://chardet.readthedocs.io/_/downloads/en/stable/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "."
}
|
chardet/
|
commit-0/dnspython
|
commit-0/dnspython
|
rthalley/dnspython
|
a8eb6fe62d930cc42457826b6bfa1724b56e84d0
|
8640dc5e93efdb8bd8935dca8de490f095f18eea
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://dnspython.readthedocs.io/en/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
dns/
|
commit-0/imapclient
|
commit-0/imapclient
|
mjs/imapclient
|
7ca5a23640bcb0b102673eaaf5eaa6e7fcebd76b
|
9a6a0df2d8d44c1f3d57c222d234740f8d381395
|
{
"install": "pip install -e .",
"packages": [
"requirements-dev.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://imapclient.readthedocs.io/en/3.0.1/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
imapclient/
|
commit-0/virtualenv
|
commit-0/virtualenv
|
pypa/virtualenv
|
288b95cad0cdf1c10b648b23137bae56cf0f51a1
|
3185e1f8a5eaae8ff055a8481a542cc70a9cbce4
|
{
"install": "pip install -e .[test]",
"packages": null,
"pip_packages": null,
"pre_install": [
"apt-get update -y && apt-get install pkg-config libssl-dev -y",
"curl https://sh.rustup.rs -sSf | bash -s -- -y",
"echo 'source $HOME/.cargo/env' >> $HOME/.bashrc",
"apt-get update -y && apt-get install snapd fish csh -y",
"cargo install nu"
],
"python": "3.10",
"specification": "https://virtualenv.pypa.io/en/20.26.3/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/virtualenv/
|
commit-0/pexpect
|
commit-0/pexpect
|
pexpect/pexpect
|
21b5908ea5b9b38ca996fec50dc449bff5c2c82f
|
32c3e4ada3c8ceecaab1d14d9cb1ce2d52386d99
|
{
"install": "pip install -e .",
"packages": [
"requirements-testing.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://pexpect.readthedocs.io/_/downloads/en/stable/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
pexpect/
|
commit-0/web3.py
|
commit-0/web3.py
|
ethereum/web3.py
|
59a2efc5feb3490dfe68fa945e149cb6138a95d4
|
d29ee826df75b043c1b86cd06114517aeed1e026
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": null,
"pre_install": [
"git submodule update --init",
"apt-get update",
"apt-get install clang"
],
"python": "3.12",
"specification": "https://web3py.readthedocs.io/_/downloads/en/v6.20.2/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
web3/
|
commit-0/babel
|
commit-0/babel
|
python-babel/babel
|
18c7b9ba45304f654c2e5866c624dc229a18fccf
|
d420ee38d0e5d765478482d077f8aee060db8511
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": null,
"pre_install": [
"python scripts/download_import_cldr.py"
],
"python": "3.10",
"specification": "https://babel.pocoo.org/_/downloads/en/stable/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
babel/
|
commit-0/geopandas
|
commit-0/geopandas
|
geopandas/geopandas
|
305b138c15cde8e06a40208d06eccf3e5bbb5b45
|
89d79f31b1a736ce4339ef2fe1ed134e6fb32522
|
{
"install": "pip install -e .[all,dev]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://geopandas.org/en/stable/"
}
|
{
"test_cmd": "pytest -v -r a -n auto",
"test_dir": "geopandas/tests/"
}
|
geopandas
|
commit-0/dulwich
|
commit-0/dulwich
|
jelmer/dulwich
|
284c1d4b73a3f921eb1940b9fe154e52e9075af0
|
21e1ba8a61149fa966640e81019c33bce93b37f2
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": [
"gevent",
"geventhttpclient",
"setuptools>=17.1"
],
"pre_install": [
"apt-get update",
"apt-get install -y libgpgme-dev libgpg-error-dev"
],
"python": "3.10",
"specification": "https://dulwich.readthedocs.io/_/downloads/en/latest/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
dulwich/
|
commit-0/flask
|
commit-0/flask
|
pallets/flask
|
af126af63a288df1d4edfe07e82a3b241aa4567a
|
85039283fc3e986cced4ab39a3fe2b39314d06bb
|
{
"install": "pip install -e .",
"packages": [
"requirements/dev.txt",
"requirements/tests.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://flask.palletsprojects.com/en/3.0.x/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/flask/
|
commit-0/voluptuous
|
commit-0/voluptuous
|
alecthomas/voluptuous
|
d98e0a0b6a909d26dca6ac1a87cf1a3b60fb62d4
|
dcaaf3dd68be156253518a045feb1c4172dbd2d5
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://alecthomas.github.io/voluptuous/docs/_build/html/"
}
|
{
"test_cmd": "pytest",
"test_dir": "voluptuous/tests"
}
|
voluptuous/
|
commit-0/jinja
|
commit-0/jinja
|
pallets/jinja
|
264454b5141372a2511aafe9d4c5b3d07f913f0b
|
2fc6e52a298ddeef8245098ccee00c3700184d40
|
{
"install": "pip install -e .",
"packages": [
"requirements/dev.txt",
"requirements/tests.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://jinja.palletsprojects.com/en/3.1.x/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/jinja2/
|
commit-0/seaborn
|
commit-0/seaborn
|
mwaskom/seaborn
|
57999bed37d2255183cf3818eedcff216929800c
|
7fd3f66c66fceffc0616b4fa6aad99d028a4b1f7
|
{
"install": "pip install -e .[dev,stats]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://seaborn.pydata.org/"
}
|
{
"test_cmd": "pytest -n auto",
"test_dir": "tests/"
}
|
seaborn/
|
commit-0/requests
|
commit-0/requests
|
psf/requests
|
0e5a01d0ed71fd20b6a72cafe92b9a917ce93d7b
|
61e2240f283f15780ac2d0e2cfefb0fd6fdab627
|
{
"install": "pip install -e .",
"packages": [
"requirements-dev.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://requests.readthedocs.io/_/downloads/en/latest/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/requests/
|
commit-0/scrapy
|
commit-0/scrapy
|
scrapy/scrapy
|
8f414c7b545d1ab98732a7d47138f70d60592269
|
896408c298893e7cc0f6f3ad5cd41d481dab7283
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"attrs",
"pexpect>=4.8.0",
"pyftpdlib>=1.5.8",
"pygments",
"pytest-cov==4.0.0",
"pytest-xdist",
"sybil>=1.3.0",
"testfixtures"
],
"pre_install": null,
"python": "3.12",
"specification": "https://docs.scrapy.org/_/downloads/en/2.11/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
scrapy
|
commit-0/fastapi
|
commit-0/fastapi
|
fastapi/fastapi
|
0ee9d513da2f664b076c13a5f0969ecd1bfd25dd
|
4f937c0c4afbd0b46cf2db91acac6814504bbdcb
|
{
"install": "pip install -e .[all]",
"packages": [
"requirements-tests.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://fastapi.tiangolo.com/reference/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
fastapi
|
commit-0/click
|
commit-0/click
|
pallets/click
|
313921ba6a4bb1957dbc409292e34f1c6c945e64
|
006ae84d651846c944331fff78e340701fe58562
|
{
"install": "pip install -e .",
"packages": [
"requirements/dev.txt",
"requirements/tests.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://click.palletsprojects.com/en/8.1.x/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/click/
|
commit-0/python-rsa
|
commit-0/python-rsa
|
sybrenstuvel/python-rsa
|
228b947d61f06612107205ab369a017ff63f9a8f
|
cf4296f7eebead511ac51095ba57b3c0150a492c
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"coveralls>=3.0.0,<4.0.0",
"Sphinx>=5.0.0,<6.0.0",
"pytest>=7.2,<8.0",
"pytest-cov>=4.0,<5.0",
"tox>=3.22.0,<4.0.0",
"mypy>=1.2,<2.0",
"flake8>=3.8.4,<4.0.0"
],
"pre_install": null,
"python": "3.12",
"specification": "https://stuvel.eu/python-rsa-doc/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
rsa/
|
commit-0/statsmodels
|
commit-0/statsmodels
|
statsmodels/statsmodels
|
07351f14bb4f0e3f5eef2e21955e5c595066ffcf
|
7767ecdcd616c368ad3e1a4a79fe8997ca8e45ec
|
{
"install": "pip install -e .[develop]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://www.statsmodels.org/stable/"
}
|
{
"test_cmd": "pytest -n auto -r s --dist loadscope --skip-examples",
"test_dir": "statsmodels/"
}
|
statsmodels/
|
commit-0/more-itertools
|
commit-0/more-itertools
|
more-itertools/more-itertools
|
10844ae317ecc8fe1221791e11161e009fc26b6d
|
935db916c76a66ba1190d1cf20d5ade341f62d14
|
{
"install": "pip install -e .",
"packages": [
"requirements/development.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://more-itertools.readthedocs.io/en/v10.4.0/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
more_itertools/
|
commit-0/moviepy
|
commit-0/moviepy
|
Zulko/moviepy
|
419839679513e031fb15e5b2455462ca5b91e598
|
db19920764b5cb1d8aa6863019544fd8ae0d3cce
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"pygame>=1.9.3",
"python-dotenv>=0.10",
"opencv-python",
"scikit-image",
"scikit-learn",
"scipy",
"matplotlib==3.9.2",
"youtube_dl",
"coveralls>=3.0,<4.0",
"pytest-cov>=2.5.1,<3.0",
"pytest>=3.0.0,<7.0.0"
],
"pre_install": [
"apt-get -y update && apt-get -y install ffmpeg imagemagick",
"apt-get -y install fonts-liberation",
"apt-get install -y locales && locale-gen C.UTF-8 && /usr/sbin/update-locale LANG=C.UTF-8",
"echo \"export LC_ALL=C.UTF-8\" >> ~/.bashrc",
"sed -i 's/none/read,write/g' /etc/ImageMagick-6/policy.xml"
],
"python": "3.10",
"specification": "https://zulko.github.io/moviepy/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
moviepy/
|
commit-0/deprecated
|
commit-0/deprecated
|
laurent-laporte-pro/deprecated
|
b7e2114c046abb489e4e23ab9f829778b076650d
|
378636d8a1e3d62d5894329c57f44ba0030c2dbd
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://deprecated.readthedocs.io/en/latest/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
deprecated/
|
commit-0/pydantic
|
commit-0/pydantic
|
pydantic/pydantic
|
779ab614c1e43fed5edd59a3b237289ed09b778a
|
4978ee235bf5f0fa11159b2dfe46068ef3deba0a
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"cloudpickle",
"coverage[toml]",
"dirty-equals",
"eval-type-backport",
"pytest>=8.2.2",
"pytest-mock",
"pytest-pretty",
"pytest-examples",
"faker>=18.13.0",
"pytest-benchmark>=4.0.0",
"pytest-codspeed~=2.2.0",
"pytz",
"packaging>=23.2",
"ansi2html",
"devtools",
"sqlalchemy>=2.0,<3.0",
"greenlet>=3.0.0rc3",
"mypy",
"pydantic-settings>=2.0.0",
"pytest-memray",
"jsonschema>=4.23.0",
"email-validator>=2.0.0"
],
"pre_install": null,
"python": "3.12",
"specification": "https://docs.pydantic.dev/2.8/"
}
|
{
"test_cmd": "pytest --ignore=tests/mypy/ --ignore=tests/test_docs.py --memray",
"test_dir": "tests/"
}
|
pydantic/
|
commit-0/loguru
|
commit-0/loguru
|
Delgan/loguru
|
83f5806039f53ac7c5a1cc1858a34ec10aeb4d65
|
f626131d15ce6c51efe9c1afd295124f31029a81
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://loguru.readthedocs.io/_/downloads/en/0.7.2/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
loguru/
|
commit-0/pypdf
|
commit-0/pypdf
|
py-pdf/pypdf
|
5d99286c11c220e143c4757bac67286261ce8a43
|
1f54893cc0ed790913f6cf86267a909dfb26b4b1
|
{
"install": "pip install -e .; python -c 'from tests import download_test_pdfs; download_test_pdfs()'",
"packages": [
"requirements/ci-3.11.txt"
],
"pip_packages": [
"cryptography"
],
"pre_install": [
"apt-get update",
"apt-get install ghostscript",
"git submodule update --init"
],
"python": "3.12",
"specification": "https://pypdf.readthedocs.io/_/downloads/en/4.3.1/pdf/"
}
|
{
"test_cmd": "pytest -n auto",
"test_dir": "tests/"
}
|
pypdf/
|
commit-0/attrs
|
commit-0/attrs
|
python-attrs/attrs
|
d60bb29b035db354a03561e4197cbf1fc67c7d61
|
9624b085d2baae5e28e57382af430054cb9a30e1
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.12",
"specification": "https://www.attrs.org/en/24.2.0/"
}
|
{
"test_cmd": "pytest -n auto",
"test_dir": "tests/"
}
|
src/
|
commit-0/mimesis
|
commit-0/mimesis
|
lk-geimfari/mimesis
|
170bc1946cfc0ee5ba44e62177272d6b2357c160
|
683ab3310eef53b0a10e1eb80bd7e62b80705573
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"pytest>=7.2,<8.0",
"pytest-mock>=3.10,<4.0",
"requests>=2.28,<3.0",
"mypy>=1.1,<2.0",
"colorama>=0.4.6,<0.5.0",
"pygments>=2.13,<3.0",
"pytest-randomly>=3.12,<4.0",
"pytz>=2023.3,<2024.0",
"black>=22.10,<24.0",
"autoflake>=2.0,<3.0",
"types-pytz>=2023.3,<2024.0",
"taskipy>=1.10.1,<2.0",
"validators>=0.20.0,<0.21.0",
"pytest-repeat>=0.9.1,<0.10.0",
"isort>=5.12,<6.0",
"coverage>=7.2.3,<8.0",
"pytest-cov>=4.0.0,<5.0",
"Sphinx>=5.1.1,<8.0.0",
"sphinx-copybutton>=0.5.0,<0.6.0",
"sphinx-autodoc-typehints>=1.19.2,<2.0",
"pytest-factoryboy>=2.6.0,<3.0"
],
"pre_install": null,
"python": "3.10",
"specification": "https://mimesis.name/en/v17.0.0/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
mimesis
|
commit-0/cookiecutter
|
commit-0/cookiecutter
|
cookiecutter/cookiecutter
|
c7a8c70a666270053d848f5664413af1af7a987f
|
da0df9d3a09205749307c403f06a1b4ca3af4cb8
|
{
"install": "pip install -e .",
"packages": [
"test_requirements.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://cookiecutter.readthedocs.io/_/downloads/en/2.6.0/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
cookiecutter/
|
commit-0/tornado
|
commit-0/tornado
|
tornadoweb/tornado
|
a36684d50604498e95e2ef5da7b0aeefaa928e16
|
c1e5e027538b2ee887da0f8c7158eba8831ebecb
|
{
"install": "pip install -e .",
"packages": [
"requirements.txt"
],
"pip_packages": null,
"pre_install": [
"apt-get update && apt-get install libcurl4-openssl-dev"
],
"python": "3.10",
"specification": "https://www.tornadoweb.org/_/downloads/en/stable/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tornado/test/"
}
|
tornado/
|
commit-0/imbalanced-learn
|
commit-0/imbalanced-learn
|
scikit-learn-contrib/imbalanced-learn
|
95b1f63b99ab56b0e5964aee5d67c493b1605d87
|
5f0ef2d379cbf97ca1f3a6d777fd2a5a7b9ca6d8
|
{
"install": "pip install -e .[install,optional,tests,docs]",
"packages": null,
"pip_packages": [
"numpy==1.26.4"
],
"pre_install": null,
"python": "3.10",
"specification": "https://imbalanced-learn.org/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "imblearn/tests/"
}
|
imblearn/
|
commit-0/python-progressbar
|
commit-0/python-progressbar
|
wolph/python-progressbar
|
afd18fd921caccca5f0c01576434869ddd7c0043
|
f295d5637487fb1464d91c8cc4dc72a6543f686f
|
{
"install": "pip install -e .[tests]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://progressbar-2.readthedocs.io/_/downloads/en/stable/pdf/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
progressbar/
|
commit-0/pylint
|
commit-0/pylint
|
pylint-dev/pylint
|
dc0d12efcb6cec86e1caa185636be7748cd8d251
|
da1956664d6be3d008a90ad3f72bdd9d8a7ecfaa
|
{
"install": "pip install -e .",
"packages": [
"requirements_test.txt"
],
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://pylint.readthedocs.io/en/v3.2.6/"
}
|
{
"test_cmd": "pytest --benchmark-disable",
"test_dir": "tests/"
}
|
pylint/
|
commit-0/sphinx
|
commit-0/sphinx
|
sphinx-doc/sphinx
|
6525fb2f33804c5e4fbe748ce540e587b49d465c
|
1c131dfffe2d359eda93f7d4cc6d920fbe76efe4
|
{
"install": "pip install -e .[test]",
"packages": null,
"pip_packages": null,
"pre_install": [
"apt-get update",
"apt-get install graphviz"
],
"python": "3.10",
"specification": "https://www.sphinx-doc.org/en/master/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
sphinx/
|
commit-0/joblib
|
commit-0/joblib
|
joblib/joblib
|
5bd676fc0643fd617de13eba92cfe5b2dd0993a0
|
d46857a490a70fa8b66b2878066b40de13d3e326
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"pytest-timeout",
"pytest-asyncio==0.21.1",
"threadpoolctl",
"pillow",
"numpy",
"scipy",
"scikit-learn"
],
"pre_install": [
"apt-get -yq update",
"apt-get install -yq ccache",
"apt-get install -yq software-properties-common",
"add-apt-repository --yes ppa:deadsnakes/nightly",
"apt-get update -yq"
],
"python": "3.12",
"specification": "https://joblib.readthedocs.io/en/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "joblib/test/"
}
|
joblib/
|
commit-0/xarray
|
commit-0/xarray
|
pydata/xarray
|
1fa25db8cc5b0e65a41072c7a111c9a7edce5542
|
acab6472a76c806726701692a16c7760e10d0888
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"setuptools",
"numba==0.60.0",
"llvmlite==0.43.0",
"scipy",
"bottleneck",
"numbagg",
"flox",
"opt_einsum",
"netCDF4",
"h5netcdf",
"scipy",
"zarr",
"fsspec",
"cftime",
"pooch",
"dask[complete]",
"hypothesis",
"mypy",
"pre-commit",
"pytest-env",
"pytest-xdist",
"pytest-timeout",
"ruff",
"matplotlib==3.9.2",
"seaborn",
"nc-time-axis"
],
"pre_install": null,
"python": "3.10",
"specification": "https://docs.xarray.dev/en/v2024.07.0/"
}
|
{
"test_cmd": "pytest -n auto",
"test_dir": "xarray/tests/"
}
|
xarray/
|
commit-0/cachetools
|
commit-0/cachetools
|
tkem/cachetools
|
a0a7e2b73f9e146b8a8f2912948b17a918e5fe83
|
d7f79fcdd8129adf34954518d0b47a71ce1cab63
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://cachetools.readthedocs.io/en/v5.5.0/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
src/cachetools/
|
commit-0/paramiko
|
commit-0/paramiko
|
paramiko/paramiko
|
8eece644a016264af1030d236429c6fe99cedbbe
|
3b7934585ce8514c7d945dffa4c4dc40abddf9ba
|
{
"install": "pip install -e .",
"packages": null,
"pip_packages": [
"pyasn1",
"gssapi==1.8.3",
"invocations>=3.2",
"pytest-relaxed>=2",
"pytest-xdist>=3",
"flake8>=4,<5",
"black>=22.8,<22.9",
"codespell>=2.2.1,<2.3",
"coverage>=6.2,<7",
"alabaster==0.7.13",
"releases>=2.1",
"watchdog<2",
"icecream>=2.1"
],
"pre_install": [
"apt-get update",
"apt-get install openssl libssl-dev libffi-dev make cargo bash libkrb5-dev"
],
"python": "3.10",
"specification": "https://www.paramiko.org/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
paramiko/
|
commit-0/fabric
|
commit-0/fabric
|
fabric/fabric
|
70a6c593c631878067e097b4d36e934dc61cc0fe
|
611d03ed072f6cd651fd9d13087d6ca920936676
|
{
"install": "pip install -e .",
"packages": [
"dev-requirements.txt"
],
"pip_packages": [
"pip"
],
"pre_install": [
"apt update",
"apt install -y openssh-server wamerican-large",
"/etc/init.d/ssh start",
"mkdir -p ~/.ssh && touch ~/.ssh/config"
],
"python": "3.10",
"specification": "https://www.fabfile.org/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
fabric/
|
commit-0/filesystem_spec
|
commit-0/filesystem_spec
|
fsspec/filesystem_spec
|
0d34761c18d98009d76a1c19246606026c0e44a0
|
dfcae3907973d1e79d1479d9cc8dfe20153a4f28
|
{
"install": "pip install -e .[full,test]",
"packages": null,
"pip_packages": null,
"pre_install": [
"bash install_s3fs.sh"
],
"python": "3.10",
"specification": "https://filesystem-spec.readthedocs.io/en/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "fsspec/tests/"
}
|
fsspec/
|
commit-0/jedi
|
commit-0/jedi
|
davidhalter/jedi
|
7f70d23b5b5429d3357c146406ed217b88d582ac
|
474479f802c226f50e38f1608bb494c732694b23
|
{
"install": "pip install -e .[testing]",
"packages": null,
"pip_packages": null,
"pre_install": [
"git submodule update --init"
],
"python": "3.10",
"specification": "https://jedi.readthedocs.io/en/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "test/"
}
|
jedi/
|
commit-0/sqlparse
|
commit-0/sqlparse
|
andialbrecht/sqlparse
|
8d73951d19d7852a8b860ff7ac93c537cac8358f
|
cd72bc0b6a768d03364267a37b0b8f50843313ea
|
{
"install": "pip install -e .[dev]",
"packages": null,
"pip_packages": [
"coverage[toml]>=6.5",
"flake8"
],
"pre_install": null,
"python": "3.10",
"specification": "https://sqlparse.readthedocs.io/en/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "tests/"
}
|
sqlparse/
|
commit-0/portalocker
|
commit-0/portalocker
|
wolph/portalocker
|
300136afca11ea23c79ecfd110ed0d2819322f11
|
0b2cfdd781e9e7ba8db0f7d4363da1e57dd12464
|
{
"install": "pip install -e .[tests]",
"packages": null,
"pip_packages": null,
"pre_install": null,
"python": "3.10",
"specification": "https://portalocker.readthedocs.io/en/stable/"
}
|
{
"test_cmd": "pytest",
"test_dir": "portalocker_tests/"
}
|
portalocker/
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.