Skip to main content

AetherFlow meta package (convenience wrapper for core + scheduler)

Project description

aetherflow

GitHub Repo TestPyPI Version PyPI Version

aetherflow is a convenience meta package.

It installs:

It intentionally ships no Python package code itself (it’s just dependencies).

Use this if you want “the whole suite” with one install command.


Install

pip install aetherflow

What you get

CLIs:

  • aetherflow (run flows)
  • aetherflow-scheduler (cron scheduling)

Python modules:

  • aetherflow.core.*
  • aetherflow.scheduler.*

Quick sanity check:

python -c "import aetherflow.core; import aetherflow.scheduler"

aetherflow --help
aetherflow-scheduler --help

Namespace package rule (important)

AetherFlow uses a PEP 420 implicit namespace package across multiple distributions.

That means:

  • There should be no aetherflow/__init__.py shipped by these distributions.
  • You generally should not do from aetherflow import ....

Do:

  • from aetherflow.core.api import ...
  • import aetherflow.core
  • import aetherflow.scheduler

Docs (in this repository)

Canonical docs live in Aetherflow Doumentation.

Start here:

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

aetherflow-0.0.14.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

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

aetherflow-0.0.14-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file aetherflow-0.0.14.tar.gz.

File metadata

  • Download URL: aetherflow-0.0.14.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aetherflow-0.0.14.tar.gz
Algorithm Hash digest
SHA256 150a7aee3d8ab832325012cd072cdfd9666020ab1081a0adf044f191238e0fd1
MD5 6356c06781ccd4445c0bf06939b32733
BLAKE2b-256 4cfaaf83691364d02a810088bf2b56483cb28d689b20d41ee1c68b322746091e

See more details on using hashes here.

File details

Details for the file aetherflow-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: aetherflow-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aetherflow-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 b8cdbf4e727fbf3e5e827e2837c30d8cbdec38640c2c1796591f1b740c5f682f
MD5 c1a906f0e80a6da77894359d243c240a
BLAKE2b-256 c800bb097f0032c9a68c0e73b685fe7d31887d39904fcc830dd3ce3c6ac956f2

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