Skip to main content

Utility functions for working with the DSA girder client.

Project description

Digital Slide Archive (DSA) Helpers

Digital Slide Archive Python utility library.

This library is available for installation through Python Package Index (PyPI).

This library was tested using Python version 3.11.8 and uses the dependencies described in requirements.txt.

This Python PyPI package is found here.

Instructions for Development

  1. Install requirements for building and distributing package:
$ python3 -m pip install --upgrade build  # for building package
$ python3 -m pip install --upgrade twine  # for uploading to PyPI
  1. When ready to build:
    • Modify "pyproject.toml" file, change the "version" key to a different value than a version already pushed.
    • Run $ python3 -m build. This will create a dist directory and put your new wheel and tar distribution files there.
  2. To install locally for development: $ pip3 install dist/dsa_helpers-*.whl, choosing the wheel version you want to test.
  3. Upload to PyPI using twine: python3 -m twine upload --repository pypi dist/*
    • You can specify specific files to upload, the line above pushes everything in dist directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dsa_helpers-0.4.tar.gz (238.3 kB view hashes)

Uploaded Source

Built Distribution

dsa_helpers-0.4-py3-none-any.whl (23.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page