Metadata-Version: 2.4
Name: pyspecan
Version: 0.2.0
Summary: A spectrum analyzer library
Author-email: Anonoei <to+dev@an0.cx>
License-Expression: MIT
Project-URL: Homepage, https://github.com/anonoei/pyspecan
Project-URL: Documentation, https://anonoei.github.io/pyspecan/
Project-URL: Repository, https://github.com/Anonoei/pyspecan.git
Project-URL: Issues, https://github.com/Anonoei/pyspecan/issues
Project-URL: Source, https://github.com/anonoei/pyspecan
Keywords: anonoei,sdr,speca,specan
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: twine; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pdoc3; extra == "dev"
Dynamic: license-file

# pyspecan
 A spectrum analyzer library

 - [Documentation](https://anonoei.github.io/pyspecan/)
 - [PyPI](https://pypi.org/project/pyspecan/)

# Usage
## Module
- `python3 -m pyspecan --help`
- GUI, swept: `python3 -m pyspecan`
- GUI, RT: `python3 -m pyspecan -m RT`

## Scripts
- `pyspecan`: GUI, swept
- `pyspecan-rt`: GUI, RT
- `pyspecan-cui`: CUI, swept
- `pyspecan-cui-rt`: CUI, RT

# Install
1. Run `python3 -m pip install pyspecan`
2. Run `python3 -m pyspecan`

# Contributing
1. `git clone https://github.com/Anonoei/pyspecan`
2. `cd pyspecan`
3. `git branch -c feature/<your feature>`
4. `python3 builder.py -b -l` build and install locally
