No description
Find a file
François Boulogne 374f5a690e remove old script
2025-06-25 11:51:39 +02:00
data move data 2025-06-25 10:12:15 +02:00
docs doc and install 2025-06-25 10:58:53 +02:00
old fixes 2025-06-04 13:20:13 +02:00
optifik upda 2025-06-25 11:31:55 +02:00
tests add test 2025-06-25 11:48:48 +02:00
.gitignore populate git ignore 2025-06-25 11:50:10 +02:00
CHANGELOG.md add licence 2025-06-25 11:48:59 +02:00
check.py upd API 2025-06-20 13:35:19 +02:00
pyproject.toml add licence 2025-06-25 11:48:59 +02:00
README.md i18n 2025-06-25 11:50:54 +02:00
RELEASE.md doc 2025-06-25 11:37:04 +02:00
requirements.txt populate requirements 2025-06-25 08:48:18 +02:00
TODO.txt upda 2025-06-25 11:31:55 +02:00

Optifik

TODO: write a paragraph here...

This library replaces oospectro.

Installation

The use of pip must be limited to virtualenv

  • From PyPI
pip install optifik
  • From tarball
pip install /path/to/optifik-0.1.0.tar.gz
  • From the source code
pip install .

For contributors

  • Install an editable version
pip install -e .
  • Install dev tools
pip install -e ".[dev]"
  • Install doc tools
pip install -e ".[docs]"
  • Build the doc
cd docs
make html

Licence

The source code is released under the GNU General Public License v3.0. See LICENSE for details.