Metadata-Version: 2.1
Name: pynrl1
Version: 0.0.5
Summary: L1 NR 3GPP Python implementation
Home-page: https://github.com/vborchsh/pynrl1
Download-URL: https://github.com/vborchsh/pynrl1/tarball/master
Author: Vladislav Borshch
Author-email: borchsh.vn@mail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/vborchsh/pynrl1/issues
Project-URL: Source Code, https://github.com/vborchsh/pynrl1
Keywords: l1,3gpp,python,5g,nr
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# pynrl1

L1 5G NR 3GPP Python implementation.

# Installation

You need Python 3.9+ and some additional math packages like numpy and so on.

## pypi

```python
pip install pynrl1
```

## Sources

```python
git clone https://github.com/vborchsh/pynrl1
cd pynrl1
pip install .
```

# Testing

At the moment, most part of code covered by MATLAB + pytest.

# Limitations

1. The only anthenna port assumed
2. Any L2 procedures are out of scope

# Contribution

[TODO list](https://github.com/vborchsh/pynrl1/blob/master/TODO.md)

Nothing exceptional: fork -> edit -> pull request

