hfst-altlab 0.0.1.dev0__tar.gz → 0.0.1.dev2__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.
- {hfst_altlab-0.0.1.dev0/src/hfst_altlab.egg-info → hfst_altlab-0.0.1.dev2}/PKG-INFO +2 -1
- {hfst_altlab-0.0.1.dev0 → hfst_altlab-0.0.1.dev2}/pyproject.toml +2 -1
- {hfst_altlab-0.0.1.dev0/src → hfst_altlab-0.0.1.dev2/src/hfst_altlab}/__init__.py +0 -2
- {hfst_altlab-0.0.1.dev0 → hfst_altlab-0.0.1.dev2/src/hfst_altlab.egg-info}/PKG-INFO +2 -1
- hfst_altlab-0.0.1.dev2/src/hfst_altlab.egg-info/SOURCES.txt +11 -0
- hfst_altlab-0.0.1.dev2/src/hfst_altlab.egg-info/requires.txt +1 -0
- hfst_altlab-0.0.1.dev2/src/hfst_altlab.egg-info/top_level.txt +1 -0
- hfst_altlab-0.0.1.dev0/src/hfst_altlab.egg-info/SOURCES.txt +0 -10
- hfst_altlab-0.0.1.dev0/src/hfst_altlab.egg-info/top_level.txt +0 -3
- {hfst_altlab-0.0.1.dev0 → hfst_altlab-0.0.1.dev2}/LICENSE +0 -0
- {hfst_altlab-0.0.1.dev0 → hfst_altlab-0.0.1.dev2}/README.md +0 -0
- {hfst_altlab-0.0.1.dev0 → hfst_altlab-0.0.1.dev2}/setup.cfg +0 -0
- {hfst_altlab-0.0.1.dev0/src → hfst_altlab-0.0.1.dev2/src/hfst_altlab}/import_test.py +0 -0
- {hfst_altlab-0.0.1.dev0/src → hfst_altlab-0.0.1.dev2/src/hfst_altlab}/types.py +0 -0
- {hfst_altlab-0.0.1.dev0 → hfst_altlab-0.0.1.dev2}/src/hfst_altlab.egg-info/dependency_links.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hfst-altlab
|
|
3
|
-
Version: 0.0.1.
|
|
3
|
+
Version: 0.0.1.dev2
|
|
4
4
|
Summary: A python wrapper for accessing Helsinki Finite State Transducers used at ALTLab
|
|
5
5
|
Author-email: Felipe Bañados Schwerter <banadoss@ualberta.ca>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,6 +11,7 @@ Classifier: Topic :: Software Development :: Build Tools
|
|
|
11
11
|
Requires-Python: >=3.9
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
+
Requires-Dist: hfst
|
|
14
15
|
Dynamic: license-file
|
|
15
16
|
|
|
16
17
|
hfst-altlab
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hfst-altlab"
|
|
7
|
-
version = "0.0.1.
|
|
7
|
+
version = "0.0.1.dev2"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Felipe Bañados Schwerter", email="banadoss@ualberta.ca" },
|
|
10
10
|
]
|
|
@@ -17,6 +17,7 @@ classifiers = [
|
|
|
17
17
|
]
|
|
18
18
|
license = "Apache-2.0"
|
|
19
19
|
license-files = ["LICENSE"]
|
|
20
|
+
dependencies = ["hfst"]
|
|
20
21
|
|
|
21
22
|
[project.urls]
|
|
22
23
|
Homepage = "https://github.com/UAlbertaALTLab/hfst-altlab"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hfst-altlab
|
|
3
|
-
Version: 0.0.1.
|
|
3
|
+
Version: 0.0.1.dev2
|
|
4
4
|
Summary: A python wrapper for accessing Helsinki Finite State Transducers used at ALTLab
|
|
5
5
|
Author-email: Felipe Bañados Schwerter <banadoss@ualberta.ca>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -11,6 +11,7 @@ Classifier: Topic :: Software Development :: Build Tools
|
|
|
11
11
|
Requires-Python: >=3.9
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
+
Requires-Dist: hfst
|
|
14
15
|
Dynamic: license-file
|
|
15
16
|
|
|
16
17
|
hfst-altlab
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
pyproject.toml
|
|
4
|
+
src/hfst_altlab/__init__.py
|
|
5
|
+
src/hfst_altlab/import_test.py
|
|
6
|
+
src/hfst_altlab/types.py
|
|
7
|
+
src/hfst_altlab.egg-info/PKG-INFO
|
|
8
|
+
src/hfst_altlab.egg-info/SOURCES.txt
|
|
9
|
+
src/hfst_altlab.egg-info/dependency_links.txt
|
|
10
|
+
src/hfst_altlab.egg-info/requires.txt
|
|
11
|
+
src/hfst_altlab.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
hfst
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
hfst_altlab
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hfst_altlab-0.0.1.dev0 → hfst_altlab-0.0.1.dev2}/src/hfst_altlab.egg-info/dependency_links.txt
RENAMED
|
File without changes
|