Skip to main content

DIRACWebAppResources contains slowly changing assets for WebAppDIRAC

Project description

https://badge.fury.io/py/DIRACWebAppResources.svg

DIRACWebAppResources contains static resources used by WebAppDIRAC. It primarily exists to reduce the size of WebAppDIRAC releases by avoiding the need to duplicate about 128MB (36MB compressed) of files between every release. You likely don’t need to know about this package and should read about WebAppDIRAC instead.

Changelog

1.0.0

  • Switch back to using package_data instead of data_files for distributing assets

1.0.0 (based on ExtJS 6.2.0)

  • Initial release

Release procedure

New releases can be made by making the following steps:

  1. Update the DIRACWebAppResources/WebApp/static directory by running:

    docker run --rm \
        -v=$PWD:/opt -w=/opt \
        "-u=$(id -u):$(id -g)"
        diracgrid/dirac-distribution:latest \
        /dirac-webapp-compile.py -D=/opt/src -n=DIRACWebAppResources --py3-style
  2. Bump the version in setup.cfg and update the changelog in README.rst.

  3. Commit your changes, create a tag and push:

    git add -p setup.cfg README.rst
    git commit -m "Update to $VERSION"
    git push --tags
  4. Build the package for upload to PyPI:

    python -m build
  5. Upload the new release to PyPI:

    twine upload dist/DIRACWebAppResources-VERSION*

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

DIRACWebAppResources-1.0.1.tar.gz (28.7 MB view hashes)

Uploaded Source

Built Distribution

DIRACWebAppResources-1.0.1-py3-none-any.whl (37.6 MB 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