https://github.com/timtreis/gefslim
A minimal reader for .gef files
https://github.com/timtreis/gefslim
Last synced: 15 days ago
JSON representation
A minimal reader for .gef files
- Host: GitHub
- URL: https://github.com/timtreis/gefslim
- Owner: timtreis
- License: mit
- Created: 2023-06-26T17:56:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T13:46:35.000Z (about 2 years ago)
- Last Synced: 2026-07-08T03:17:32.348Z (22 days ago)
- Language: Python
- Size: 502 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# gefslim
[![Tests][badge-tests]][link-tests]
[![Documentation][badge-docs]][link-docs]
[![Documentation][badge-pypi]][link-pypi]
[badge-tests]: https://img.shields.io/github/actions/workflow/status/timtreis/gefslim/test.yaml?branch=main
[link-tests]: https://github.com/timtreis/gefslim/actions/workflows/test.yml
[badge-docs]: https://img.shields.io/readthedocs/gefslim
[badge-pypi]: https://badge.fury.io/py/gefslim.svg
A minimal reader for .gef files
## Getting started
Please refer to the [documentation][link-docs]. In particular, the
- [API documentation][link-api].
## Installation
You need to have Python 3.9 or newer installed on your system. If you don't have
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).
There are several alternative options to install gefslim:
1. Install the latest development version:
```bash
pip install git+https://github.com/timtreis/gefslim.git@main
```
2. Install from PyPI:
```bash
pip install gefslim
```
[scverse-discourse]: https://discourse.scverse.org/
[issue-tracker]: https://github.com/timtreis/gefslim/issues
[changelog]: https://gefslim.readthedocs.io/latest/changelog.html
[link-docs]: https://gefslim.readthedocs.io
[link-api]: https://gefslim.readthedocs.io/en/latest/generated/gefslim.GEF.html
[link-pypi]: https://pypi.org/project/gefslim/