File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " ><img src =" https://github.com/sigmf/SigMF/blob/v1.2.0/logo/sigmf_logo.png " alt =" Rendered SigMF Logo " /></p >
2
2
3
- ![ Read the Docs] ( https://img.shields.io/readthedocs/sigmf )
4
- ![ PyPI - Downloads ] ( https://img.shields.io/pypi/dm/ sigmf )
5
- ![ GitHub Actions Workflow Status ] ( https://img.shields.io/github/actions/workflow/status/ sigmf/sigmf-python/main.yml )
3
+ [ ![ Read the Docs] ( https://img.shields.io/readthedocs/sigmf )] ( https://sigmf.readthedocs.io/en/latest/ )
4
+ [ ![ GitHub Actions Workflow Status ] ( https://img.shields.io/github/actions/workflow/status/ sigmf/sigmf-python/main.yml )] ( https://github.com/sigmf/sigmf-python/actions?query=branch%3Amain )
5
+ [ ![ PyPI - Downloads ] ( https://img.shields.io/pypi/dm/ sigmf )] ( https://pypi.org/project/SigMF/ )
6
6
7
7
This python module makes it easy to interact with Signal Metadata Format
8
8
(SigMF) recordings. This module works with Python 3.7+ and is distributed
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ classifiers = [
7
7
" License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)" ,
8
8
" Operating System :: OS Independent" ,
9
9
" Programming Language :: Python :: 3" ,
10
+ " Programming Language :: Python :: 3.7" ,
10
11
" Programming Language :: Python :: 3.8" ,
11
12
" Programming Language :: Python :: 3.9" ,
12
13
" Programming Language :: Python :: 3.10" ,
@@ -23,7 +24,13 @@ dependencies = [
23
24
" jsonschema" , # for spec validation
24
25
]
25
26
[project .urls ]
26
- repository = " https://github.com/sigmf/sigmf-python"
27
+ Repository = " https://github.com/sigmf/sigmf-python"
28
+ Documentation = " https://sigmf.readthedocs.io/en/latest/"
29
+ Issues = " https://github.com/sigmf/sigmf-python/issues"
30
+ Specification (HTML) = "https://sigmf.org/"
31
+ Specification (PDF) = "https://sigmf.github.io/SigMF/sigmf-spec.pdf"
32
+ Specification (Repo) = "https://github.com/sigmf/SigMF"
33
+
27
34
[project .scripts ]
28
35
sigmf_validate = " sigmf.validate:main"
29
36
sigmf_convert_wav = " sigmf.apps.convert_wav:main [apps]"
You can’t perform that action at this time.
0 commit comments