Merge branch 'move-to-codeberg'

This commit is contained in:
2025-03-23 14:59:50 +02:00
3 changed files with 6 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Galvani Upstream-Name: Galvani
Upstream-Contact: Christopher Kerr <chris.kerr@mykolab.ch> Upstream-Contact: Christopher Kerr <chris.kerr@mykolab.ch>
Source: https://github.com/echemdata/galvani Source: https://codeberg.org/echemdata/galvani
Files: tests/testdata/* Files: tests/testdata/*
Copyright: 2010-2014 Christopher Kerr <chris.kerr@mykolab.ch> Copyright: 2010-2014 Christopher Kerr <chris.kerr@mykolab.ch>

View File

@@ -47,36 +47,20 @@ The latest galvani releases can be installed from [PyPI](https://pypi.org/projec
pip install galvani pip install galvani
``` ```
The latest development version can be installed with `pip` directly from GitHub (see note about git-lfs below): The latest development version can be installed with `pip` directly from GitHub:
```shell ```shell
GIT_LFS_SKIP_SMUDGE=1 pip install git+https://github.com/echemdata/galvani pip install git+https://codeberg.org/echemdata/galvani
``` ```
## Development installation and contributing ## Development installation and contributing
> [!WARNING]
>
> This project uses Git Large File Storage (LFS) to store its test files,
> however the LFS quota provided by GitHub is frequently exceeded.
> This means that anyone cloning the repository with LFS installed will get
> failures unless they set the `GIT_LFS_SKIP_SMUDGE=1` environment variable when
> cloning.
> The full test data from the last release can always be obtained by
> downloading the GitHub release archives (tar or zip), at
> https://github.com/echemdata/galvani/releases/latest
>
> If you wish to add test files, please ensure they are as small as possible,
> and take care that your tests work locally without the need for the LFS files.
> Ideally, you could commit them to your fork when making a PR, and then they
> can be converted to LFS files as part of the review.
If you wish to contribute to galvani, please clone the repository and install the testing dependencies: If you wish to contribute to galvani, please clone the repository and install the testing dependencies:
```shell ```shell
git clone git@github.com:echemdata/galvani git clone git@codeberg.org:echemdata/galvani
cd galvani cd galvani
pip install -e .\[tests\] pip install -e .\[tests\]
``` ```
Code can be contributed back via [GitHub pull requests](https://github.com/echemdata/galvani/pulls) and new features or bugs can be discussed in the [issue tracker](https://github.com/echemdata/galvani/issues). Code can be contributed back via [pull requests](https://codeberg.org/echemdata/galvani/pulls) and new features or bugs can be discussed in the [issue tracker](https://codeberg.org/echemdata/galvani/issues).

View File

@@ -16,7 +16,7 @@ setup(
description="Open and process battery charger log data files", description="Open and process battery charger log data files",
long_description=readme, long_description=readme,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/echemdata/galvani", url="https://codeberg.org/echemdata/galvani",
author="Chris Kerr", author="Chris Kerr",
author_email="chris.kerr@mykolab.ch", author_email="chris.kerr@mykolab.ch",
license="GPLv3+", license="GPLv3+",