AetherFlow meta package (convenience wrapper for core + scheduler)
Project description
aetherflow
aetherflow is a convenience meta package.
It installs:
- aetherflow-core (core engine + CLI
aetherflow) - aetherflow-scheduler (scheduler + CLI
aetherflow-scheduler)
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__.pyshipped by these distributions. - You generally should not do
from aetherflow import ....
Do:
from aetherflow.core.api import ...import aetherflow.coreimport aetherflow.scheduler
Docs (in this repository)
Canonical docs live in Aetherflow Doumentation.
Start here:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
150a7aee3d8ab832325012cd072cdfd9666020ab1081a0adf044f191238e0fd1
|
|
| MD5 |
6356c06781ccd4445c0bf06939b32733
|
|
| BLAKE2b-256 |
4cfaaf83691364d02a810088bf2b56483cb28d689b20d41ee1c68b322746091e
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8cdbf4e727fbf3e5e827e2837c30d8cbdec38640c2c1796591f1b740c5f682f
|
|
| MD5 |
c1a906f0e80a6da77894359d243c240a
|
|
| BLAKE2b-256 |
c800bb097f0032c9a68c0e73b685fe7d31887d39904fcc830dd3ce3c6ac956f2
|