Compatibility alias package for bijux-pollenomics.
Project description
pollenomics
Alias distribution for bijux-pollenomics.
Install this package if you want the shorter package name and CLI command while
running the same runtime behavior, report builders, and atlas logic as
bijux-pollenomics.
Install
python3.11 -m pip install pollenomics
pollenomics --help
Choose pollenomics when ergonomics matter more than package ownership. Choose
bijux-pollenomics when you want the canonical runtime name in your
environment, packaging metadata, or downstream documentation.
What It Does
- re-exports the public Python API from
bijux-pollenomics - resolves runtime submodules such as
pollenomics.command_lineandpollenomics.reporting.modelsto the same canonical runtime modules used bybijux_pollenomics - dispatches the same CLI handlers through the shorter
pollenomicscommand - stays subordinate to the canonical runtime package
- avoids becoming a second home for scientific logic or publication behavior
Choose This Package When
- you want the shorter
pollenomicscommand - you want shorter import paths such as
pollenomics.reporting - you still expect the same runtime behavior as
bijux-pollenomics
What It Does Not Do
- it does not own a separate runtime
- it does not ship different scientific logic
- it does not fork the Sweden lake ranking, atlas, or report publication paths
- it does not replace
bijux-pollenomicsas the canonical package owner
If you are deciding which package should appear in documentation, release
notes, or system-level ownership discussions, prefer bijux-pollenomics. This
package exists for compatibility and convenience, not to become a second
canonical surface.
Compatibility Contract
If this works:
from bijux_pollenomics.command_line import build_parser
the alias package is expected to support the same import through:
from pollenomics.command_line import build_parser
The only intentional local difference is the compatibility CLI wrapper in
pollenomics.cli, which keeps the executable name and top-level parser program
label as pollenomics.
In practical terms, this means the same release line should let users choose either of these:
from bijux_pollenomics.reporting import publish_reports
from pollenomics.reporting import publish_reports
and get the same runtime behavior.
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
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 pollenomics-0.1.7.tar.gz.
File metadata
- Download URL: pollenomics-0.1.7.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbd683ff85f03f6305927ed05937936f6ccc8c5f8ca57d75985e9d3dc682590b
|
|
| MD5 |
7c39c84249cf24aa53cc03a605da9b23
|
|
| BLAKE2b-256 |
5e476fd56113e33662cd1244ca50a02a5801ccd9cdafb38beaeec9a3514f9bdb
|
File details
Details for the file pollenomics-0.1.7-py3-none-any.whl.
File metadata
- Download URL: pollenomics-0.1.7-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30c01d5b51e3a0d3c7759627b408b1f202a6e68bd1b2387f1d95fbbe43d258f8
|
|
| MD5 |
f2412ec6e30baf207cc354475b6ed4dc
|
|
| BLAKE2b-256 |
bb09d56a0027f2c93e5c3f30df97eecd48d78d0576c4a9d088b8b6ff79548e4c
|