
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Accessing the Axial3D apis from the command line
pip install a3d-cli
Create an order:
a3dcli create --config_file config.json --dicom_location ./path_to_dicoms/ --order-type 3DPrint --notes notes --surgery 'Surgery' --patient-gender M --patient-birth-year 2001 --catalogue-item 101 --required-date '10-08-2021'
Update an order
a3dcli upload --config_file config.json --dicom_location ./path_to_dicoms/ --order_id 1000
View help:
a3dcli --help
usage: a3dcli [-h] --config_file CONFIG_FILE --order-type [ORDER_TYPES [ORDER_TYPES ...]] --catalogue-item-id [CATALOGUE_ITEM_ID] --surgery [SURGERY] --required-date [REQUIRED_DATE]
--patient-gender [{M,F,U}] --patient-birth-year [BIRTH_YEAR] --notes [NOTES] [--base_url BASE_URL] [--verify] [--username USERNAME] [--password PASSWORD] [--order_id ORDER_ID] [--dicom_location DICOM_LOCATION] {create,upload}
Axial3D CLI (0.2.0)
positional arguments:
{create,upload}
Create Order, Upload by order id
optional arguments:
-h, --help show this help message and exit
--config_file CONFIG_FILE
a3dcli config file
--order-type [ORDER_TYPES [ORDER_TYPES ...]]
Order Types
--catalogue-item-id [CATALOGUE_ITEM_ID]
Catalogue Item
--surgery [SURGERY] Surgery
--required-date [REQUIRED_DATE]
Required Date
--patient-gender [{M,F,U}]
Gender
--patient-birth-year [BIRTH_YEAR]
Gender
--notes [NOTES] Notes
--base_url BASE_URL Base url of axial3D API
--verify
--username USERNAME axial3D account username
--password PASSWORD axial3D account password
--order_id ORDER_ID ID of the order
--dicom_location DICOM_LOCATION
Path to DICOM files
poetry build
poetry run pytest
poetry run pytest --integration --integration-user USERNAME --integration-password PASSWORD --integration-url https://example.com
poetry build
> Building a3d-cli (0.1.0)
> - Building sdist
> - Built a3d-cli-0.1.0.tar.gz
> - Building wheel
> - Built a3d_cli-0.1.0-py3-none-any.whl
FAQs
Axial3D CLI
We found that a3d-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.