https://github.com/uiolee/2adif
A tool to convert tables to adif.
https://github.com/uiolee/2adif
adif csv python
Last synced: 3 months ago
JSON representation
A tool to convert tables to adif.
- Host: GitHub
- URL: https://github.com/uiolee/2adif
- Owner: uiolee
- License: mpl-2.0
- Created: 2025-01-21T02:36:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T15:38:47.000Z (5 months ago)
- Last Synced: 2025-03-01T13:38:56.295Z (3 months ago)
- Topics: adif, csv, python
- Language: Python
- Homepage: https://pypi.org/p/2adif
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2adif
[](https://github.com/uiolee/2adif/actions/workflows/ci.yml)
[](https://github.com/uiolee/2adif/actions/workflows/publish.yml)Convert tables to [ADIF](https://adif.org/) format.
## Feat
- [x] convert `csv` to `adi` format.
- [ ] convert `xlsx` to `adi` format.
- [ ] convert `ods` to `adi` format.## Usage
[](https://pypi.org/p/2adif/#history)
[](https://pypi.org/p/2adif)
[](https://pypi.org/p/2adif)
[](https://pypi.org/p/2adif/#files)
[](https://pypi.org/p/2adif/#files)
[](./LICENSE)
[](https://pypi.org/p/2adif)### pipx
#### Install
```bash
pipx install 2adif
```#### convert `csv` to `adi`
- Convert the specified `csv` file
```bash
2adif ./test/test.csv
```- Convert all csv files in the specified directory
```bash
2adif ./test/
```### source
source
#### Python
see [./src/main.py](./src/main.py#L140) for more.
## Develop Env
```plain
Python 3.11.9
```