Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/github_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ jobs:
- name: Run tests with coverage
run: |
uv run coverage run -m pytest
uv run coverage xml -i
uv run coverage report

- name: Publish to Coveralls
uses: coverallsapp/github-action@v2.3.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

- name: Run Ruff
run: uv run ruff check --output-format=github --select E4,E7,E9,F
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<br>
<div align="center">

[![OSEkit logo](https://raw.githubusercontent.com/Project-OSmOSE/OSEkit/refs/heads/main/docs/logo/osekit_small.png)](https://github.com/Project-OSmOSE/OSEkit)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[![OSmOSE logo](https://raw.githubusercontent.com/Project-OSmOSE/OSEkit/refs/heads/main/docs/logo/osmose_texte_sombre_small.png)](https://osmose.ifremer.fr/)
[![OSEkit logo](https://raw.githubusercontent.com/Project-OSmOSE/OSEkit/refs/heads/main/docs/logo/osekit_mid.png)](https://github.com/Project-OSmOSE/OSEkit)

<br>
<br>

![version](https://img.shields.io/badge/package_version-0.3.0-orange)
![PyPI status](https://img.shields.io/pypi/status/ansicolortags.svg)
![version](https://img.shields.io/pypi/v/osekit?label=osekit)
![PyPI status](https://img.shields.io/pypi/status/osekit)
[![Coverage Status](https://coveralls.io/repos/github/Project-OSmOSE/OSEkit/badge.svg?branch=version-bump)](https://coveralls.io/github/Project-OSmOSE/OSEkit?branch=version-bump)
![license](https://img.shields.io/github/license/mashape/apistatus.svg)
![Open Source Love](https://img.shields.io/badge/open%20source-♡-lightgrey)
![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)
![Python 3.12](https://img.shields.io/pypi/pyversions/osekit)


**OSEkit** is an open source python package dedicated to the management and analysis of data in underwater passive acoustics.

Expand Down Expand Up @@ -48,4 +48,12 @@ All details to start using our toolkit and make the most out of it are given in
<br>


<div align="center">

[![OSmOSE logo](https://raw.githubusercontent.com/Project-OSmOSE/OSEkit/refs/heads/main/docs/logo/osmose_texte_sombre_small.png)](https://osmose.ifremer.fr/)

</div>

<br>

<sub>© OSmOSE team, 2023-present</sub>
Binary file added docs/logo/osekit_mid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "osekit"
version = "0.3.0"
version = "0.3.1"
description = "OSEkit"
readme = "README.md"
authors = [
Expand All @@ -20,6 +20,11 @@ dependencies = [
"tomlkit>=0.13.2",
"tqdm>=4.67.1",
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

[project.scripts]
OSEkit = "OSmOSE:main"
Expand All @@ -31,6 +36,7 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"coverage>=7.8.2",
"coveralls>=4.0.1",
"myst-nb>=1.3.0",
"myst-parser>=4.0.1",
"pre-commit>=4.2.0",
Expand Down
26 changes: 24 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.