Skip to main content

Felleskomponenter på DASK

Project description

DASK Felleskomponenter

This is a repo where we make available governance components, common functions and reusable UDFs. DASK felleskomponenter is still in an early stage of the development process.

You can find the PyPI package here.

Dependencies

You need to install Python3.7 and higher, and to install the dependencies of this project, please execute the following command

pip install -r requirements.txt

Bulding and publishing of package

Steps for publishing using GitHub Actions

Navigate to the Publish to PyPI workflow in GitHub Actions, choose the main branch and bump the version.

One member of Team DASK needs to approve the workflow run before it starts.

Steps for manual publishing

  • Remove old dist-folder, from last time you published
  • Update version in setup.py, for instance 0.0.7->0.0.8
  • Add change info to CHANGES.txt
  • (Run pip install -r requirements.txt if you haven't done that earlier)
  • Run python3 -m build (and wait some minutes...)
  • Verity that dist contains a package with the new version in the package name.
  • Run python3 -m twine upload dist/* to upload to pypi

To upload to PyPi test

Replace the last command with python3 -m twine upload --repository testpypi dist/*

Run tests

Use the following command

coverage run -m unittest discover -s src/dask_felleskomponenter/tests
coverage report -m

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

dask_felleskomponenter-0.0.27.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

dask_felleskomponenter-0.0.27-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file dask_felleskomponenter-0.0.27.tar.gz.

File metadata

File hashes

Hashes for dask_felleskomponenter-0.0.27.tar.gz
Algorithm Hash digest
SHA256 eb62ea7f4e1cb2c9b78d9a20c3ff35685276ae4292377174c7d9b6ab5e4f7ef1
MD5 987d2fc469f25d2b2f7a912a468f0027
BLAKE2b-256 be2cd8cd7a5e14c2a373eb6aca4ddfe7c98020e4f88751d0a8ad0839fd70ca98

See more details on using hashes here.

File details

Details for the file dask_felleskomponenter-0.0.27-py3-none-any.whl.

File metadata

File hashes

Hashes for dask_felleskomponenter-0.0.27-py3-none-any.whl
Algorithm Hash digest
SHA256 65051c6cbcfd56b11500155629a67d38a03ee0d56cc0bafd754f86378f00d096
MD5 6dd05fa7077c0e540c42f0c1f7953a5e
BLAKE2b-256 e940af683bbd96cac0e9d71ffea2a63469bb5f038f14b7b501b8df14fd3b2f8e

See more details on using hashes here.

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