fimd 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
fimd-0.1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: fimd
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Flexible Imputation of Missing Data — Python companion to the FIMD book
|
|
5
|
+
Author-email: Stef van Buuren <s.vanbuuren@uu.nl>
|
|
6
|
+
License-Expression: GPL-2.0-or-later
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.0"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: fimd
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Flexible Imputation of Missing Data — Python companion to the FIMD book
|
|
5
|
+
Author-email: Stef van Buuren <s.vanbuuren@uu.nl>
|
|
6
|
+
License-Expression: GPL-2.0-or-later
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fimd
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "fimd"
|
|
3
|
+
version = "0.1.0"
|
|
4
|
+
description = "Flexible Imputation of Missing Data — Python companion to the FIMD book"
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
license = "GPL-2.0-or-later"
|
|
7
|
+
authors = [
|
|
8
|
+
{ name = "Stef van Buuren", email = "s.vanbuuren@uu.nl" }
|
|
9
|
+
]
|
|
10
|
+
requires-python = ">=3.10"
|
|
11
|
+
|
|
12
|
+
[build-system]
|
|
13
|
+
requires = ["setuptools>=61", "wheel"]
|
|
14
|
+
build-backend = "setuptools.build_meta"
|
fimd-0.1.0/setup.cfg
ADDED