PyInventory/inventory/__init__.py

13 wiersze
495 B
Python
Czysty Zwykły widok Historia

"""
2023-08-17 16:29:15 +00:00
PyInventory
Web based management to catalog things including state and location etc. using Python/Django.
created 14.20.2020 by Jens Diemer <opensource@jensdiemer.de>
:copyleft: 2020-2024 by the PyInventory team, see AUTHORS for more details.
:license: GNU GPL v3 or above, see LICENSE for more details.
"""
# See https://packaging.python.org/en/latest/specifications/version-specifiers/
2025-04-30 22:13:56 +00:00
__version__ = '0.21.1rc1'
2023-08-17 16:29:15 +00:00
__author__ = 'Jens Diemer <PyInventory@jensdiemer.de>'