summaryrefslogtreecommitdiff
path: root/dev-python/retworkx/metadata.xml
blob: 6ce63280f259c63c4bb17f884fa22f4545ffd8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <!-- comaintainers-welcomed -->
  <maintainer type="person" proxied="yes">
    <email>gaboroszkar@protonmail.com</email>
    <name>Gábor Oszkár Dénes</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</name>
  </maintainer>
  <longdescription>
    retworkx is a general purpose graph library for python3 written in Rust to take advantage of the performance and safety that Rust provides. It was built as a replacement for qiskit's previous (and current) networkx usage (hence the name) but is designed to provide a high performance general purpose graph library for any python application. The project was originally started to build a faster directed graph to use as the underlying data structure for the DAG at the center of qiskit-terra's transpiler, but it has since grown to cover all the graph usage in Qiskit and other applications.
  </longdescription>
  <upstream>
    <remote-id type="github">Qiskit/retworkx</remote-id>
    <remote-id type="pypi">retworkx</remote-id>
  </upstream>
</pkgmetadata>