audioarxiv 0.1.0rc49.post1__tar.gz → 0.1.0rc51.post1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- audioarxiv-0.1.0rc51.post1/.github/workflows/CI.yml +50 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/PKG-INFO +3 -1
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/README.md +1 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/pyproject.toml +1 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/__init__.py +1 -1
- audioarxiv-0.1.0rc49.post1/.github/workflows/CI.yml +0 -25
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.devcontainer/Dockerfile +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.devcontainer/devcontainer.json +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/dependabot.yml +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/template-sync.yml +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/workflows/publish.yml +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/workflows/schedule-update-actions.yml +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/workflows/semantic-pr-check.yml +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/workflows/sphinx.yml +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/workflows/template-sync.yml +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.gitignore +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.pre-commit-config.yaml +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.pypirc +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.vscode/launch.json +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.vscode/settings.json +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/CODE_OF_CONDUCT.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/LICENSE +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/SUPPORT.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/cspell.json +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/.gitignore +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/Makefile +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/conf.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/devcontainer.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/developer.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/index.rst +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/installation.rst +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/make.bat +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/pre-commit-config.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/pylint.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/pyproject.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/release_notes.rst +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/requirements.txt +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/templates/custom-class-template.rst +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/templates/custom-module-template.rst +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/user_guide.rst +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/vscode.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/workflows.md +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/audio/__init__.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/audio/base.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/preprocess/__init__.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/preprocess/article.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/preprocess/math_equation.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/resources/__init__.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/resources/paper.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/tools/__init__.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/tools/main.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/tests/audio/test_base.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/tests/preprocess/test_article.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/tests/preprocess/test_math_equation.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/tests/resources/test_paper.py +0 -0
- {audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/tests/tools/test_main.py +0 -0
@@ -0,0 +1,50 @@
|
|
1
|
+
name: Python CI
|
2
|
+
on:
|
3
|
+
push:
|
4
|
+
branches: [main]
|
5
|
+
pull_request:
|
6
|
+
branches: [main]
|
7
|
+
release:
|
8
|
+
types: [created]
|
9
|
+
workflow_dispatch:
|
10
|
+
|
11
|
+
jobs:
|
12
|
+
validation:
|
13
|
+
strategy:
|
14
|
+
matrix:
|
15
|
+
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
16
|
+
uses: microsoft/action-python/.github/workflows/validation.yml@0.7.3
|
17
|
+
with:
|
18
|
+
workdir: "."
|
19
|
+
python-version: ${{ matrix.python-version }}
|
20
|
+
|
21
|
+
coverage:
|
22
|
+
runs-on: ubuntu-latest
|
23
|
+
steps:
|
24
|
+
- uses: actions/checkout@v4
|
25
|
+
|
26
|
+
- name: Set up Python
|
27
|
+
uses: actions/setup-python@v5
|
28
|
+
with:
|
29
|
+
python-version: "3.11"
|
30
|
+
|
31
|
+
- name: Install dependencies
|
32
|
+
run: |
|
33
|
+
python -m pip install --upgrade pip
|
34
|
+
pip install -e .[test]
|
35
|
+
pip install pytest pytest-cov
|
36
|
+
|
37
|
+
- name: Run tests with coverage
|
38
|
+
run: |
|
39
|
+
pytest --cov=audioarxiv --cov-report=xml
|
40
|
+
|
41
|
+
- name: Upload coverage to Codecov
|
42
|
+
uses: codecov/codecov-action@v5
|
43
|
+
with:
|
44
|
+
token: ${{ secrets.CODECOV_TOKEN }}
|
45
|
+
|
46
|
+
publish:
|
47
|
+
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
|
48
|
+
secrets:
|
49
|
+
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
50
|
+
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: audioarxiv
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0rc51.post1
|
4
4
|
Summary: Sample Python Project for creating a new Python Module
|
5
5
|
Author-email: "Isaac C. F. Wong" <isaac.cf.wong@gmail.com>
|
6
6
|
Requires-Python: >=3.9
|
@@ -42,6 +42,7 @@ Requires-Dist: pytest-github-actions-annotate-failures ; extra == "test"
|
|
42
42
|
Requires-Dist: shellcheck-py==0.10.0.1 ; extra == "test"
|
43
43
|
Project-URL: Documentation, https://isaac-cf-wong.github.io/audioarxiv
|
44
44
|
Project-URL: Homepage, https://github.com/isaac-cf-wong/audioarxiv
|
45
|
+
Project-URL: Release Notes, https://github.com/isaac-cf-wong/audioarxiv/releases
|
45
46
|
Project-URL: Source, https://github.com/isaac-cf-wong/audioarxiv
|
46
47
|
Project-URL: Tracker, https://github.com/isaac-cf-wong/audioarxiv/issues
|
47
48
|
Provides-Extra: spark
|
@@ -52,6 +53,7 @@ Provides-Extra: test
|
|
52
53
|
[](https://pypi.org/project/audioarxiv/)
|
53
54
|
[](LICENSE)
|
54
55
|
[](https://github.com/isaac-cf-wong/audioarxiv/actions)
|
56
|
+
[](https://codecov.io/gh/isaac-cf-wong/audioarxiv)
|
55
57
|
[](https://pypi.org/project/audioarxiv/)
|
56
58
|
[](https://github.com/PyCQA/bandit)
|
57
59
|
[](https://isaac-cf-wong.github.io/audioarxiv/)
|
@@ -3,6 +3,7 @@
|
|
3
3
|
[](https://pypi.org/project/audioarxiv/)
|
4
4
|
[](LICENSE)
|
5
5
|
[](https://github.com/isaac-cf-wong/audioarxiv/actions)
|
6
|
+
[](https://codecov.io/gh/isaac-cf-wong/audioarxiv)
|
6
7
|
[](https://pypi.org/project/audioarxiv/)
|
7
8
|
[](https://github.com/PyCQA/bandit)
|
8
9
|
[](https://isaac-cf-wong.github.io/audioarxiv/)
|
@@ -61,6 +61,7 @@ Documentation = "https://isaac-cf-wong.github.io/audioarxiv"
|
|
61
61
|
Source = "https://github.com/isaac-cf-wong/audioarxiv"
|
62
62
|
Tracker = "https://github.com/isaac-cf-wong/audioarxiv/issues"
|
63
63
|
Homepage = "https://github.com/isaac-cf-wong/audioarxiv"
|
64
|
+
"Release Notes" = "https://github.com/isaac-cf-wong/audioarxiv/releases"
|
64
65
|
|
65
66
|
[project.scripts]
|
66
67
|
audioarxiv = "audioarxiv.tools.main:main"
|
@@ -1,25 +0,0 @@
|
|
1
|
-
name: Python CI
|
2
|
-
on:
|
3
|
-
push:
|
4
|
-
branches: [main]
|
5
|
-
pull_request:
|
6
|
-
branches: [main]
|
7
|
-
release:
|
8
|
-
types: [created]
|
9
|
-
workflow_dispatch:
|
10
|
-
|
11
|
-
jobs:
|
12
|
-
validation:
|
13
|
-
strategy:
|
14
|
-
matrix:
|
15
|
-
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
16
|
-
uses: microsoft/action-python/.github/workflows/validation.yml@0.7.3
|
17
|
-
with:
|
18
|
-
workdir: "."
|
19
|
-
python-version: ${{ matrix.python-version }}
|
20
|
-
|
21
|
-
publish:
|
22
|
-
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
|
23
|
-
secrets:
|
24
|
-
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
25
|
-
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/workflows/semantic-pr-check.yml
RENAMED
File without changes
|
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/.github/workflows/template-sync.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/templates/custom-class-template.rst
RENAMED
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/docs/templates/custom-module-template.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/preprocess/__init__.py
RENAMED
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/preprocess/article.py
RENAMED
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/preprocess/math_equation.py
RENAMED
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/src/audioarxiv/resources/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{audioarxiv-0.1.0rc49.post1 → audioarxiv-0.1.0rc51.post1}/tests/preprocess/test_math_equation.py
RENAMED
File without changes
|
File without changes
|
File without changes
|