Metadata-Version: 2.1
Name: linuxnamespaces
Version: 0.0.1
Summary: typed syscall wrappers and plumbing for working with Linux namespaces
Author-email: Helmut Grohne <helmut@subdivi.de>
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Typing :: Typed
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Provides-Extra: dbussy
Requires-Dist: dbussy ; extra == 'dbussy'
Provides-Extra: jeepney
Requires-Dist: jeepney ; extra == 'jeepney'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-forked ; extra == 'test'
Requires-Dist: pytest-subtests ; extra == 'test'
Provides-Extra: zstandard
Requires-Dist: zstandard ; extra == 'zstandard'

