Skip to main content

A set of utility functions for working with Kaibu(https://kaibu.org).

Project description

kaibu-utils

A set of utility functions for working with Kaibu.

Create a new repository

  • Create a new repository and select imjoy-team/imjoy-python-template as template repository.
  • Clone your new repository.
  • Search and replace all occurrences of kaibu-utils. Replace kaibu-utils with the name of the new repository.
  • Add package requirements in install_requires in setup.py and in requirements.txt as needed.
  • Update this README.md with a description and instructions for your new repository.

Development

  • Install and set up development environment.

    pip install -r requirements_dev.txt
    

    This will install all requirements. It will also install this package in development mode, so that code changes are applied immediately without reinstall necessary.

  • Here's a list of development tools we use.

  • It's recommended to use the corresponding code formatter and linters also in your code editor to get instant feedback. A popular editor that can do this is vscode.

  • Run all tests, check formatting and linting.

    tox
    
  • Run a single tox environment.

    tox -e lint
    
  • Reinstall all tox environments.

    tox -r
    
  • Run pytest and all tests.

    pytest
    
  • Run pytest and calculate coverage for the package.

    pytest --cov-report term-missing --cov=kaibu-utils
    
  • Continuous integration is by default supported via GitHub actions. GitHub actions is free for public repositories and comes with 2000 free Ubuntu build minutes per month for private repositories.

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

kaibu-utils-0.1.14.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

kaibu_utils-0.1.14-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file kaibu-utils-0.1.14.tar.gz.

File metadata

  • Download URL: kaibu-utils-0.1.14.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for kaibu-utils-0.1.14.tar.gz
Algorithm Hash digest
SHA256 8f4a6b79257f60af67410870015c649afdc9567810c883b83dfdee4a795bd5ef
MD5 f93e1846fa9c2b474e01a0137a31444e
BLAKE2b-256 fb0fdcb2e9ce05b6e06066960312d0cb5580b13750d952ba96629ecbb272aac1

See more details on using hashes here.

File details

Details for the file kaibu_utils-0.1.14-py3-none-any.whl.

File metadata

File hashes

Hashes for kaibu_utils-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 810f4603934c5e383d91e9b1890d7721bba183d0aaca8a2c82669d61db3ced4e
MD5 951d171b6c3b86f17f0ed7f56d7eeb81
BLAKE2b-256 0d2d93c39b4bd94dda13834292ad145b956060bcfd3779e56e314c61c26726f0

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