dxpy
brew install dxpy
v0.408.2
Apache-2.0
DNAnexus toolkit utilities and platform API bindings for Python
46
30-day installs · #4842
158
90-day · #4614
641
365-day · #4592
111
★ GitHub stars · updated 2mo ago
Runtime dependencies
aws-c-auth
aws-c-cal
aws-c-common
aws-c-event-stream
aws-c-http
aws-c-io
aws-c-mqtt
aws-c-s3
aws-checksums
certifi
cryptography
python@3.14
aws-c-compression
aws-c-sdkutils
openssl@3
Links
- https://github.com/dnanexus/dx-toolkit
- GitHub: dnanexus/dx-toolkit
- Brew formula source: Formula/d/dxpy.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [
"deno"
],
"dependencies": [
"aws-c-auth",
"aws-c-cal",
"aws-c-common",
"aws-c-event-stream",
"aws-c-http",
"aws-c-io",
"aws-c-mqtt",
"aws-c-s3",
"aws-checksums",
"certifi",
"cryptography",
"python@3.14",
"aws-c-compression",
"aws-c-sdkutils",
"openssl@3"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "DNAnexus toolkit utilities and platform API bindings for Python",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:12+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "dxpy",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-19T09:52:09Z",
"github_readme_excerpt": "DNAnexus Platform SDK\n=====================\n\n**To install the `dx` CLI and the Python SDK for your platform run `python3 -m pip install dxpy`**\n\n* **Found a bug? See [Reporting Bugs](#reporting-bugs) below.**\n\nWelcome to the `dx-toolkit` repository! This repository contains the DNAnexus\nAPI language bindings and utilities for interacting with the DNAnexus platform.\n\nSee https://documentation.dnanexus.com/ and http://autodoc.dnanexus.com/ for relevant\ndocumentation.\n\nInstalling the toolkit from source\n----------------------------------\n\nThe recommended way to install the Python SDK and `dx` CLI of `dx-toolkit` locally is with `python3 -m pip install -e dx-toolkit/src/python`. \nAny changes made within this checkout will be reflected in the pip installed version. \n\n### Building inside docker \nTo avoid lengthy installation of dependencies on your platform and simultaneous installations of development versions of `dx-toolkit` on the system, you can build `dx-toolkit` inside a docker container. \n\n1. Start `python:3.9-bullseye` in the interactive mode, mounting the repo you are working on (`\u003clocal_path_to_repo\u003e/dx-toolkit`):\n\n ```\n # from root folder of dx-toolkit\n docker run -v `pwd`:/dx-toolkit -w /dx-toolkit -it --rm --entrypoint=/bin/bash python:3.9-bullseye\n ```\n2. From the interactive shell install `dx-toolkit`.\n - **A.** Using local checkout:\n ```\n python3 -m pip install src/python/ --upgrade\n ```\n - **B.** Using remote branch, in this example specified in \"@master\":\n ```\n python3 -m pip install --upgrade \u0027git+https://github.com/dnanexus/dx-toolkit.git@master#egg=dxpy\u0026subdirectory=src/python\u0027\n ```\n3. Log in, install dependencies(if needed) and use the container while developing. To rebuild, just save the work and run the step 2 again.\n\nSupported languages\n-------------------\n\nThe Platform SDK contains API language bindings for the following platforms:\n\n* [Python](src/python) (requires Python 3.8 or higher)\n",
"github_repo": "dnanexus/dx-toolkit",
"github_stars": 111,
"github_topics": [],
"homepage": "https://github.com/dnanexus/dx-toolkit",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 46,
"installs_365d": 641,
"installs_90d": 158,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "dxpy",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 4842,
"rank_365d": 4592,
"rank_90d": 4614,
"raw_hash": "7531b34424291d45",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/d/dxpy.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "0.408.2",
"versioned_formulae": [],
"why_use_this": null
}