blob: aa8b7a52a645e7cb5c3f6e7fdc36e94ad3131fa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>A python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files.</longdescription>
<upstream>
<remote-id type="pypi">ipynb</remote-id>
<remote-id type="github">ipython/ipynb</remote-id>
</upstream>
</pkgmetadata>
|