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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hfst-altlab
3
- Version: 0.0.1.dev0
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.dev0"
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,7 +1,5 @@
1
1
  import hfst
2
2
  from pathlib import Path
3
- from errno import ENOENT
4
- from os import strerror
5
3
  from .types import Analysis
6
4
 
7
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hfst-altlab
3
- Version: 0.0.1.dev0
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
@@ -1,10 +0,0 @@
1
- LICENSE
2
- README.md
3
- pyproject.toml
4
- src/__init__.py
5
- src/import_test.py
6
- src/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/top_level.txt
@@ -1,3 +0,0 @@
1
- __init__
2
- import_test
3
- types