mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 13:42:11 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33680dab5d | ||
|
|
05f1bae04d |
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
@@ -4,7 +4,7 @@
|
|||||||
# https://setuptools.pypa.io/en/latest/references/keywords.html
|
# https://setuptools.pypa.io/en/latest/references/keywords.html
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = meshctrl
|
name = libmeshctrl
|
||||||
description = Python package for interacting with a Meshcentral server instance
|
description = Python package for interacting with a Meshcentral server instance
|
||||||
author = Josiah Baldwin
|
author = Josiah Baldwin
|
||||||
author_email = jbaldwin8889@gmail.com
|
author_email = jbaldwin8889@gmail.com
|
||||||
|
|||||||
@@ -15,10 +15,13 @@ except PackageNotFoundError: # pragma: no cover
|
|||||||
finally:
|
finally:
|
||||||
del version, PackageNotFoundError
|
del version, PackageNotFoundError
|
||||||
|
|
||||||
from . import session
|
from .session import Session
|
||||||
from . import constants
|
from . import constants
|
||||||
from . import shell
|
from . import shell
|
||||||
from . import tunnel
|
from . import tunnel
|
||||||
from . import util
|
from . import util
|
||||||
from . import files
|
from . import files
|
||||||
from . import exceptions
|
from . import exceptions
|
||||||
|
from . import device
|
||||||
|
from . import mesh
|
||||||
|
from . import user_group
|
||||||
Reference in New Issue
Block a user