Name | PyInventory JSON |
Version |
0.20.1
JSON |
| download |
home_page | None |
Summary | Web based management to catalog things including state and location etc. using Python/Django. |
upload_time | 2024-09-05 18:15:33 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | GPL-3.0-or-later |
keywords |
inventory
django
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
|
coveralls test coverage |
No coveralls.
|
# PyInventory
Web based management to catalog things including state and location etc. using Python/Django.
Store information in WYSIWYG-HTML-Editor field and tag them and add Files, Images and Links to them.
[![tests](https://github.com/jedie/PyInventory/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/jedie/PyInventory/actions/workflows/tests.yml)
[![codecov](https://codecov.io/github/jedie/PyInventory/branch/main/graph/badge.svg)](https://app.codecov.io/github/jedie/PyInventory)
[![PyInventory @ PyPi](https://img.shields.io/pypi/v/PyInventory?label=PyInventory%20%40%20PyPi)](https://pypi.org/project/PyInventory/)
[![Python Versions](https://img.shields.io/pypi/pyversions/PyInventory)](https://github.com/jedie/PyInventory/blob/main/pyproject.toml)
[![License GPL-3.0-or-later](https://img.shields.io/pypi/l/PyInventory)](https://github.com/jedie/PyInventory/blob/main/LICENSE)
[![Install PyInventory with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pyinventory)
> [pyinventory_ynh](https://github.com/YunoHost-Apps/pyinventory_ynh) allows you to install PyInventory quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.
Pull requests welcome!
## about
The focus of this project is on the management of retro computing hardware.
Current features:
* Web-based
* Multiuser ready (Every user see and manage only his own entries)
* Chaotic warehousing
* Grouped "Items" e.g.: Graphics card Foo is in computer Bar
* Data structure kept as general as possible
* Manage information to every item:
* Description: free WYSIWYG-HTML-Editor field
* Storage location
* State
* Images, Files and Web-Links
* receiving and delivering (when, from whom, at what price, etc.)
* Manage "Memos" (Information independent of item/location):
* A free WYSIWYG-HTML-Editor field
* Tags
* Images, Files and Web-Links
Future ideas:
* Information: Publicly visible yes/no
* A public list of existing items (think about it, you can set in your profile if you want to)
* administration a wish & exchange list
any many more... ;)
## Screenshots
More screenshots are here: [jedie.github.io/tree/master/screenshots/PyInventory](https://github.com/jedie/jedie.github.io/blob/master/screenshots/PyInventory/README.creole)
![PyInventory v0.2.0 screenshot 1.png](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20v0.2.0%20screenshot%201.png "PyInventory v0.2.0 screenshot 1.png")
----
![PyInventory v0.11.0 screenshot memo 1.png](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20v0.11.0%20screenshot%20memo%201.png "PyInventory v0.11.0 screenshot memo 1.png")
----
![PyInventory v0.1.0 screenshot 2.png](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20v0.1.0%20screenshot%202.png "PyInventory v0.1.0 screenshot 2.png")
----
![PyInventory v0.1.0 screenshot 3.png](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20v0.1.0%20screenshot%203.png "PyInventory v0.1.0 screenshot 3.png")
----
## Multi user support
PyInventory supports multiple users. The idea:
* Every normal user sees only his own created database entries
* All users used the Django admin
Note: All created Tags are shared for all existing users!
So setup a normal user:
* Set "Staff status"
* Unset "Superuser status"
* Add user to "normal_user" group
* Don't add any additional permissions
e.g.:
![normal user example](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20normal%20user%20example.png "normal user example")
More screenshots are here: [jedie.github.io/tree/master/screenshots/PyInventory](https://github.com/jedie/jedie.github.io/blob/master/screenshots/PyInventory/README.creole)
## local development installation
e.g.:
```
# Clone project (Use your fork SSH url!):
~$ git clone https://github.com/jedie/PyInventory.git
~$ cd PyInventory
~/PyInventory$ ./manage.py
```
Helpful for writing and debugging unittests is to run a local test server.
e.g.:
```
~/PyInventory$ ./manage.py run_dev_server
```
The web page is available via: `http://127.0.0.1:8000/`
You can also pass a other port number or `ipaddr:port` combination. See: `./manage.py run_dev_server --help`
Run tests, e.g.:
```
~/PyInventory$ ./manage.py test
~/PyInventory$ ./manage.py coverage
~/PyInventory$ ./manage.py tox
```
Install Playwright browsers, e.g.:
```
~/PyInventory$ .venv/bin/playwright install
```
Run only Playwright tests with the Playwright Inspector, e.g.:
```
~/PyInventory$ PWDEBUG=1 ./manage.py test --tag playwright
```
## Backwards-incompatible changes
### v0.19.0
* Remove ["/development/"](https://github.com/jedie/PyInventory/tree/v0.18.1/deployment) (unmaintained "docker-compose" installation),
please use YunoHost ;)
* Removed `django-processinfo` and `django-axes` in test project.
* Remove `poetry`, `pytest` and `devshell`
* Use `pip-tools`, `unittests` and [manage_django_project](https://github.com/jedie/manage_django_project)
### v0.20
Because of security reasons, the `ckeditor` package was replaced by `prose-editor`.
In 0.20.1 we switched to https://github.com/jazzband/django-tinymce/ because `prose-editor` has no table support.
## Make new release
We use [cli-base-utilities](https://github.com/jedie/cli-base-utilities#generate-project-history-base-on-git-commitstags) to generate the history in this README.
To make a new release, do this:
* Increase your project version number
* Run tests to update the README
* commit the changes
* Create release
## history
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
* [v0.20.1](https://github.com/jedie/PyInventory/compare/v0.20.0...v0.20.1)
* 2024-09-05 - switched to https://github.com/jazzband/django-tinymce/
* [v0.20.0](https://github.com/jedie/PyInventory/compare/v0.19.3...v0.20.0)
* 2024-09-05 - Replace django-ckeditor with django-prose-editor and fix tests
* 2024-09-05 - Project updates
* 2024-01-16 - Use typeguard in tests
* 2024-01-16 - Update requirements
* [v0.19.3](https://github.com/jedie/PyInventory/compare/v0.19.2...v0.19.3)
* 2023-11-01 - Auto generate README history
* 2023-11-01 - Update requirements
* 2023-10-31 - Bugfix the "parent" field on location admin page
* 2023-10-31 - Bugfix local test settings for development
* 2023-10-08 - Use playwrigth manage command from manage-django-project
* 2023-09-24 - Update test snapshot files
* 2023-09-24 - Add playwright CLI wrapper command
* [v0.19.2](https://github.com/jedie/PyInventory/compare/v0.19.1...v0.19.2)
* 2023-08-17 - Bugfix packaging by adding "requests" as normal dependencies
* 2023-08-17 - Bugfix packageing by adding "requests" as normal dependencies
<details><summary>Expand older history entries ...</summary>
* [v0.19.1](https://github.com/jedie/PyInventory/compare/v0.19.0...v0.19.1)
* 2023-08-17 - Update requirements
* 2023-08-17 - Update from project template
* [v0.19.0](https://github.com/jedie/PyInventory/compare/v0.18.1...v0.19.0)
* 2023-07-21 - Update README.md
* 2023-07-21 - Migrate from "poetry-python" to "managed-django-project"
* 2023-07-21 - Move source code from /src/
* 2023-07-21 - Remove "/development/" - unmaintained "docker-compose" installation
* 2023-07-21 - fix tox run
* 2023-07-21 - Update to Django 4.2
* 2023-07-21 - FIXME: Remove '_reorder_' from ItemModelAdmin.list_display
* 2023-07-20 - Change item lust: move "producer" to first
* [v0.18.1](https://github.com/jedie/PyInventory/compare/v0.18.0...v0.18.1)
* 2023-07-15 - Update requirements + fix test snapshot
* 2023-06-11 - Update requirements
* [v0.18.0](https://github.com/jedie/PyInventory/compare/v0.17.0...v0.18.0)
* 2023-04-04 - Apply manageprojects updates
* 2022-12-22 - Bugfix missing static files by tagulous bug.
* 2022-12-22 - Project updates
* 2022-12-22 - Updat requirements
* [v0.17.0](https://github.com/jedie/PyInventory/compare/v0.16.0...v0.17.0)
* 2022-10-03 - update requirements
* 2022-10-03 - Check django-revision integration
* 2022-09-30 - Enhance Location: Better change form and list all items in this location
* 2022-09-30 - NEW: List number of item on `location` change list
* 2022-09-30 - NEW: List all related objects on `item` change page with edit links.
* 2022-09-30 - Validate current version via "packaging" as set it to v0.17.0rc0
* 2022-09-30 - Add autocomplete fields to item
* [v0.16.0](https://github.com/jedie/PyInventory/compare/v0.15.0...v0.16.0)
* 2022-09-13 - Bugfix missing CK-Editor
* 2022-09-13 - Update devshell and skip broken poetry v1.2.0
* 2022-09-04 - Update README.md
* 2022-08-22 - Replace README.creole with README.md
* 2022-08-22 - Bugfix wrong list in README.creole
* 2022-08-29 - Update requirements
* [v0.15.0](https://github.com/jedie/PyInventory/compare/v0.14.0...v0.15.0)
* 2022-08-18 - Use run_testserver and AlwaysLoggedInAsSuperUserMiddleware from django-tools
* 2022-08-16 - Update requirements
* 2022-07-28 - line_length = 100
* 2022-07-28 - Add "./devsetup.py manage seed_data" command
* 2022-07-28 - Better changelists for super users
* 2022-07-28 - Speedup item change list by prefetch "location"
* 2022-07-28 - fix project setup and "max line length" info
* [v0.14.0](https://github.com/jedie/PyInventory/compare/v0.13.1...v0.14.0)
* 2022-07-21 - WIP: Fix #102 by store tree information for Item and Location
* 2022-07-21 - Bugfix devshell "manage" command
* [v0.13.1](https://github.com/jedie/PyInventory/compare/v0.13.0...v0.13.1)
* 2022-07-21 - Fix publishing
* 2022-07-21 - Update to new devshell version
* 2022-07-21 - Update requirements
* 2022-06-29 - Fix coverage upload to codecov.io
* 2022-06-29 - Expand Playwright tests and add a Item with Tag and Image
* 2022-06-20 - Replace Selenium tests with Playwright
* 2022-06-20 - Run tests with Python 3.10, too and update requirements
* 2022-05-16 - Use assert_html_response_snapshot from bx_django_utils
* 2022-05-16 - update pyproject.toml
* 2022-02-05 - Code style: Lower line length to 100
* 2022-02-05 - Fix devshell CLI run
* 2022-02-05 - Remove seperate linting step (pytest run checks code style)
* 2022-01-30 - Update README: "master" -> "main"
* 2022-01-30 - Switch to darker code styler
* [v0.13.0](https://github.com/jedie/PyInventory/compare/v0.12.0...v0.13.0)
* 2022-01-01 - Add devshell command: "update_test_snapshots"
* 2021-12-05 - Update requirements
* 2021-12-05 - Activate secure settings by default
* 2021-12-05 - Test "manage.py check" in tests
* 2021-12-05 - setup DEBUG in tests
* 2021-11-24 - deprecate docker-compose production usage
* 2021-11-24 - Added translations to Catalan and Spanish. Po files need to be compiled.
* [v0.12.0](https://github.com/jedie/PyInventory/compare/v0.11.0...v0.12.0)
* 2021-11-22 - remove obsolete file
* 2021-11-22 - Fix #75 protect overwriting a new version with a older one
* 2021-11-20 - Update ci.yml
* 2021-11-20 - Update requirements
* 2021-11-20 - Bugfix tests by mock {% now "Z" %}
* [v0.11.0](https://github.com/jedie/PyInventory/compare/v0.10.1...v0.11.0)
* 2021-10-09 - Update README
* 2021-10-09 - NEW: Memo model/admin: Store Information independent of items/locations
* 2021-10-09 - Fix CKEditor
* [v0.10.1](https://github.com/jedie/PyInventory/compare/v0.10.0...v0.10.1)
* 2021-10-09 - Use new assert_html_snapshot() in bx_py_utils
* 2021-10-09 - Make lest requests on save
* 2021-10-09 - update README
* 2021-10-09 - Update to Django 3.1.x
* 2021-10-09 - Better tracebacks on html validation errors
* 2021-10-09 - Compare HTML code in pretty format
* [v0.10.0](https://github.com/jedie/PyInventory/compare/v0.9.4...v0.10.0)
* 2021-09-29 - Group item: default "automatic" mode and can be disabled by filter action
* 2021-09-29 - Update requirements.
* [v0.9.4](https://github.com/jedie/PyInventory/compare/v0.9.3...v0.9.4)
* 2021-09-15 - Pin psycopg < 2.9 because of https://github.com/psycopg/psycopg2/issues/1293
* [v0.9.3](https://github.com/jedie/PyInventory/compare/v0.9.2...v0.9.3)
* 2021-09-15 - Update "django-tagulous" v1.2 -> v1.3
* 2021-09-15 - Optimize "items" changelist queries
* 2021-09-15 - Bugfix wrong translations
* 2021-08-16 - Fix #56 "psycopg2-binary" not installable under ARM boards
* 2021-08-16 - Update requirements
* 2021-08-04 - Pass cli arguments to "run_testserver" command
* [v0.9.2](https://github.com/jedie/PyInventory/compare/v0.9.1...v0.9.2)
* 2021-05-11 - Update requirements and README
* 2021-05-10 - Bugfix #50 - Wrong exception logging
* [v0.9.1](https://github.com/jedie/PyInventory/compare/v0.9.0...v0.9.1)
* 2021-04-28 - Release v0.9.1
* 2021-04-28 - NEW: Add files to items.
* 2021-04-28 - Add a auto login if Django dev. server is used
* 2021-04-28 - Fix tests
* 2021-04-28 - Delete manage.sh
* 2021-04-28 - Fix manage call, again:
* 2021-04-28 - Bugfix manage calls
* 2021-04-28 - Update requirements
* 2021-04-13 - Update own bootstrap file from dev-shell via tests
* [v0.9.0](https://github.com/jedie/PyInventory/compare/v0.8.4...v0.9.0)
* 2021-04-11 - Update "deployment/project.env", too
* 2021-04-11 - relase as v0.9.0
* 2021-04-11 - fix gitignore
* 2021-04-11 - Update devshell to v0.2.0
* 2021-04-05 - Use https://github.com/jedie/dev-shell
* [v0.8.4](https://github.com/jedie/PyInventory/compare/v0.8.3...v0.8.4)
* 2021-01-19 - update requirements
* 2021-01-19 - Search items in change list by "kind" and "tags", too
* 2020-12-29 - remove obsolete badges
* [v0.8.3](https://github.com/jedie/PyInventory/compare/v0.8.2...v0.8.3)
* 2020-12-29 - remove colorama and update requirements
* 2020-12-29 - +add info about running docker container
* 2020-12-29 - update pip before call "poetry update"
* 2020-12-29 - Just install poetry via pip
* [v0.8.2](https://github.com/jedie/PyInventory/compare/v0.8.1...v0.8.2)
* 2020-12-20 - release v0.8.2
* 2020-12-20 - Add tests for creating a new Item
* 2020-12-20 - FIX #33 by set user before save the image
* 2020-12-20 - Move get_queryset() to base class
* 2020-12-20 - update requirements
* 2020-12-20 - typo
* [v0.8.1](https://github.com/jedie/PyInventory/compare/v0.8.0...v0.8.1)
* 2020-12-09 - 0.8.1rc2
* 2020-12-09 - Update requirements
* 2020-12-09 - update README and release as 0.8.1rc2
* 2020-12-09 - Fix admin redirect by using the url pattern name and not hardcoded URL
* 2020-12-07 - Fix migration: Don't create "/media/migrate.log" if there is nothing to migrate
* [v0.8.0](https://github.com/jedie/PyInventory/compare/v0.7.0...v0.8.0)
* 2020-12-06 - release v0.8.0rc1
* 2020-12-06 - Use "serve_media_app" to serve users uploads
* 2020-12-06 - update requirements
* [v0.7.0](https://github.com/jedie/PyInventory/compare/v0.6.0...v0.7.0)
* 2020-11-23 - bugfix tests
* 2020-11-23 - 0.7.0rc2
* 2020-11-23 - Replace .env with project.env
* 2020-11-23 - Bugfix Dockerfile and installation of the project
* 2020-11-23 - Set XDG_CACHE_HOME and PYTHONUNBUFFERED in Dockerfile
* 2020-11-23 - cleanup docker-compose.dev.yml
* 2020-11-23 - bugfix gateway problems: gunicorn must bind to "django:8000"
* 2020-11-22 - move some gunicorn settings into gunicorn.conf.py
* 2020-11-22 - Run gunicorn as "django" user and not as root
* 2020-11-22 - setup gunicorn logs
* 2020-11-22 - bugfix "make reload_django"
* 2020-11-22 - fix "make shell_docker-dev-server"
* 2020-11-22 - Bugfix media files: save them on a volume
* 2020-11-22 - More generic deployment: rename "inventory" to "django"
* 2020-11-22 - replace uwsgi with gunicorn
* 2020-11-22 - pull before build
* [v0.6.0](https://github.com/jedie/PyInventory/compare/v0.5.0...v0.6.0)
* 2020-11-15 - Bugfix file excluding for lint/format tools
* 2020-11-15 - Add tests to uploaded user images
* 2020-11-15 - remove appended slash to /media/ urls
* 2020-11-15 - bugfix image __str__() im name is None
* 2020-11-15 - update translations
* 2020-11-15 - Store Images to Items
* 2020-11-14 - Update deployment setup:
* 2020-11-14 - add basic selenium tests
* 2020-11-14 - activate pytest-parallel in "make pytest"
* 2020-11-14 - use pytest-parallel
* 2020-11-14 - Quote DB name and user
* [v0.5.0](https://github.com/jedie/PyInventory/compare/v0.4.2...v0.5.0)
* 2020-11-14 - update "make update" and pull from master
* 2020-11-14 - setup Caddy volumens for "data" and "config"
* 2020-11-14 - Bugfix "make run-docker-dev-server" by clean dist
* 2020-11-14 - Add "make run-docker-dev-server" for local docker test run
* 2020-11-14 - Exclude docker volumes form pytest
* 2020-11-14 - +"make createsuperuser"
* 2020-11-14 - remove unused make targets
* 2020-11-14 - Bugfix building the template dirs path
* 2020-11-14 - cleanup
* 2020-11-14 - Add "header" in Makefiles
* 2020-11-14 - update deployment README
* 2020-11-13 - remove obsolete yapf config
* 2020-11-13 - move .isort.cfg into pyproject.toml
* 2020-11-13 - add a note about https://gitlab.com/pycqa/flake8/-/issues/428
* 2020-11-13 - move pytest.ini into pyproject.toml
* 2020-11-13 - move tox.ini into pyproject.toml
* 2020-11-13 - fix tox
* 2020-11-13 - update requirements
* 2020-11-13 - WIP: Fix project layout
* 2020-11-13 - update path to meta files
* 2020-11-13 - fix github action
* 2020-11-13 - Start to update README
* 2020-11-13 - setup .gitignore
* 2020-11-13 - move stuff into /src/
* 2020-11-13 - seperate pip installations
* 2020-11-13 - Update default install
* 2020-11-13 - Bugfix servind static files
* 2020-11-11 - Don't generate migrations
* 2020-11-11 - Serve static/media files by Caddy
* 2020-11-11 - add "make reload_caddy"
* 2020-11-11 - Bugfix Makefile help target
* 2020-10-27 - +acpid
* 2020-10-27 - Add scripts/apt-cleanup.sh
* 2020-10-27 - Add some notes
* 2020-10-27 - cleanup (call "docker system prune") after start
* 2020-10-27 - update README
* 2020-10-27 - add .dockerignore
* 2020-10-27 - chmod +x
* 2020-10-27 - add root server helper shell scripts
* 2020-10-27 - update docker containers on "make update", too
* 2020-10-27 - Update README.creole
* 2020-10-26 - init deployment branch
* [v0.4.2](https://github.com/jedie/PyInventory/compare/v0.4.1...v0.4.2)
* 2020-11-13 - fix code style
* 2020-11-11 - update README
* 2020-11-11 - reduce CKEditor plugins
* 2020-11-11 - move dev scripts
* 2020-11-11 - Setup CKEditor uploads
* 2020-11-11 - Add settings.SERVE_FILES and serve static files only for local development
* [v0.4.1](https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1)
* 2020-11-02 - prepare v0.4.1 release
* 2020-11-02 - update requirements
* 2020-11-02 - change template context key: version_string -> inventory_version_string
* [v0.4.0](https://github.com/jedie/PyInventory/compare/v0.3.2...v0.4.0)
* 2020-11-01 - Add Django-Processinfo
* 2020-11-01 - test code lint via pytest
* 2020-11-01 - fix code linting tests
* 2020-11-01 - refactoring/fix tests
* 2020-11-01 - add django-axes
* 2020-10-27 - update README
* 2020-10-27 - Cleanup: remove docker-compose stuff
* 2020-10-27 - Add link to python-forum.de in README
* [v0.3.2](https://github.com/jedie/PyInventory/compare/v0.3.1...v0.3.2)
* 2020-10-26 - v0.3.2: move translations
* 2020-10-26 - move translations
* [v0.3.1](https://github.com/jedie/PyInventory/compare/v0.3.0...v0.3.1)
* 2020-10-26 - rename /locale/ to /inventory_locales/ and include it in package
* [v0.3.0](https://github.com/jedie/PyInventory/compare/v0.2.0...v0.3.0)
* 2020-10-26 - update README
* 2020-10-26 - deny robots via Caddyfile
* 2020-10-26 - deny robots via html meta
* 2020-10-26 - "hide" information from login page
* 2020-10-26 - use inventory_project.settings.local as fallback
* 2020-10-25 - Bump version to v0.3.0
* 2020-10-25 - Don't link static files: uWSGI reject the files ;)
* 2020-10-25 - Use caddy with uWSGI in docker-compose usage
* 2020-10-25 - Refactor settings
* 2020-10-25 - Fix https://github.com/radiac/django-tagulous/issues/101
* 2020-10-25 - write start information to stderr
* 2020-10-25 - Bugfix init: move Database access from checks into post-migate signal
* [v0.2.0](https://github.com/jedie/PyInventory/compare/v0.1.0...v0.2.0)
* 2020-10-24 - fix "make fix-code-style"
* 2020-10-24 - Update README and prepare v0.2.0 release
* 2020-10-24 - sort nestet items
* 2020-10-24 - bugfix BaseUserOnlyModelForm
* 2020-10-24 - "merge" nested items
* 2020-10-24 - Make Location.description optional
* 2020-10-24 - implement multi user usage
* 2020-10-24 - Add Django dbbackup
* 2020-10-24 - base activation of Django import/exort
* 2020-10-24 - install new packages via docker entrypoint, too
* 2020-10-24 - Speedup make usage
* 2020-10-24 - update README
* 2020-10-24 - exclude docker-compose "volumes" directory from code formatters and linters
* 2020-10-24 - fix code style
* 2020-10-24 - Update requirements
* 2020-10-24 - add forum links to README
* 2020-10-20 - Add docker-compose usage
* [v0.1.0](https://github.com/jedie/PyInventory/compare/v0.0.1...v0.1.0)
* 2020-10-17 - Fix README.rst
* 2020-10-17 - update screenshots
* 2020-10-17 - bugfix link reversion error
* 2020-10-17 - change Tag fields: case_sensitive=False, space_delimiter=False
* 2020-10-17 - Setup Header with versionsnumber and footer link to github
* 2020-10-17 - +test_update_rst_readme()
* 2020-10-17 - remove obsolete MANIFEST.in file and include AUTHORS
* 2020-10-17 - bugfix pyupgrade call: Exclude files form: .tox
* 2020-10-17 - add project setup test
* 2020-10-17 - Add test for missing migrations
* 2020-10-17 - add migrations
* 2020-10-17 - update translations
* 2020-10-17 - enhance admin
* 2020-10-17 - limit ItemModel.parent to "root"-Elements
* 2020-10-17 - make ItemModel.description optional
* 2020-10-17 - Enhance models and admin
* 2020-10-17 - Add 'bx_py_utils' to INSTALLED_APPS to activate translations from this package
* 2020-10-16 - Update README.creole
* 2020-10-16 - update tests
* 2020-10-16 - Add de/en translations
* 2020-10-16 - Basic project usage:
* 2020-10-16 - Don't prefix URLs with language_code
* 2020-10-16 - print Django version, too
* 2020-10-16 - fix CKeditor
* 2020-10-16 - fix ignore static/media
* 2020-10-16 - Use TimetrackingBaseModel from bx_py_utils
* 2020-10-16 - use default template settings
* 2020-10-16 - 'ckeditor/ckeditor/' -> 'ckeditor/'
* 2020-10-16 - move static/media/sqlite into project root path
* 2020-10-16 - fix code style
* 2020-10-16 - bugfix isort config
* 2020-10-16 - Test with python 3.7 - 3.9
* 2020-10-16 - support python >=3.7,<4.0.0
* 2020-10-16 - Minimal Django project setup
* 2020-10-15 - update README
* [v0.0.1](https://github.com/jedie/PyInventory/compare/a2a59c3...v0.0.1)
* 2020-10-14 - init
</details>
[comment]: <> (✂✂✂ auto generated history end ✂✂✂)
## links
| | |
|----------|--------------------------------------------------------------------------------|
| Homepage | [http://github.com/jedie/PyInventory](http://github.com/jedie/PyInventory) |
| PyPi | [https://pypi.org/project/PyInventory/](https://pypi.org/project/PyInventory/) |
Discuss here:
* [vogons.org Forum Thread (en)](https://www.vogons.org/viewtopic.php?f=5&t=77285)
* [Python-Forum (de)](https://www.python-forum.de/viewtopic.php?f=9&t=50024)
* [VzEkC e. V. Forum Thread (de)](https://forum.classic-computing.de/forum/index.php?thread/21738-opensource-projekt-pyinventory-web-basierte-verwaltung-um-seine-dinge-zu-katalog/)
* [dosreloaded.de Forum Thread (de)](https://dosreloaded.de/forum/index.php?thread/3702-pyinventory-retro-sammlung-katalogisieren/)
## donation
* [paypal.me/JensDiemer](https://www.paypal.me/JensDiemer)
* [Flattr This!](https://flattr.com/submit/auto?uid=jedie&url=https%3A%2F%2Fgithub.com%2Fjedie%2FPyInventory%2F)
* Send [Bitcoins](http://www.bitcoin.org/) to [1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F](https://blockexplorer.com/address/1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F)
Raw data
{
"_id": null,
"home_page": null,
"name": "PyInventory",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "inventory, django",
"author": null,
"author_email": "Jens Diemer <PyInventory@jensdiemer.de>",
"download_url": "https://files.pythonhosted.org/packages/5e/07/b004c8d28e8d38b7dd48a7528f1750f7554f5386595ec3810fc9ec374949/pyinventory-0.20.1.tar.gz",
"platform": null,
"description": "# PyInventory\n\nWeb based management to catalog things including state and location etc. using Python/Django.\nStore information in WYSIWYG-HTML-Editor field and tag them and add Files, Images and Links to them.\n\n[![tests](https://github.com/jedie/PyInventory/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/jedie/PyInventory/actions/workflows/tests.yml)\n[![codecov](https://codecov.io/github/jedie/PyInventory/branch/main/graph/badge.svg)](https://app.codecov.io/github/jedie/PyInventory)\n[![PyInventory @ PyPi](https://img.shields.io/pypi/v/PyInventory?label=PyInventory%20%40%20PyPi)](https://pypi.org/project/PyInventory/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/PyInventory)](https://github.com/jedie/PyInventory/blob/main/pyproject.toml)\n[![License GPL-3.0-or-later](https://img.shields.io/pypi/l/PyInventory)](https://github.com/jedie/PyInventory/blob/main/LICENSE)\n\n[![Install PyInventory with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pyinventory)\n\n> [pyinventory_ynh](https://github.com/YunoHost-Apps/pyinventory_ynh) allows you to install PyInventory quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.\n\nPull requests welcome!\n\n## about\n\nThe focus of this project is on the management of retro computing hardware.\n\nCurrent features:\n\n\n* Web-based\n* Multiuser ready (Every user see and manage only his own entries)\n* Chaotic warehousing\n * Grouped \"Items\" e.g.: Graphics card Foo is in computer Bar\n* Data structure kept as general as possible\n* Manage information to every item:\n * Description: free WYSIWYG-HTML-Editor field\n * Storage location\n * State\n * Images, Files and Web-Links\n * receiving and delivering (when, from whom, at what price, etc.)\n* Manage \"Memos\" (Information independent of item/location):\n * A free WYSIWYG-HTML-Editor field\n * Tags\n * Images, Files and Web-Links\n\nFuture ideas:\n\n\n* Information: Publicly visible yes/no\n * A public list of existing items (think about it, you can set in your profile if you want to)\n * administration a wish & exchange list\n\nany many more... ;)\n\n\n\n\n## Screenshots\n\nMore screenshots are here: [jedie.github.io/tree/master/screenshots/PyInventory](https://github.com/jedie/jedie.github.io/blob/master/screenshots/PyInventory/README.creole)\n\n![PyInventory v0.2.0 screenshot 1.png](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20v0.2.0%20screenshot%201.png \"PyInventory v0.2.0 screenshot 1.png\")\n\n----\n\n![PyInventory v0.11.0 screenshot memo 1.png](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20v0.11.0%20screenshot%20memo%201.png \"PyInventory v0.11.0 screenshot memo 1.png\")\n\n----\n\n![PyInventory v0.1.0 screenshot 2.png](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20v0.1.0%20screenshot%202.png \"PyInventory v0.1.0 screenshot 2.png\")\n\n----\n\n![PyInventory v0.1.0 screenshot 3.png](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20v0.1.0%20screenshot%203.png \"PyInventory v0.1.0 screenshot 3.png\")\n\n----\n\n## Multi user support\n\nPyInventory supports multiple users. The idea:\n\n\n* Every normal user sees only his own created database entries\n* All users used the Django admin\n\nNote: All created Tags are shared for all existing users!\n\nSo setup a normal user:\n\n\n* Set \"Staff status\"\n* Unset \"Superuser status\"\n* Add user to \"normal_user\" group\n* Don't add any additional permissions\n\ne.g.:\n\n![normal user example](https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/PyInventory/PyInventory%20normal%20user%20example.png \"normal user example\")\n\nMore screenshots are here: [jedie.github.io/tree/master/screenshots/PyInventory](https://github.com/jedie/jedie.github.io/blob/master/screenshots/PyInventory/README.creole)\n\n\n## local development installation\n\ne.g.:\n```\n# Clone project (Use your fork SSH url!):\n~$ git clone https://github.com/jedie/PyInventory.git\n~$ cd PyInventory\n~/PyInventory$ ./manage.py\n```\n\nHelpful for writing and debugging unittests is to run a local test server.\ne.g.:\n```\n~/PyInventory$ ./manage.py run_dev_server\n```\n\nThe web page is available via: `http://127.0.0.1:8000/`\n\nYou can also pass a other port number or `ipaddr:port` combination. See: `./manage.py run_dev_server --help`\n\nRun tests, e.g.:\n```\n~/PyInventory$ ./manage.py test\n~/PyInventory$ ./manage.py coverage\n~/PyInventory$ ./manage.py tox\n```\n\nInstall Playwright browsers, e.g.:\n```\n~/PyInventory$ .venv/bin/playwright install\n```\n\nRun only Playwright tests with the Playwright Inspector, e.g.:\n```\n~/PyInventory$ PWDEBUG=1 ./manage.py test --tag playwright\n```\n\n\n## Backwards-incompatible changes\n\n### v0.19.0\n\n* Remove [\"/development/\"](https://github.com/jedie/PyInventory/tree/v0.18.1/deployment) (unmaintained \"docker-compose\" installation),\nplease use YunoHost ;)\n* Removed `django-processinfo` and `django-axes` in test project.\n* Remove `poetry`, `pytest` and `devshell`\n* Use `pip-tools`, `unittests` and [manage_django_project](https://github.com/jedie/manage_django_project)\n\n### v0.20\n\nBecause of security reasons, the `ckeditor` package was replaced by `prose-editor`.\n\nIn 0.20.1 we switched to https://github.com/jazzband/django-tinymce/ because `prose-editor` has no table support.\n\n## Make new release\n\nWe use [cli-base-utilities](https://github.com/jedie/cli-base-utilities#generate-project-history-base-on-git-commitstags) to generate the history in this README.\n\n\nTo make a new release, do this:\n\n* Increase your project version number\n* Run tests to update the README\n* commit the changes\n* Create release\n\n\n## history\n\n[comment]: <> (\u2702\u2702\u2702 auto generated history start \u2702\u2702\u2702)\n\n* [v0.20.1](https://github.com/jedie/PyInventory/compare/v0.20.0...v0.20.1)\n * 2024-09-05 - switched to https://github.com/jazzband/django-tinymce/\n* [v0.20.0](https://github.com/jedie/PyInventory/compare/v0.19.3...v0.20.0)\n * 2024-09-05 - Replace django-ckeditor with django-prose-editor and fix tests\n * 2024-09-05 - Project updates\n * 2024-01-16 - Use typeguard in tests\n * 2024-01-16 - Update requirements\n* [v0.19.3](https://github.com/jedie/PyInventory/compare/v0.19.2...v0.19.3)\n * 2023-11-01 - Auto generate README history\n * 2023-11-01 - Update requirements\n * 2023-10-31 - Bugfix the \"parent\" field on location admin page\n * 2023-10-31 - Bugfix local test settings for development\n * 2023-10-08 - Use playwrigth manage command from manage-django-project\n * 2023-09-24 - Update test snapshot files\n * 2023-09-24 - Add playwright CLI wrapper command\n* [v0.19.2](https://github.com/jedie/PyInventory/compare/v0.19.1...v0.19.2)\n * 2023-08-17 - Bugfix packaging by adding \"requests\" as normal dependencies\n * 2023-08-17 - Bugfix packageing by adding \"requests\" as normal dependencies\n\n<details><summary>Expand older history entries ...</summary>\n\n* [v0.19.1](https://github.com/jedie/PyInventory/compare/v0.19.0...v0.19.1)\n * 2023-08-17 - Update requirements\n * 2023-08-17 - Update from project template\n* [v0.19.0](https://github.com/jedie/PyInventory/compare/v0.18.1...v0.19.0)\n * 2023-07-21 - Update README.md\n * 2023-07-21 - Migrate from \"poetry-python\" to \"managed-django-project\"\n * 2023-07-21 - Move source code from /src/\n * 2023-07-21 - Remove \"/development/\" - unmaintained \"docker-compose\" installation\n * 2023-07-21 - fix tox run\n * 2023-07-21 - Update to Django 4.2\n * 2023-07-21 - FIXME: Remove '_reorder_' from ItemModelAdmin.list_display\n * 2023-07-20 - Change item lust: move \"producer\" to first\n* [v0.18.1](https://github.com/jedie/PyInventory/compare/v0.18.0...v0.18.1)\n * 2023-07-15 - Update requirements + fix test snapshot\n * 2023-06-11 - Update requirements\n* [v0.18.0](https://github.com/jedie/PyInventory/compare/v0.17.0...v0.18.0)\n * 2023-04-04 - Apply manageprojects updates\n * 2022-12-22 - Bugfix missing static files by tagulous bug.\n * 2022-12-22 - Project updates\n * 2022-12-22 - Updat requirements\n* [v0.17.0](https://github.com/jedie/PyInventory/compare/v0.16.0...v0.17.0)\n * 2022-10-03 - update requirements\n * 2022-10-03 - Check django-revision integration\n * 2022-09-30 - Enhance Location: Better change form and list all items in this location\n * 2022-09-30 - NEW: List number of item on `location` change list\n * 2022-09-30 - NEW: List all related objects on `item` change page with edit links.\n * 2022-09-30 - Validate current version via \"packaging\" as set it to v0.17.0rc0\n * 2022-09-30 - Add autocomplete fields to item\n* [v0.16.0](https://github.com/jedie/PyInventory/compare/v0.15.0...v0.16.0)\n * 2022-09-13 - Bugfix missing CK-Editor\n * 2022-09-13 - Update devshell and skip broken poetry v1.2.0\n * 2022-09-04 - Update README.md\n * 2022-08-22 - Replace README.creole with README.md\n * 2022-08-22 - Bugfix wrong list in README.creole\n * 2022-08-29 - Update requirements\n* [v0.15.0](https://github.com/jedie/PyInventory/compare/v0.14.0...v0.15.0)\n * 2022-08-18 - Use run_testserver and AlwaysLoggedInAsSuperUserMiddleware from django-tools\n * 2022-08-16 - Update requirements\n * 2022-07-28 - line_length = 100\n * 2022-07-28 - Add \"./devsetup.py manage seed_data\" command\n * 2022-07-28 - Better changelists for super users\n * 2022-07-28 - Speedup item change list by prefetch \"location\"\n * 2022-07-28 - fix project setup and \"max line length\" info\n* [v0.14.0](https://github.com/jedie/PyInventory/compare/v0.13.1...v0.14.0)\n * 2022-07-21 - WIP: Fix #102 by store tree information for Item and Location\n * 2022-07-21 - Bugfix devshell \"manage\" command\n* [v0.13.1](https://github.com/jedie/PyInventory/compare/v0.13.0...v0.13.1)\n * 2022-07-21 - Fix publishing\n * 2022-07-21 - Update to new devshell version\n * 2022-07-21 - Update requirements\n * 2022-06-29 - Fix coverage upload to codecov.io\n * 2022-06-29 - Expand Playwright tests and add a Item with Tag and Image\n * 2022-06-20 - Replace Selenium tests with Playwright\n * 2022-06-20 - Run tests with Python 3.10, too and update requirements\n * 2022-05-16 - Use assert_html_response_snapshot from bx_django_utils\n * 2022-05-16 - update pyproject.toml\n * 2022-02-05 - Code style: Lower line length to 100\n * 2022-02-05 - Fix devshell CLI run\n * 2022-02-05 - Remove seperate linting step (pytest run checks code style)\n * 2022-01-30 - Update README: \"master\" -> \"main\"\n * 2022-01-30 - Switch to darker code styler\n* [v0.13.0](https://github.com/jedie/PyInventory/compare/v0.12.0...v0.13.0)\n * 2022-01-01 - Add devshell command: \"update_test_snapshots\"\n * 2021-12-05 - Update requirements\n * 2021-12-05 - Activate secure settings by default\n * 2021-12-05 - Test \"manage.py check\" in tests\n * 2021-12-05 - setup DEBUG in tests\n * 2021-11-24 - deprecate docker-compose production usage\n * 2021-11-24 - Added translations to Catalan and Spanish. Po files need to be compiled.\n* [v0.12.0](https://github.com/jedie/PyInventory/compare/v0.11.0...v0.12.0)\n * 2021-11-22 - remove obsolete file\n * 2021-11-22 - Fix #75 protect overwriting a new version with a older one\n * 2021-11-20 - Update ci.yml\n * 2021-11-20 - Update requirements\n * 2021-11-20 - Bugfix tests by mock {% now \"Z\" %}\n* [v0.11.0](https://github.com/jedie/PyInventory/compare/v0.10.1...v0.11.0)\n * 2021-10-09 - Update README\n * 2021-10-09 - NEW: Memo model/admin: Store Information independent of items/locations\n * 2021-10-09 - Fix CKEditor\n* [v0.10.1](https://github.com/jedie/PyInventory/compare/v0.10.0...v0.10.1)\n * 2021-10-09 - Use new assert_html_snapshot() in bx_py_utils\n * 2021-10-09 - Make lest requests on save\n * 2021-10-09 - update README\n * 2021-10-09 - Update to Django 3.1.x\n * 2021-10-09 - Better tracebacks on html validation errors\n * 2021-10-09 - Compare HTML code in pretty format\n* [v0.10.0](https://github.com/jedie/PyInventory/compare/v0.9.4...v0.10.0)\n * 2021-09-29 - Group item: default \"automatic\" mode and can be disabled by filter action\n * 2021-09-29 - Update requirements.\n* [v0.9.4](https://github.com/jedie/PyInventory/compare/v0.9.3...v0.9.4)\n * 2021-09-15 - Pin psycopg < 2.9 because of https://github.com/psycopg/psycopg2/issues/1293\n* [v0.9.3](https://github.com/jedie/PyInventory/compare/v0.9.2...v0.9.3)\n * 2021-09-15 - Update \"django-tagulous\" v1.2 -> v1.3\n * 2021-09-15 - Optimize \"items\" changelist queries\n * 2021-09-15 - Bugfix wrong translations\n * 2021-08-16 - Fix #56 \"psycopg2-binary\" not installable under ARM boards\n * 2021-08-16 - Update requirements\n * 2021-08-04 - Pass cli arguments to \"run_testserver\" command\n* [v0.9.2](https://github.com/jedie/PyInventory/compare/v0.9.1...v0.9.2)\n * 2021-05-11 - Update requirements and README\n * 2021-05-10 - Bugfix #50 - Wrong exception logging\n* [v0.9.1](https://github.com/jedie/PyInventory/compare/v0.9.0...v0.9.1)\n * 2021-04-28 - Release v0.9.1\n * 2021-04-28 - NEW: Add files to items.\n * 2021-04-28 - Add a auto login if Django dev. server is used\n * 2021-04-28 - Fix tests\n * 2021-04-28 - Delete manage.sh\n * 2021-04-28 - Fix manage call, again:\n * 2021-04-28 - Bugfix manage calls\n * 2021-04-28 - Update requirements\n * 2021-04-13 - Update own bootstrap file from dev-shell via tests\n* [v0.9.0](https://github.com/jedie/PyInventory/compare/v0.8.4...v0.9.0)\n * 2021-04-11 - Update \"deployment/project.env\", too\n * 2021-04-11 - relase as v0.9.0\n * 2021-04-11 - fix gitignore\n * 2021-04-11 - Update devshell to v0.2.0\n * 2021-04-05 - Use https://github.com/jedie/dev-shell\n* [v0.8.4](https://github.com/jedie/PyInventory/compare/v0.8.3...v0.8.4)\n * 2021-01-19 - update requirements\n * 2021-01-19 - Search items in change list by \"kind\" and \"tags\", too\n * 2020-12-29 - remove obsolete badges\n* [v0.8.3](https://github.com/jedie/PyInventory/compare/v0.8.2...v0.8.3)\n * 2020-12-29 - remove colorama and update requirements\n * 2020-12-29 - +add info about running docker container\n * 2020-12-29 - update pip before call \"poetry update\"\n * 2020-12-29 - Just install poetry via pip\n* [v0.8.2](https://github.com/jedie/PyInventory/compare/v0.8.1...v0.8.2)\n * 2020-12-20 - release v0.8.2\n * 2020-12-20 - Add tests for creating a new Item\n * 2020-12-20 - FIX #33 by set user before save the image\n * 2020-12-20 - Move get_queryset() to base class\n * 2020-12-20 - update requirements\n * 2020-12-20 - typo\n* [v0.8.1](https://github.com/jedie/PyInventory/compare/v0.8.0...v0.8.1)\n * 2020-12-09 - 0.8.1rc2\n * 2020-12-09 - Update requirements\n * 2020-12-09 - update README and release as 0.8.1rc2\n * 2020-12-09 - Fix admin redirect by using the url pattern name and not hardcoded URL\n * 2020-12-07 - Fix migration: Don't create \"/media/migrate.log\" if there is nothing to migrate\n* [v0.8.0](https://github.com/jedie/PyInventory/compare/v0.7.0...v0.8.0)\n * 2020-12-06 - release v0.8.0rc1\n * 2020-12-06 - Use \"serve_media_app\" to serve users uploads\n * 2020-12-06 - update requirements\n* [v0.7.0](https://github.com/jedie/PyInventory/compare/v0.6.0...v0.7.0)\n * 2020-11-23 - bugfix tests\n * 2020-11-23 - 0.7.0rc2\n * 2020-11-23 - Replace .env with project.env\n * 2020-11-23 - Bugfix Dockerfile and installation of the project\n * 2020-11-23 - Set XDG_CACHE_HOME and PYTHONUNBUFFERED in Dockerfile\n * 2020-11-23 - cleanup docker-compose.dev.yml\n * 2020-11-23 - bugfix gateway problems: gunicorn must bind to \"django:8000\"\n * 2020-11-22 - move some gunicorn settings into gunicorn.conf.py\n * 2020-11-22 - Run gunicorn as \"django\" user and not as root\n * 2020-11-22 - setup gunicorn logs\n * 2020-11-22 - bugfix \"make reload_django\"\n * 2020-11-22 - fix \"make shell_docker-dev-server\"\n * 2020-11-22 - Bugfix media files: save them on a volume\n * 2020-11-22 - More generic deployment: rename \"inventory\" to \"django\"\n * 2020-11-22 - replace uwsgi with gunicorn\n * 2020-11-22 - pull before build\n* [v0.6.0](https://github.com/jedie/PyInventory/compare/v0.5.0...v0.6.0)\n * 2020-11-15 - Bugfix file excluding for lint/format tools\n * 2020-11-15 - Add tests to uploaded user images\n * 2020-11-15 - remove appended slash to /media/ urls\n * 2020-11-15 - bugfix image __str__() im name is None\n * 2020-11-15 - update translations\n * 2020-11-15 - Store Images to Items\n * 2020-11-14 - Update deployment setup:\n * 2020-11-14 - add basic selenium tests\n * 2020-11-14 - activate pytest-parallel in \"make pytest\"\n * 2020-11-14 - use pytest-parallel\n * 2020-11-14 - Quote DB name and user\n* [v0.5.0](https://github.com/jedie/PyInventory/compare/v0.4.2...v0.5.0)\n * 2020-11-14 - update \"make update\" and pull from master\n * 2020-11-14 - setup Caddy volumens for \"data\" and \"config\"\n * 2020-11-14 - Bugfix \"make run-docker-dev-server\" by clean dist\n * 2020-11-14 - Add \"make run-docker-dev-server\" for local docker test run\n * 2020-11-14 - Exclude docker volumes form pytest\n * 2020-11-14 - +\"make createsuperuser\"\n * 2020-11-14 - remove unused make targets\n * 2020-11-14 - Bugfix building the template dirs path\n * 2020-11-14 - cleanup\n * 2020-11-14 - Add \"header\" in Makefiles\n * 2020-11-14 - update deployment README\n * 2020-11-13 - remove obsolete yapf config\n * 2020-11-13 - move .isort.cfg into pyproject.toml\n * 2020-11-13 - add a note about https://gitlab.com/pycqa/flake8/-/issues/428\n * 2020-11-13 - move pytest.ini into pyproject.toml\n * 2020-11-13 - move tox.ini into pyproject.toml\n * 2020-11-13 - fix tox\n * 2020-11-13 - update requirements\n * 2020-11-13 - WIP: Fix project layout\n * 2020-11-13 - update path to meta files\n * 2020-11-13 - fix github action\n * 2020-11-13 - Start to update README\n * 2020-11-13 - setup .gitignore\n * 2020-11-13 - move stuff into /src/\n * 2020-11-13 - seperate pip installations\n * 2020-11-13 - Update default install\n * 2020-11-13 - Bugfix servind static files\n * 2020-11-11 - Don't generate migrations\n * 2020-11-11 - Serve static/media files by Caddy\n * 2020-11-11 - add \"make reload_caddy\"\n * 2020-11-11 - Bugfix Makefile help target\n * 2020-10-27 - +acpid\n * 2020-10-27 - Add scripts/apt-cleanup.sh\n * 2020-10-27 - Add some notes\n * 2020-10-27 - cleanup (call \"docker system prune\") after start\n * 2020-10-27 - update README\n * 2020-10-27 - add .dockerignore\n * 2020-10-27 - chmod +x\n * 2020-10-27 - add root server helper shell scripts\n * 2020-10-27 - update docker containers on \"make update\", too\n * 2020-10-27 - Update README.creole\n * 2020-10-26 - init deployment branch\n* [v0.4.2](https://github.com/jedie/PyInventory/compare/v0.4.1...v0.4.2)\n * 2020-11-13 - fix code style\n * 2020-11-11 - update README\n * 2020-11-11 - reduce CKEditor plugins\n * 2020-11-11 - move dev scripts\n * 2020-11-11 - Setup CKEditor uploads\n * 2020-11-11 - Add settings.SERVE_FILES and serve static files only for local development\n* [v0.4.1](https://github.com/jedie/PyInventory/compare/v0.4.0...v0.4.1)\n * 2020-11-02 - prepare v0.4.1 release\n * 2020-11-02 - update requirements\n * 2020-11-02 - change template context key: version_string -> inventory_version_string\n* [v0.4.0](https://github.com/jedie/PyInventory/compare/v0.3.2...v0.4.0)\n * 2020-11-01 - Add Django-Processinfo\n * 2020-11-01 - test code lint via pytest\n * 2020-11-01 - fix code linting tests\n * 2020-11-01 - refactoring/fix tests\n * 2020-11-01 - add django-axes\n * 2020-10-27 - update README\n * 2020-10-27 - Cleanup: remove docker-compose stuff\n * 2020-10-27 - Add link to python-forum.de in README\n* [v0.3.2](https://github.com/jedie/PyInventory/compare/v0.3.1...v0.3.2)\n * 2020-10-26 - v0.3.2: move translations\n * 2020-10-26 - move translations\n* [v0.3.1](https://github.com/jedie/PyInventory/compare/v0.3.0...v0.3.1)\n * 2020-10-26 - rename /locale/ to /inventory_locales/ and include it in package\n* [v0.3.0](https://github.com/jedie/PyInventory/compare/v0.2.0...v0.3.0)\n * 2020-10-26 - update README\n * 2020-10-26 - deny robots via Caddyfile\n * 2020-10-26 - deny robots via html meta\n * 2020-10-26 - \"hide\" information from login page\n * 2020-10-26 - use inventory_project.settings.local as fallback\n * 2020-10-25 - Bump version to v0.3.0\n * 2020-10-25 - Don't link static files: uWSGI reject the files ;)\n * 2020-10-25 - Use caddy with uWSGI in docker-compose usage\n * 2020-10-25 - Refactor settings\n * 2020-10-25 - Fix https://github.com/radiac/django-tagulous/issues/101\n * 2020-10-25 - write start information to stderr\n * 2020-10-25 - Bugfix init: move Database access from checks into post-migate signal\n* [v0.2.0](https://github.com/jedie/PyInventory/compare/v0.1.0...v0.2.0)\n * 2020-10-24 - fix \"make fix-code-style\"\n * 2020-10-24 - Update README and prepare v0.2.0 release\n * 2020-10-24 - sort nestet items\n * 2020-10-24 - bugfix BaseUserOnlyModelForm\n * 2020-10-24 - \"merge\" nested items\n * 2020-10-24 - Make Location.description optional\n * 2020-10-24 - implement multi user usage\n * 2020-10-24 - Add Django dbbackup\n * 2020-10-24 - base activation of Django import/exort\n * 2020-10-24 - install new packages via docker entrypoint, too\n * 2020-10-24 - Speedup make usage\n * 2020-10-24 - update README\n * 2020-10-24 - exclude docker-compose \"volumes\" directory from code formatters and linters\n * 2020-10-24 - fix code style\n * 2020-10-24 - Update requirements\n * 2020-10-24 - add forum links to README\n * 2020-10-20 - Add docker-compose usage\n* [v0.1.0](https://github.com/jedie/PyInventory/compare/v0.0.1...v0.1.0)\n * 2020-10-17 - Fix README.rst\n * 2020-10-17 - update screenshots\n * 2020-10-17 - bugfix link reversion error\n * 2020-10-17 - change Tag fields: case_sensitive=False, space_delimiter=False\n * 2020-10-17 - Setup Header with versionsnumber and footer link to github\n * 2020-10-17 - +test_update_rst_readme()\n * 2020-10-17 - remove obsolete MANIFEST.in file and include AUTHORS\n * 2020-10-17 - bugfix pyupgrade call: Exclude files form: .tox\n * 2020-10-17 - add project setup test\n * 2020-10-17 - Add test for missing migrations\n * 2020-10-17 - add migrations\n * 2020-10-17 - update translations\n * 2020-10-17 - enhance admin\n * 2020-10-17 - limit ItemModel.parent to \"root\"-Elements\n * 2020-10-17 - make ItemModel.description optional\n * 2020-10-17 - Enhance models and admin\n * 2020-10-17 - Add 'bx_py_utils' to INSTALLED_APPS to activate translations from this package\n * 2020-10-16 - Update README.creole\n * 2020-10-16 - update tests\n * 2020-10-16 - Add de/en translations\n * 2020-10-16 - Basic project usage:\n * 2020-10-16 - Don't prefix URLs with language_code\n * 2020-10-16 - print Django version, too\n * 2020-10-16 - fix CKeditor\n * 2020-10-16 - fix ignore static/media\n * 2020-10-16 - Use TimetrackingBaseModel from bx_py_utils\n * 2020-10-16 - use default template settings\n * 2020-10-16 - 'ckeditor/ckeditor/' -> 'ckeditor/'\n * 2020-10-16 - move static/media/sqlite into project root path\n * 2020-10-16 - fix code style\n * 2020-10-16 - bugfix isort config\n * 2020-10-16 - Test with python 3.7 - 3.9\n * 2020-10-16 - support python >=3.7,<4.0.0\n * 2020-10-16 - Minimal Django project setup\n * 2020-10-15 - update README\n* [v0.0.1](https://github.com/jedie/PyInventory/compare/a2a59c3...v0.0.1)\n * 2020-10-14 - init\n\n</details>\n\n\n[comment]: <> (\u2702\u2702\u2702 auto generated history end \u2702\u2702\u2702)\n\n## links\n\n| | |\n|----------|--------------------------------------------------------------------------------|\n| Homepage | [http://github.com/jedie/PyInventory](http://github.com/jedie/PyInventory) |\n| PyPi | [https://pypi.org/project/PyInventory/](https://pypi.org/project/PyInventory/) |\n\nDiscuss here:\n\n\n* [vogons.org Forum Thread (en)](https://www.vogons.org/viewtopic.php?f=5&t=77285)\n* [Python-Forum (de)](https://www.python-forum.de/viewtopic.php?f=9&t=50024)\n* [VzEkC e. V. Forum Thread (de)](https://forum.classic-computing.de/forum/index.php?thread/21738-opensource-projekt-pyinventory-web-basierte-verwaltung-um-seine-dinge-zu-katalog/)\n* [dosreloaded.de Forum Thread (de)](https://dosreloaded.de/forum/index.php?thread/3702-pyinventory-retro-sammlung-katalogisieren/)\n\n## donation\n\n\n* [paypal.me/JensDiemer](https://www.paypal.me/JensDiemer)\n* [Flattr This!](https://flattr.com/submit/auto?uid=jedie&url=https%3A%2F%2Fgithub.com%2Fjedie%2FPyInventory%2F)\n* Send [Bitcoins](http://www.bitcoin.org/) to [1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F](https://blockexplorer.com/address/1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F)\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "Web based management to catalog things including state and location etc. using Python/Django.",
"version": "0.20.1",
"project_urls": {
"Documentation": "https://github.com/jedie/PyInventory",
"Source": "https://github.com/jedie/PyInventory"
},
"split_keywords": [
"inventory",
" django"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "72a74c566e0e920fd3556b6d9491e508be5316eb2cbbb7b5692dfda6fe6501e5",
"md5": "0a3716ab0b263280cc0fddb1b52c3a31",
"sha256": "e484f97fc9d95f1180e9cc7b52c1fc5eaf038918caba080e89f35a9ae8934f23"
},
"downloads": -1,
"filename": "PyInventory-0.20.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0a3716ab0b263280cc0fddb1b52c3a31",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 121464,
"upload_time": "2024-09-05T18:15:31",
"upload_time_iso_8601": "2024-09-05T18:15:31.127053Z",
"url": "https://files.pythonhosted.org/packages/72/a7/4c566e0e920fd3556b6d9491e508be5316eb2cbbb7b5692dfda6fe6501e5/PyInventory-0.20.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5e07b004c8d28e8d38b7dd48a7528f1750f7554f5386595ec3810fc9ec374949",
"md5": "2d9f7ab2232801a20b1d0142eef08089",
"sha256": "c55fc03ec7adbe728d6df1f20eb2735dbfdef42b6c6ee2a4789b6bc508620af7"
},
"downloads": -1,
"filename": "pyinventory-0.20.1.tar.gz",
"has_sig": false,
"md5_digest": "2d9f7ab2232801a20b1d0142eef08089",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 153461,
"upload_time": "2024-09-05T18:15:33",
"upload_time_iso_8601": "2024-09-05T18:15:33.533910Z",
"url": "https://files.pythonhosted.org/packages/5e/07/b004c8d28e8d38b7dd48a7528f1750f7554f5386595ec3810fc9ec374949/pyinventory-0.20.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-05 18:15:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jedie",
"github_project": "PyInventory",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pyinventory"
}