Skip to content

Commit 1fc333a

Browse files
authored
Merge pull request #7 from GavinHuttley/main
Misc
2 parents 1d5c502 + 03d0180 commit 1fc333a

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
*Structured BibTeX citations for cogent3 plugins.*
44

55
[![License](https://img.shields.io/pypi/l/citeable.svg)](https://github.com/cogent3/citeable/blob/main/LICENSE)
6-
7-
8-
> **Note:** `citeable` is not yet integrated into cogent3. This will happen soon!
6+
[![Coverage Status](https://coveralls.io/repos/github/GavinHuttley/citeable/badge.svg?branch=main)](https://coveralls.io/github/GavinHuttley/citeable?branch=main)
7+
[![PyPI version](https://badge.fury.io/py/citeable.svg)](https://badge.fury.io/py/citeable)
8+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cogent3)
9+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
10+
[![CodeQL](https://github.com/cogent3/cogent3/actions/workflows/codeql.yml/badge.svg)](https://github.com/cogent3/cogent3/actions/workflows/codeql.yml)
11+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ec0f6a2dad174b04b5dcbfdae02acab7)](https://app.codacy.com/gh/cogent3/citeable/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
912

1013
## Overview
1114

@@ -348,8 +351,6 @@ bib_string = "\n\n".join(str(c) for c in unique)
348351

349352
## Using citeable with cogent3
350353

351-
> **Note:** The following is planned, but not yet implemented 🚧!
352-
353354
The `define_app` decorator in cogent3 **will** accept an optional `cite` argument:
354355

355356
```python

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "citeable"
7-
version = "2026.2.25a"
7+
version = "2026.3.2b"
88
description = "Structured BibTeX citations for cogent3 plugins"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
license = { text = "BSD-3-Clause" }
1212
dependencies = []
1313
classifiers = [
14-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Science/Research",
1616
"License :: OSI Approved :: BSD License",
1717
"Topic :: Software Development :: Libraries :: Python Modules",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)