NOF, network objects finder is an web application to search various 'objects' in networks consists of various networking nodes have IP address.
- Author: Satoru SATOH <ssato@redhat.com>
- License: MIT
This is a very experimental prototype web application implementation to research possibility of web application assists network engineers. This is not intended to use in production nor a supported Red Hat product at all. Please use this software at your own risk.
See pkg/requirements.txt.
Try:
- python3 setup.py bdist_rpm --source-only
- mock dist/python-nof-*.rpm
Unfortunatelly, some RPMs are not available and you need to build themselves along with this, so I recommend the later way.
Try 'pip3 install --root /path/to/install/dir .' in the top source dir.
Try 'tox -e py37' for example.
Try 'tox -e app' to run this application locally.