acuity-framework 2.0.1__tar.gz → 2.0.2__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.
- {acuity_framework-2.0.1/acuity_framework.egg-info → acuity_framework-2.0.2}/PKG-INFO +1 -1
- {acuity_framework-2.0.1 → acuity_framework-2.0.2/acuity_framework.egg-info}/PKG-INFO +1 -1
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/pyproject.toml +1 -1
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/setup.py +7 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/LICENSE +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/README.md +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/__init__.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/config.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/extraction/__init__.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/extraction/ner_crf.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/extraction/ner_transformer.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/extraction/pipeline.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/extraction/postprocessing.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/extraction/preprocessing.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/extraction/rules.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/recommendation/__init__.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/recommendation/engine.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/recommendation/proximity.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/recommendation/ranker.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/recommendation/similarity.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/recommendation/vectorizer.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/scraper/__init__.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/scraper/scraper.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/scraper/utils.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/utils.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/verification/__init__.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity/verification/bplo.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity_framework.egg-info/SOURCES.txt +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity_framework.egg-info/dependency_links.txt +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity_framework.egg-info/requires.txt +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity_framework.egg-info/top_level.txt +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/setup.cfg +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/tests/test_extraction.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/tests/test_recommendation.py +0 -0
- {acuity_framework-2.0.1 → acuity_framework-2.0.2}/tests/test_verification.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: acuity-framework
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: ACUITY — A machine learning framework for extracting, verifying, and recommending local micro-enterprise profiles from unstructured community posts.
|
|
5
5
|
Author: ACUITY Research Team
|
|
6
6
|
License: MIT
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: acuity-framework
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: ACUITY — A machine learning framework for extracting, verifying, and recommending local micro-enterprise profiles from unstructured community posts.
|
|
5
5
|
Author: ACUITY Research Team
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "acuity-framework"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.2"
|
|
8
8
|
description = "ACUITY — A machine learning framework for extracting, verifying, and recommending local micro-enterprise profiles from unstructured community posts."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -9,6 +9,13 @@ import subprocess
|
|
|
9
9
|
from setuptools import setup
|
|
10
10
|
from setuptools.command.build_py import build_py
|
|
11
11
|
|
|
12
|
+
# Ensure the banner/spinner emoji can be written regardless of the console
|
|
13
|
+
# encoding (e.g. Windows cp1252), otherwise the build crashes.
|
|
14
|
+
try:
|
|
15
|
+
sys.stdout.reconfigure(encoding="utf-8", errors="replace")
|
|
16
|
+
except AttributeError:
|
|
17
|
+
pass
|
|
18
|
+
|
|
12
19
|
# Corrected "ACUITY" banner with your team's names
|
|
13
20
|
BANNER = r"""
|
|
14
21
|
_ ___ _ _ ___ _____ _ _
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{acuity_framework-2.0.1 → acuity_framework-2.0.2}/acuity_framework.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|