PyInventory/inventory/__init__.py

12 wiersze
412 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>
2023-08-17 16:29:15 +00:00
:copyleft: 2020-2023 by the PyInventory team, see AUTHORS for more details.
:license: GNU GPL v3 or above, see LICENSE for more details.
"""
__version__ = '0.19.0'
2023-08-17 16:29:15 +00:00
__author__ = 'Jens Diemer <PyInventory@jensdiemer.de>'