Skip to main content

A small and static Next.js frontend for Hyperion

Project description

CalypSSO

A small and static Next.js frontend for Hyperion

Next.js development

You can set Hyperion base url in a dotenv .env

yarn install
yarn dev

Pages

The base url of this project is /calypsso.

You will find:

Compilation

First you need to compile the Next.js project

yarn install
yarn build

The build pages will be located in the /out directory. The small Python package sources are located in /python.

You can install it locally in an other python project using

pip install "path/to/calypsso"

To use it, you need to mount CalypSSO at the subpath /calypsso

For exemple with FastAPI, you could do:

from fastapi import FastAPI

# Define your app
app = FastAPI(
    title="MyFastAPIApp",
)
# ...
# Mount CalypSSO app at the subpath /calypsso
calypsso = get_calypsso_app()
app.mount("/calypsso", calypsso)

Make a release on Pypi

You need to edit CalypSSO version in python/calypsso/__about__.py. Then make a release on GitHub and add a tag. The tag should match v*.*.*.

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

calypsso-1.3.0.tar.gz (1.6 MB view details)

Uploaded Source

Built Distribution

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

calypsso-1.3.0-py3-none-any.whl (1.7 MB view details)

Uploaded Python 3

File details

Details for the file calypsso-1.3.0.tar.gz.

File metadata

  • Download URL: calypsso-1.3.0.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for calypsso-1.3.0.tar.gz
Algorithm Hash digest
SHA256 6eec3816af4adc8026b5856ba089c812cba666bf938b6db5cce1f899a934e5a3
MD5 ae2159088d72eaad1cf5ce7393c6e530
BLAKE2b-256 62461fbabe70bfe1c5406df1a7816547910a949cfed1a8085f341c3316561e27

See more details on using hashes here.

Provenance

The following attestation bundles were made for calypsso-1.3.0.tar.gz:

Publisher: release.yml on aeecleclair/CalypSSO

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

File details

Details for the file calypsso-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: calypsso-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for calypsso-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0371fb0cd983f626a10111fda8d5476f9a853f5188ce87043c8fb2d81a0e3784
MD5 2bf43489466c226f27fc4a45953d3136
BLAKE2b-256 95168f2cce5795e5678c82a9c27e64fb22bb1f077fddfb55c6ae9bafb930b776

See more details on using hashes here.

Provenance

The following attestation bundles were made for calypsso-1.3.0-py3-none-any.whl:

Publisher: release.yml on aeecleclair/CalypSSO

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