Metadata-Version: 2.4
Name: bijux-pollenomics
Version: 0.1.3
Summary: Data collection, reporting, and mapping tools for Nordic aDNA and contextual evidence layers.
Project-URL: Documentation, https://bijux.io/bijux-pollenomics/bijux-pollenomics/
Project-URL: Repository, https://github.com/bijux/bijux-pollenomics
Project-URL: Issues, https://github.com/bijux/bijux-pollenomics/issues
Project-URL: Changelog, https://github.com/bijux/bijux-pollenomics/blob/main/packages/bijux-pollenomics/CHANGELOG.md
Project-URL: Security, https://github.com/bijux/bijux-pollenomics/blob/main/SECURITY.md
Author-email: Bijan Mousavi <bijan@bijux.io>
License: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: aadr,archaeology,atlas,paleoecology,pollenomics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.11
Requires-Dist: defusedxml>=0.7.1
Provides-Extra: dev
Requires-Dist: bandit>=1.7.10; extra == 'dev'
Requires-Dist: build>=1.2.2; extra == 'dev'
Requires-Dist: mkdocs-autorefs>=1.4.2; extra == 'dev'
Requires-Dist: mkdocs-git-revision-date-localized-plugin>=1.4.7; extra == 'dev'
Requires-Dist: mkdocs-material>=9.6.12; extra == 'dev'
Requires-Dist: mkdocs>=1.6.1; extra == 'dev'
Requires-Dist: pip-audit>=2.7.3; extra == 'dev'
Requires-Dist: pymdown-extensions>=10.15; extra == 'dev'
Requires-Dist: ruff>=0.13.0; extra == 'dev'
Requires-Dist: twine>=6.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# bijux-pollenomics

<!-- bijux-pollenomics-badges:generated:start -->
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-3776AB?logo=python&logoColor=white)](https://pypi.org/project/bijux-pollenomics/)
[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-0F766E)](https://github.com/bijux/bijux-pollenomics/blob/main/LICENSE)
[![Verify](https://github.com/bijux/bijux-pollenomics/actions/workflows/verify.yml/badge.svg)](https://github.com/bijux/bijux-pollenomics/actions/workflows/verify.yml)
[![Publish](https://github.com/bijux/bijux-pollenomics/actions/workflows/publish.yml/badge.svg)](https://github.com/bijux/bijux-pollenomics/actions/workflows/publish.yml)
[![Docs](https://github.com/bijux/bijux-pollenomics/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/bijux/bijux-pollenomics/actions/workflows/deploy-docs.yml)

[![bijux-pollenomics](https://img.shields.io/pypi/v/bijux-pollenomics?label=bijux--pollenomics&logo=pypi)](https://pypi.org/project/bijux-pollenomics/)
[![pollenomics](https://img.shields.io/pypi/v/pollenomics?label=pollenomics&logo=pypi)](https://pypi.org/project/pollenomics/)

[![bijux-pollenomics](https://img.shields.io/badge/bijux--pollenomics-ghcr-181717?logo=github)](https://github.com/bijux/bijux-pollenomics/pkgs/container/bijux-pollenomics%2Fbijux-pollenomics)
[![pollenomics](https://img.shields.io/badge/pollenomics-ghcr-181717?logo=github)](https://github.com/bijux/bijux-pollenomics/pkgs/container/bijux-pollenomics%2Fpollenomics)

[![bijux-pollenomics docs](https://img.shields.io/badge/docs-bijux--pollenomics-2563EB?logo=materialformkdocs&logoColor=white)](https://bijux.io/bijux-pollenomics/bijux-pollenomics/)
[![pollenomics docs](https://img.shields.io/badge/docs-pollenomics-2563EB?logo=materialformkdocs&logoColor=white)](https://bijux.io/bijux-pollenomics/bijux-pollenomics/)
<!-- bijux-pollenomics-badges:generated:end -->

Runtime package for the bijux-pollenomics repository.

The repository root keeps the long-form documentation, tracked data snapshots, and published report artifacts. This package contains the Python runtime, CLI, and tests that power those repository workflows.

## Install

`bijux-pollenomics` supports Python 3.11 and newer.

```bash
python3.11 -m pip install bijux-pollenomics
bijux-pollenomics --help
```

If `pip` prints `No matching distribution found` together with messages like
`Requires-Python >=3.11`, run the install command with a Python 3.11+ runtime.

## Read this next

- PyPI package: <https://pypi.org/project/bijux-pollenomics/>
- package guide: <https://bijux.io/bijux-pollenomics/bijux-pollenomics/>
- API surface: <https://bijux.io/bijux-pollenomics/bijux-pollenomics/interfaces/api-surface/>
- common workflows: <https://bijux.io/bijux-pollenomics/bijux-pollenomics/operations/common-workflows/>
- source directory: <https://github.com/bijux/bijux-pollenomics/tree/main/packages/bijux-pollenomics>
- changelog: <https://github.com/bijux/bijux-pollenomics/blob/main/packages/bijux-pollenomics/CHANGELOG.md>
- security policy: <https://github.com/bijux/bijux-pollenomics/blob/main/SECURITY.md>
