Compare commits
No commits in common. "4f882ee201894cbc1a35652bc7c6e5f2bb6f3a4d" and "e126771248d6a208527b1a64e8ef114357b9f627" have entirely different histories.
4f882ee201
...
e126771248
3 changed files with 1 additions and 32 deletions
30
README.md
30
README.md
|
|
@ -1,30 +0,0 @@
|
|||
backwash
|
||||
========
|
||||
|
||||
`backwash` is a Python module for reading common optical reflectometry file formats.
|
||||
|
||||
`backwash` handle very basic read/write functionality for both `.obr` and `.bin` file formats,
|
||||
though currently only reading is implemented.
|
||||
|
||||
|
||||
- [Source repository](https://mpxd.net/code/jan/backwash)
|
||||
- [PyPi](https://pypi.org/project/backwash)
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Requirements:
|
||||
* python >3.11 (written and tested with 3.12)
|
||||
* numpy
|
||||
|
||||
|
||||
Install with pip:
|
||||
```bash
|
||||
pip install backwash
|
||||
```
|
||||
|
||||
Alternatively, clone and install
|
||||
```bash
|
||||
git clone https://mpxd.net/code/jan/backwash.git
|
||||
pip install backwash/
|
||||
```
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
from .obr import OBRData as OBRData
|
||||
|
||||
|
||||
__version__ = '0.2'
|
||||
__version__ = '0.1'
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ dynamic = ["version"]
|
|||
dependencies = [
|
||||
"numpy>=1.26",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue