gni 0.1.2

Library to create a GPU Node ID
Documentation
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.

# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.

[build-system]
requires = [
  "maturin>=1.0", 
  "cffi",
]
build-backend = "maturin"

[project]
name = "gni"
dynamic = ["version"]
dependencies = ["cffi"]
readme = "src/python/README.md"
description = "Library to create a GPU Node ID"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
  {email = "luccab@meta.com"},
  {name = "Lucca Bertoncini"}
]
maintainers = [
  {name = "Lucca Bertoncini", email = "luccab@meta.com"}
]

[project.urls]
Homepage = "https://github.com/facebookresearch/gni"
Issues = "https://github.com/facebookresearch/gni/issues"