Skip to main content

Contains a collection of functions that facilitate validation, and type-conversions, with useful error messages when exceptions are thrown.

Project description

Check It Out (CzekItOut)

Test library Code Coverage Documentation PyPi Version Conda-Forge Version License

czekitout is a Python library that contains a collection of functions that facilitate validation, and type-conversions, with useful error messages when exceptions are thrown.

Visit the czekitout website for a web version of the installation instructions, the reference guide, and the examples archive.

The source code can be found in the czekitout GitHub repository.

Table of contents

Instructions for installing and uninstalling czekitout

Installing czekitout

For all installation scenarios, first open up the appropriate command line interface. On Unix-based systems, you could open e.g. a terminal. On Windows systems you could open e.g. an Anaconda Prompt as an administrator.

Installing czekitout using pip

Before installing czekitout, make sure that you have activated the (virtual) environment in which you intend to install said package. After which, simply run the following command:

pip install czekitout

The above command will install the latest stable version of czekitout.

To install the latest development version from the main branch of the czekitout GitHub repository, one must first clone the repository by running the following command:

git clone https://github.com/mrfitzpa/czekitout.git

Next, change into the root of the cloned repository, and then run the following command:

pip install .

Note that you must include the period as well. The above command executes a standard installation of czekitout.

Optionally, for additional features in czekitout, one can install additional dependencies upon installing czekitout. To install a subset of additional dependencies (along with the standard installation), run the following command from the root of the repository:

pip install .[<selector>]

where <selector> can be one of the following:

  • tests: to install the dependencies necessary for running unit tests;
  • examples: to install the dependencies necessary for executing files stored in <root>/examples, where <root> is the root of the repository;
  • docs: to install the dependencies necessary for documentation generation;
  • all: to install all of the above optional dependencies.

Alternatively, one can run:

pip install czekitout[<selector>]

elsewhere in order to install the latest stable version of czekitout, along with the subset of additional dependencies specified by <selector>.

Installing czekitout using conda

To install czekitout using the conda package manager, run the following command:

conda install -c conda-forge czekitout

The above command will install the latest stable version of czekitout.

Uninstalling czekitout

If czekitout was installed using pip, then to uninstall, run the following command:

pip uninstall czekitout

If czekitout was installed using conda, then to uninstall, run the following command:

conda remove czekitout

Learning how to use czekitout

For those new to the czekitout library, it is recommended that they take a look at the Examples page, which contain code examples that show how one can use the czekitout library. While going through the examples, readers can consult the czekitout reference guide to understand what each line of code is doing.

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

czekitout-1.2.1.tar.gz (52.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

czekitout-1.2.1-py3-none-any.whl (29.4 kB view details)

Uploaded Python 3

File details

Details for the file czekitout-1.2.1.tar.gz.

File metadata

  • Download URL: czekitout-1.2.1.tar.gz
  • Upload date:
  • Size: 52.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for czekitout-1.2.1.tar.gz
Algorithm Hash digest
SHA256 867781b14dda7f6317f29d580216b60e1adf235d0613a0a5a08b6ea2b6af3302
MD5 14b1c2bc48c10cbef834402967848737
BLAKE2b-256 327e58947d602d049f3845c6785669e8fbe62373c6e62664ac4af7e982cd6a8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for czekitout-1.2.1.tar.gz:

Publisher: publish_release_to_pypi.yml on mrfitzpa/czekitout

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file czekitout-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: czekitout-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 29.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for czekitout-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d6808902d8829b5d0908876ed9f161d26545890d5c129380b3b3749f10430490
MD5 0fe69854dc9af12ab677583285a2fa3e
BLAKE2b-256 e8c3c79ee4285063d2c2168b9af26eed9ad432ddf6cc409bce1aa104510c0373

See more details on using hashes here.

Provenance

The following attestation bundles were made for czekitout-1.2.1-py3-none-any.whl:

Publisher: publish_release_to_pypi.yml on mrfitzpa/czekitout

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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