Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
[metadata]
name = sbc_manager
version = 1.0.1
author = Dr Matthew Swabey
author_email = matthew@swabey.org
description = Manage dnsmasq and NBD to support diskless linus SBCs
long_description = file: README.md
classifiers =
Programming Language :: Python :: 3.8
License :: Other/Proprietary License
Operating System :: POSIX :: Linux
[options]
packages = find:
install_requires =
Click
attrs
pendulum
cattrs >= 1.8.0
tomli
rich
python_requires =
>=3.8
[options.entry_points]
console_scripts =
sbc-mgr = manager.cli:cli
[flake8]
max-line-length = 88