Metadata-Version: 2.4
Name: bijux-pollenomics
Version: 0.1.1
Summary: Data collection, reporting, and mapping tools for Nordic aDNA and contextual evidence layers.
Project-URL: Documentation, https://bijux.io/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
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

[![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/)

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

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

```bash
python -m pip install bijux-pollenomics
bijux-pollenomics --help
```

## 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>
