Documentation
The documentation is available at https://src.koda.cnrs.fr/eric.debreuve/si-fi-o/-/wikis/home.
Installation
This project is published on the Python Package Index (PyPI) at: https://pypi.org/project/si-fi-o/. It should be installable from Python distribution platforms or Integrated Development Environments (IDEs). Otherwise, it can be installed from a command console using pip:
For all users (after acquiring administrative rights) |
For the current user (no administrative rights required) |
|
|---|---|---|
Installation |
pip install si-fi-o |
pip install --user si-fi-o |
Update |
pip install --upgrade si-fi-o |
pip install --user --upgrade si-fi-o |
Dependencies
The development relies on several packages:
Mandatory: dominate, Flask, Flask-Bootstrap4, Flask-Session, Flask-Uploads, Flask-WTF, Werkzeug, WTForms
Optional: None
The mandatory dependencies, if any, are installed automatically by pip, if they are not already, as part of the installation of Si-fi-o. Python distribution platforms or Integrated Development Environments (IDEs) should also take care of this. The optional dependencies, if any, must be installed independently by following the related instructions, for added functionalities of Si-fi-o.
Packaging
Missing files for packaging the project from source (notably, documentation/wiki/description.asciidoc, README-template.rst, pyproject.toml, and setup.py) can be found on the Python package template repository and as part of the documentation wiki.
Acknowledgments
The project is developed with PyCharm Community.
The code is formatted by Black, The Uncompromising Code Formatter, or Ruff, An extremely fast Python linter and code formatter, written in Rust.
The imports are ordered by isort… your imports, so you don’t have to, or Ruff, An extremely fast Python linter and code formatter, written in Rust.
Release files for si-fi-o 2026.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| si_fi_o-2026.1.tar.gz | 21.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| si_fi_o-2026.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 35.3 kB
Release files / si_fi_o-2026.1.tar.gz
| Download URL | si_fi_o-2026.1.tar.gz |
|---|---|
| Size | 21.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0c1fcfbe3486dff2e8a05aafc9766a35eaa8da8d760d8c3b5a2c7d630fe8b73a
|
|
BLAKE2b-256 checksum How to use checksums |
cb33408d405d9f04589488c03202078af73e7da7803eb095a12d8cec7a23d988
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|
Release files / si_fi_o-2026.1-py3-none-any.whl
| Download URL | si_fi_o-2026.1-py3-none-any.whl |
|---|---|
| Size | 13.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0888ba6016644d1aeffcc11dc0eb054605bedc10186fbe6c37932f5019404b44
|
|
BLAKE2b-256 checksum How to use checksums |
383e025d851014b09dd9aa1176cc26ec6648e0d8763a6a492102f121c241827b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|