zipcode-features 0.0.5__tar.gz → 0.0.6__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.
- {zipcode_features-0.0.5/zipcode_features.egg-info → zipcode_features-0.0.6}/PKG-INFO +3 -2
- {zipcode_features-0.0.5 → zipcode_features-0.0.6}/setup.py +7 -2
- {zipcode_features-0.0.5 → zipcode_features-0.0.6/zipcode_features.egg-info}/PKG-INFO +3 -2
- zipcode_features-0.0.6/zipcode_features.egg-info/requires.txt +4 -0
- zipcode_features-0.0.5/zipcode_features.egg-info/requires.txt +0 -3
- {zipcode_features-0.0.5 → zipcode_features-0.0.6}/LICENSE +0 -0
- {zipcode_features-0.0.5 → zipcode_features-0.0.6}/README.md +0 -0
- {zipcode_features-0.0.5 → zipcode_features-0.0.6}/setup.cfg +0 -0
- {zipcode_features-0.0.5 → zipcode_features-0.0.6}/zipcode_features/__init__.py +0 -0
- {zipcode_features-0.0.5 → zipcode_features-0.0.6}/zipcode_features.egg-info/SOURCES.txt +0 -0
- {zipcode_features-0.0.5 → zipcode_features-0.0.6}/zipcode_features.egg-info/dependency_links.txt +0 -0
- {zipcode_features-0.0.5 → zipcode_features-0.0.6}/zipcode_features.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zipcode_features
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.6
|
|
4
4
|
Summary: A tool to get features based on census data from zipcodes
|
|
5
5
|
Home-page: https://github.com/EricSchles/zipcode_features
|
|
6
6
|
Author: Eric Schles
|
|
@@ -18,7 +18,8 @@ Description-Content-Type: text/markdown
|
|
|
18
18
|
License-File: LICENSE
|
|
19
19
|
Requires-Dist: zipcodes
|
|
20
20
|
Requires-Dist: pandas
|
|
21
|
-
Requires-Dist: zipcode3
|
|
21
|
+
Requires-Dist: zipcode3==1.0.3
|
|
22
|
+
Requires-Dist: numpy<=2.3.5
|
|
22
23
|
Dynamic: author
|
|
23
24
|
Dynamic: author-email
|
|
24
25
|
Dynamic: classifier
|
|
@@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
|
|
|
10
10
|
# This call to setup() does all the work
|
|
11
11
|
setup(
|
|
12
12
|
name="zipcode_features",
|
|
13
|
-
version="0.0.
|
|
13
|
+
version="0.0.6",
|
|
14
14
|
description="A tool to get features based on census data from zipcodes",
|
|
15
15
|
long_description=README,
|
|
16
16
|
long_description_content_type="text/markdown",
|
|
@@ -32,5 +32,10 @@ setup(
|
|
|
32
32
|
"zipcode_features",
|
|
33
33
|
],
|
|
34
34
|
include_package_data=True,
|
|
35
|
-
install_requires=[
|
|
35
|
+
install_requires=[
|
|
36
|
+
"zipcodes",
|
|
37
|
+
"pandas",
|
|
38
|
+
"zipcode3==1.0.3",
|
|
39
|
+
"numpy<=2.3.5"
|
|
40
|
+
],
|
|
36
41
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zipcode_features
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.6
|
|
4
4
|
Summary: A tool to get features based on census data from zipcodes
|
|
5
5
|
Home-page: https://github.com/EricSchles/zipcode_features
|
|
6
6
|
Author: Eric Schles
|
|
@@ -18,7 +18,8 @@ Description-Content-Type: text/markdown
|
|
|
18
18
|
License-File: LICENSE
|
|
19
19
|
Requires-Dist: zipcodes
|
|
20
20
|
Requires-Dist: pandas
|
|
21
|
-
Requires-Dist: zipcode3
|
|
21
|
+
Requires-Dist: zipcode3==1.0.3
|
|
22
|
+
Requires-Dist: numpy<=2.3.5
|
|
22
23
|
Dynamic: author
|
|
23
24
|
Dynamic: author-email
|
|
24
25
|
Dynamic: classifier
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zipcode_features-0.0.5 → zipcode_features-0.0.6}/zipcode_features.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|