Skip to main content

Basic example of using fgen

Project description

Example fgen - basic

Basic example of using fgen

Key info : Docs Main branch: supported Python versions Licence

PyPI : PyPI PyPI install

Conda : Conda Conda platforms Conda install

Tests : CI Coverage

Other info : Last Commit Contributors

Status

  • prototype: the project is just starting up and the code is all prototype

Full documentation can be found at: example-fgen-basic.readthedocs.io. We recommend reading the docs there because the internal documentation links don't render correctly on GitHub's viewer.

Installation

As an application

If you want to use Example fgen - basic as an application, then we recommend using the 'locked' version of the package. This version pins the version of all dependencies too, which reduces the chance of installation issues because of breaking updates to dependencies.

The locked version of Example fgen - basic can be installed with

=== "mamba" sh mamba install -c conda-forge example-fgen-basic-locked

=== "conda" sh conda install -c conda-forge example-fgen-basic-locked

=== "pip" sh pip install 'example-fgen-basic[locked]'

As a library

If you want to use Example fgen - basic as a library, for example you want to use it as a dependency in another package/application that you're building, then we recommend installing the package with the commands below. This method provides the loosest pins possible of all dependencies. This gives you, the package/application developer, as much freedom as possible to set the versions of different packages. However, the tradeoff with this freedom is that you may install incompatible versions of Example fgen - basic's dependencies (we cannot test all combinations of dependencies, particularly ones which haven't been released yet!). Hence, you may run into installation issues. If you believe these are because of a problem in Example fgen - basic, please raise an issue.

The (non-locked) version of Example fgen - basic can be installed with

=== "mamba" sh mamba install -c conda-forge example-fgen-basic

=== "conda" sh conda install -c conda-forge example-fgen-basic

=== "pip" sh pip install example-fgen-basic

Additional dependencies can be installed using

=== "mamba" If you are installing with mamba, we recommend installing the extras by hand because there is no stable solution yet (see conda issue #7502)

=== "conda" If you are installing with conda, we recommend installing the extras by hand because there is no stable solution yet (see conda issue #7502)

=== "pip" ```sh # To add plotting dependencies pip install 'example-fgen-basic[plots]'

# To add all optional dependencies
pip install 'example-fgen-basic[full]'
```

For developers

For development, we rely on uv for all our dependency management. To get started, you will need to make sure that uv is installed (instructions here (we found that the self-managed install was best, particularly for upgrading uv later).

For all of our work, we use our Makefile. You can read the instructions out and run the commands by hand if you wish, but we generally discourage this because it can be error prone. In order to create your environment, run make virtual-environment.

If there are any issues, the messages from the Makefile should guide you through. If not, please raise an issue in the issue tracker.

For the rest of our developer docs, please see [development][development].

Original template

This project was generated from this template: copier core python repository. copier is used to manage and distribute this template.

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

example_fgen_basic-0.1.9.tar.gz (18.3 kB view details)

Uploaded Source

Built Distributions

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

example_fgen_basic-0.1.9-cp314-cp314t-win_arm64.whl (23.5 kB view details)

Uploaded CPython 3.14tWindows ARM64

example_fgen_basic-0.1.9-cp314-cp314t-win_amd64.whl (38.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

example_fgen_basic-0.1.9-cp314-cp314t-musllinux_1_2_x86_64.whl (26.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

example_fgen_basic-0.1.9-cp314-cp314t-musllinux_1_2_aarch64.whl (27.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

example_fgen_basic-0.1.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (26.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

example_fgen_basic-0.1.9-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (27.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

example_fgen_basic-0.1.9-cp314-cp314t-macosx_13_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

example_fgen_basic-0.1.9-cp314-cp314t-macosx_13_0_arm64.whl (25.2 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

example_fgen_basic-0.1.9-cp314-cp314-win_arm64.whl (23.0 kB view details)

Uploaded CPython 3.14Windows ARM64

example_fgen_basic-0.1.9-cp314-cp314-win_amd64.whl (37.7 kB view details)

Uploaded CPython 3.14Windows x86-64

example_fgen_basic-0.1.9-cp314-cp314-musllinux_1_2_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

example_fgen_basic-0.1.9-cp314-cp314-musllinux_1_2_aarch64.whl (26.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

example_fgen_basic-0.1.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (25.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

example_fgen_basic-0.1.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

example_fgen_basic-0.1.9-cp314-cp314-macosx_13_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

example_fgen_basic-0.1.9-cp314-cp314-macosx_13_0_arm64.whl (24.6 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

example_fgen_basic-0.1.9-cp313-cp313-win_arm64.whl (22.5 kB view details)

Uploaded CPython 3.13Windows ARM64

example_fgen_basic-0.1.9-cp313-cp313-win_amd64.whl (37.2 kB view details)

Uploaded CPython 3.13Windows x86-64

example_fgen_basic-0.1.9-cp313-cp313-musllinux_1_2_x86_64.whl (26.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

example_fgen_basic-0.1.9-cp313-cp313-musllinux_1_2_aarch64.whl (26.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

example_fgen_basic-0.1.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (25.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

example_fgen_basic-0.1.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

example_fgen_basic-0.1.9-cp313-cp313-macosx_13_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

example_fgen_basic-0.1.9-cp313-cp313-macosx_13_0_arm64.whl (24.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

example_fgen_basic-0.1.9-cp312-cp312-win_arm64.whl (22.5 kB view details)

Uploaded CPython 3.12Windows ARM64

example_fgen_basic-0.1.9-cp312-cp312-win_amd64.whl (37.2 kB view details)

Uploaded CPython 3.12Windows x86-64

example_fgen_basic-0.1.9-cp312-cp312-musllinux_1_2_x86_64.whl (26.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

example_fgen_basic-0.1.9-cp312-cp312-musllinux_1_2_aarch64.whl (26.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

example_fgen_basic-0.1.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (25.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

example_fgen_basic-0.1.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

example_fgen_basic-0.1.9-cp312-cp312-macosx_13_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

example_fgen_basic-0.1.9-cp312-cp312-macosx_13_0_arm64.whl (24.6 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

example_fgen_basic-0.1.9-cp311-cp311-win_arm64.whl (22.5 kB view details)

Uploaded CPython 3.11Windows ARM64

example_fgen_basic-0.1.9-cp311-cp311-win_amd64.whl (37.1 kB view details)

Uploaded CPython 3.11Windows x86-64

example_fgen_basic-0.1.9-cp311-cp311-musllinux_1_2_x86_64.whl (26.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

example_fgen_basic-0.1.9-cp311-cp311-musllinux_1_2_aarch64.whl (26.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

example_fgen_basic-0.1.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (25.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

example_fgen_basic-0.1.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

example_fgen_basic-0.1.9-cp311-cp311-macosx_13_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

example_fgen_basic-0.1.9-cp311-cp311-macosx_13_0_arm64.whl (24.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

example_fgen_basic-0.1.9-cp310-cp310-win_amd64.whl (37.1 kB view details)

Uploaded CPython 3.10Windows x86-64

example_fgen_basic-0.1.9-cp310-cp310-musllinux_1_2_x86_64.whl (26.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

example_fgen_basic-0.1.9-cp310-cp310-musllinux_1_2_aarch64.whl (26.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

example_fgen_basic-0.1.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (25.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

example_fgen_basic-0.1.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

example_fgen_basic-0.1.9-cp310-cp310-macosx_13_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

example_fgen_basic-0.1.9-cp310-cp310-macosx_13_0_arm64.whl (24.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

example_fgen_basic-0.1.9-cp39-cp39-win_amd64.whl (37.0 kB view details)

Uploaded CPython 3.9Windows x86-64

example_fgen_basic-0.1.9-cp39-cp39-musllinux_1_2_x86_64.whl (26.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

example_fgen_basic-0.1.9-cp39-cp39-musllinux_1_2_aarch64.whl (26.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

example_fgen_basic-0.1.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (25.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

example_fgen_basic-0.1.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (26.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

example_fgen_basic-0.1.9-cp39-cp39-macosx_13_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

example_fgen_basic-0.1.9-cp39-cp39-macosx_13_0_arm64.whl (24.5 kB view details)

Uploaded CPython 3.9macOS 13.0+ ARM64

File details

Details for the file example_fgen_basic-0.1.9.tar.gz.

File metadata

  • Download URL: example_fgen_basic-0.1.9.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.8.8

File hashes

Hashes for example_fgen_basic-0.1.9.tar.gz
Algorithm Hash digest
SHA256 1873f503df452930287b7cb5c77f5d8d74b5700b7e604eea0daf02e425c48a95
MD5 05a1bfb27e510306e22d13a6fe80055e
BLAKE2b-256 da1aa76bfb3b2f982d8633943a488a31b58c0cbdf8623d787ae8c771d51732da

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e97569e42254b030f54b1537c2c431763bbd9e4f1581f6aa9671dd668eae640e
MD5 f3ceaafcc5e65f063f6f40c1c934bd42
BLAKE2b-256 3a990f6b44127009f53a18e0976138b42fdac790d0272dfb6a3799e54c81c2be

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3821af0139d6cc84ccb131632d397d85f07bedd63839cd18aa5770b1ca052ac1
MD5 5ce665c6f16e7ecd2bfd87625fccb0ed
BLAKE2b-256 e20024c16a1da94dc22dab8c92e057bc426ea037b37285c23176f92e096e1258

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3a760a93762adc376142b8cea16089c9d3c255ce8836dc6510d0df036c70c25
MD5 3da2e06ce7ac7db8b64d83d978e74c79
BLAKE2b-256 b6904115a7618e09dd663525516bd2a1c24b5e32358107c4ed3461adf0adf4e8

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 214d387c832bc8933aaf774294325a19b5f414c6a2019c41bc05651895f36709
MD5 4bfa5f84076d2aa4ab26f3aabc02b5f5
BLAKE2b-256 76016b51dd981353e8249aeb89db2e644bc0831229f060ad8b81e612f0ca73c6

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1474aea55cabc8ce15ff7673c2fbb689d1e6d7796e074d65fe5919ca68cf2c4c
MD5 967aa2a3b7f176eee0dc6cead1a9dda5
BLAKE2b-256 73f43fc0ae0902f1fdf9e6e09f881083019794bc21f568435097fd0d182e96a1

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ffdaea93b26329c51897641d6b4d302a133de7a7c0e44ead34826903d1b6509e
MD5 723f4de3250d81e3465295a04b491e5e
BLAKE2b-256 498ecbc616bb8435867a0e01cd311b431f28dc0570ec5e1dfb07e25085f43a27

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f26c24d5bf559867b505b5e94dc07985d2818ed0779f0da496b2e2800fafc3df
MD5 347185a9ffe4f208a25b9c7928ff7fbb
BLAKE2b-256 1950c8f2f3ebcbd0841ecac76bd54f4bccb7892b0305ec43f4e48bcfb3ef67d0

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 010a7b70694185056cbf465a92a1d98f0f1c14937716f379f42eed8baea97a37
MD5 b90b260a0295e6478efd5232d9703f89
BLAKE2b-256 8faf3e5d628089857885dafb77e7de7a6eb200be58df21a2efce350b9015db18

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f70ae3bad8b4871e98de4400a6e7db3e3b713c3cf9289d7f9ec06f246e4bf23e
MD5 e03111092ca84989199fd9befc4eb428
BLAKE2b-256 618a656b19d449f162cd01d9bcb1c2425dc04cad123e0dd4aea05470f89e29bb

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7092b1db41ff286909d87f7629d641c75122984be36973b54d1766f4a325814f
MD5 b1d11790d3dbf2f654fe75e97436b196
BLAKE2b-256 9cdd16342f1b32718433397f99589cb1983d5aa1c220eab216ab9c1a2c788e57

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03597bd80a2d0992a51e2be9f7332df467b7f8f05f3a788e49729a211c4de653
MD5 5d7896efd28cc3ce78351ff5b0cc5063
BLAKE2b-256 daabfb4884cd93a0a2883b9bab4215db80a343befcbbc54609fe3f293fd911f4

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e225f2b932f1f2ed1862cb1b0af468284bbce7fc78ecac426342d43e796b634
MD5 2207de95e02400eefbd8ed9b1abf79b6
BLAKE2b-256 e2ebd736799fcad96de2674d404cdea3ff2175de6eb7eb71e79c336f3c52103e

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e2f89451b8c83c3697f789d0dc6249962d789b3e2693aec546bc6e166fedca5
MD5 c48bc23b8f7e9a3ee82f46beab4b70c6
BLAKE2b-256 1b3a9a8a561486ae04c12b4fa1a9128b2e1a59b3ae17800fcfbadc05858c1a43

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb09653ec9f65ab3898628ae83bb0704f20bfc5c710ff0a6408369f644319a32
MD5 e2089cfae89abc74b2bbb0c99f196c26
BLAKE2b-256 6e2229a2f595a2819952fa0d76cf86de3919913d2eadf57006cdf1feafe22c0b

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a6086ebc7950ecef0b94d341807463608e1224c0b4cc9c9b72387c3d41149a23
MD5 6f7b560bdaf5e3f1b3c00969cbc2953c
BLAKE2b-256 a74ff3698b030d8eb8c643468ba4bb9d2cbf1b7118e6ec3c13419d570a484296

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d88b3aae78adc9ed6416a7a1590e02355b2fb3e84334d3e80f7d0abd1deb7fe3
MD5 f59a9180e39ac0149da5393b88482df5
BLAKE2b-256 5c762a43e06dde756ae9b6d6c35c98d7c79d9a54e67eb3db5d05dcb75206e0c7

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9495e063204b0979f7ee3ec86bbc2f4262851b50807e479a4cc9f4c5128128c8
MD5 1b66381c35cb921541c50564ac9c6d28
BLAKE2b-256 c5ac3348753a05904fbc803cb63b7f7b2439f47d18ab25daada4501064524b16

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b38cb9456cca1cf25a10c3ffb68626fd7a38276c2e5ebd5d3871d118ef627589
MD5 d4f8155c309d5cbe9e5e5cff8ee42ff5
BLAKE2b-256 f7f13c139b20f4ec819c54d7466b823d30084f71272f9c5298a761f6fdd09597

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81d8dedfaae59404b552d9fa7510a78a692e965ba1f175c370b803ed3a532b6d
MD5 f55854375ba910b69e1328b2b336fb9f
BLAKE2b-256 f6688f16fddec90c0c71df79802169509b88e4b2941588ad4a1557f4c7e0d68d

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 550e43959710d26f2f77dd98c6158047de583489dcf4ffddb94c76d46136cc12
MD5 40fbd13ac10aa8c996f5343c50a8946f
BLAKE2b-256 4864e2056783a2e0009391430d55ba09d23a681269356a42dc575694f70b3dad

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38d318c17cb14d93f321f6b4ca9595b0bde732e520565b9e4423969fcef222a3
MD5 b83e54adfa0c438642ed613debea1675
BLAKE2b-256 ba307a23c2cb8c4c7eebd9ad8e4559419bae0b83737fe46ac2f3ad4e586af1ef

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5151e4b439b61f13cd4d15ad57f99de3aac4ca0e791e850dbcd65fd7028c9fa1
MD5 c5c7bd3c709ef4ec37fa6c7f9ca6f28a
BLAKE2b-256 bd6726aba51635cf9d2e9b2bf0dc5d4fb5fb5d9d0c2d31a6cf0ddf2645d2c939

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 021cf212eca8601fc44dd64d3fd8c0fe1fa83eb5f4f7fa7874c4aefd0890e121
MD5 f0d3d795e487a04368e5e299abfda5cc
BLAKE2b-256 62fab2fd1833aad7c49c4defc9122a9511a894901cbb32d00835dfd1c1fbee11

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ac437c98f8c743170449b333024ff44b6408dad4a869b7cd4c3b50a8a29b2360
MD5 2a350029bcee26d5b61c299e25611269
BLAKE2b-256 40cf21a16df0dc8849beddfaa866ac2d382d936647952bdaeba816e6a61f74ea

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 b63b84d66ecdb8fe7b1847caaee06ce0571834fcbd13aac84dbb7b6b029e3dce
MD5 2559e62460f3fe3a892ae02e65872324
BLAKE2b-256 e61f8679967ef2f4f0d0d22c702f101a4b9c0e5b56e4a5b38b17be0155d02192

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bc256631b2da0c704f38fab67a81175701d732b2a1e3ca7385fe6de77bc50f8f
MD5 79d60e34ab8d7aada84ebfb0c1394ef4
BLAKE2b-256 853045971fb12bc62d6ce20d8a41b4c76e8ccb30cf4030f839823c52f0de6ab4

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63a37b1d35e8f4b7a636276342401af8b04a47919e6d9d80a0660af940a5ed4e
MD5 a17b6ec5423636c62e3946640573ef10
BLAKE2b-256 f11f0202a79b673879d2db0a0eb3a6330e1570e66566a64c06763f0cac87fc3c

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c7d9a2f5b9e9d244a9aff945d7e7dcf27c77a75a8b836462b6b9886d8f4b891a
MD5 d3f3d9e341aa63eef1e25a9f510c013f
BLAKE2b-256 068629fb068ce99fa102c011c078c3b7e565b8282d4187693d287d2d7f1e0032

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd89a544889d08067e2702e511186bf635c3a209dcd12493c3137ddbd9747432
MD5 b22696364c2fce211cf5c85b6a03542a
BLAKE2b-256 1da9f60179a4322f5454e8b7ff1114a60a44887a92a3b7b0b021518d20d7ba30

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4caa8870ddf3d438ca72f85d1f435f08384c5b9b3605146e6dbc5186fc343ca
MD5 845d06d7bd90aa8123d658bead722368
BLAKE2b-256 21a08abbea04062315f499e027e7c9bc59edb14987599e727e68cf05638fbf3a

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 86a41aa4a5096b94a3dc7adddeccb1eb7d0211ef901dd8ea60c961ab648ffc7c
MD5 53dfaa4376a88b6ce44f7653cd838638
BLAKE2b-256 87643799dbe18043acd3e210861d897cc3c32911e82e79ee6363b454e82046cc

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 655a9372a4f389e573d30180820b6780993c449c944744f59563ec288874eccc
MD5 7e4795c4f03c4b14891ddc469cee074a
BLAKE2b-256 a27054460570d761593cbd25fa75dcab460a3d9a66e914926aa67303a9f066e1

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 343c05a3637290fc2eca9255580938e8ca0782de355664c708cfe0b902bca824
MD5 7f67e61db2cd0cc5e57d2e96cc0fefcb
BLAKE2b-256 c9d59d31bb4757b2b9f9ce4118eb844248247d80b492ab2679113f83a180d032

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 881dcc29e62cbbaed9ebd29cabef990004fcb5017bd544f94252b79e0e5f3df8
MD5 18d77cc1b8ea256e025c2561b6fa7012
BLAKE2b-256 dc698d6e764d9e9c71a060664f46a777dd94f05bce5f3c85637b9d8934b289ed

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d196e97046946e3336f3ca6e372463b1f227e907f1181611a5f1df1191d592c
MD5 b54b6e6a09eebabebaceefb64da65fbb
BLAKE2b-256 fca336daafc0d8697d619be8a70ee67af70c213dc954d8d27236a737c260fccf

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5494908798315e86f205a1c7a790a360b9da3f37c396e54a6ad5753e6c793197
MD5 4c1483d5c614b7ef1c7a722bc47ca600
BLAKE2b-256 eb760db823586f651e0da85e130631feb5e26d03b7915279b3907ff8cdecfec3

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c9d785df033f537e9ce7c3adfae6a415fc59e4f10cd4e0d6e27992228913e8b
MD5 38c8656c9802b4aa4d30b17414e38375
BLAKE2b-256 aa14a0b113c572589356e7273927b6cbc34b948bf2c2cd666bcee03506a9ec04

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6087a31bdab67d40e32ea83c4ffb9364efd16f032fe1aef1be870813fdbfa163
MD5 e3eea9271ef64071956d9cef114d0162
BLAKE2b-256 9a7c474659f2ba0e996346e22d36f7bddc6c63f443ce5880020b435cf34ec35d

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6c681f9ea02fb3021223ef1294f9b29781d92d945976fd8f7e5c32edec40e43c
MD5 885c3a7a3f94f806f996415170396b3c
BLAKE2b-256 cbbecf755d9bd881f400a23600eb8a6229fdc1d0c82054fb328edbd23c9e8ccd

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e79240edfbb3220b8a737f8dd728d607feb0b02830e2760cc93e6551f86c3d1c
MD5 a593d3f24247b751cb462670e0820ece
BLAKE2b-256 b504bee3fefc2b6e9879fd5013d751edba15a1553d51df54a0cb3c584b27becb

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b60ae243fe83bc6415d51d97102c14f0e229c7c45f038da322340e56c6721c25
MD5 c31a2507aba4fa28c4aadb6db76697a0
BLAKE2b-256 b2fac3dee367fab6bf2beb60a565d05a0508d7824bc28b31a8052128bfe0478f

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e6f363bef98695f4923b4333ed3a814765a72328fa43ade811fd07ef735acf42
MD5 1d032e2f31d504c4e25a2cee953cca84
BLAKE2b-256 2a3b4d412b114e70edaf9216d3f57ebf4dd686e8b7755c32e18319a0a765da63

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a200a5121288c7f3c13f51f5fd9171ce0d0fb08e2dbc2fdea6991498ff580a11
MD5 f0c3618d1ff77b6c54eb58919e30b8ec
BLAKE2b-256 7a0e550e8eaa83d1c9735f700534ba3fa5dd72961fa04087849edd54ea08b48d

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45aa7c0e6aa217f01b0a934383b2afaa30487bfd8958b702ac97a8a8ecb27c38
MD5 ddf5c5c012945b5a6ebbe981f0bc19b7
BLAKE2b-256 92129087ebc9a4e5ceaec4d9333088ebcd8a8cca0747f786e083e08756a6e4db

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 668616206e014f284da9c3cb6238c7f023afbb63ae1fda9e41cc773cdd35cc69
MD5 d810e7478c1970321dc28ee0335cd6c7
BLAKE2b-256 ac5a28d83b628dd33f75032b9c6f9945b4519b1333631b3baa4959acd42ac621

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8a31ffddc7b6f15d0573c86313f0805865bcbeeec703f7d65d72cace96a9ec52
MD5 566140916aab59bee08762dd3858a76a
BLAKE2b-256 19124549f0723376359120c499838658b12f4fd93dee912a8fae0826d1eb5488

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4975933f4a8ed577d1e9054075cbd789e30eaf70b72ac2d9d6dca7c121e0c031
MD5 a54a18e0df4c7b617e8b1aa876fc18c4
BLAKE2b-256 3474b3e42d67cdd1bf3c8351ced9657cd0b5f1a6986c72c3d4010216ee1b40e8

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8539f7957746d5acf0213a499c5d92c09ecbe2824b3dc4070253e92b6ee2ca09
MD5 b36c162e92aae582f91524b50073ff8c
BLAKE2b-256 7c702ff23fac214dc6aa9c376c9458cecd986d9633960eea9d3448c9e929fc18

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f8dc9741c263d7b57709080d6c631a81d02e1d71d77ef34b446ed8190cca786
MD5 7532782c06eb8f7342fecc330b12bbe1
BLAKE2b-256 63c6a6662b4eadabf48314014f161db69fde48dc1e432eab1f24f8237d6fbf67

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9c181e1d64b4c3fd1e677291ac1bba0aa2d40a5fd328b182c44d24e0785b5fea
MD5 821a10fac9e4583c9a52fb07a21a698b
BLAKE2b-256 fcfd90952631be0dee6713f52a83ba94536926eb067f69eb732745b806281853

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1dec8aeb7648294cb27b1faa74f1694944f96bb733eb423b458d0c7e79c313b5
MD5 4ff737edc7b7d51d5140677ff7974411
BLAKE2b-256 1c532082860db0cb62d4b6665518f9a2a52bd7d8bdb52af886e9b7b1bda36fba

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a5e27ba1bf2537a58f7620e70a75dc3d834a2f309acfde6cca0c4ebe8a1400c
MD5 2844ae0795ce8fb94f72ef6174be2cf7
BLAKE2b-256 29d52d457da2b0b7808431f0b1e0a1f811d05c63685659a92db3ce958a15bf7b

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ed5b290f65d93ebff0553d401e46f22250b22d1c438dbd9a6b59ca30671e23fa
MD5 1027d8ec851520ca386d7ca54fd37a8c
BLAKE2b-256 cf8ae655a9c8344ea3f78da0d6902eac5b697984d0006cf9cfeb29e2e52fd7b8

See more details on using hashes here.

File details

Details for the file example_fgen_basic-0.1.9-cp39-cp39-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for example_fgen_basic-0.1.9-cp39-cp39-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 75e66ffe3592d48921d5bff1a6938d515647fbbcbbdbbde8fd49fa712d2a8f94
MD5 906f5115242ac29d3c9d4381ea54f441
BLAKE2b-256 4ffa89ec1aaf663ac9684783e475ef2be858e06fca86022e52e3f604c27b599d

See more details on using hashes here.

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