paraencoder 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

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.
para/pyproject.toml ADDED
@@ -0,0 +1,41 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "paraencoder"
7
+ version = "0.1.0"
8
+ description = "Burmese text detection and conversion toolkit for Zawgyi and Unicode"
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ authors = [
12
+ { name = "Para Maintainers" }
13
+ ]
14
+ license = { text = "MIT" }
15
+ keywords = ["myanmar", "burmese", "zawgyi", "unicode", "text", "conversion"]
16
+ classifiers = [
17
+ "Programming Language :: Python :: 3",
18
+ "Programming Language :: Python :: 3 :: Only",
19
+ "License :: OSI Approved :: MIT License",
20
+ "Operating System :: OS Independent",
21
+ "Topic :: Text Processing :: Linguistic",
22
+ ]
23
+ dependencies = []
24
+
25
+ [project.urls]
26
+ Homepage = "https://github.com/Laitei40/ParaEncoder"
27
+ Repository = "https://github.com/Laitei40/ParaEncoder"
28
+ Issues = "https://github.com/Laitei40/ParaEncoder/issues"
29
+
30
+ [project.optional-dependencies]
31
+ test = ["pytest>=7"]
32
+
33
+ [project.scripts]
34
+ para = "para.cli:main"
35
+
36
+ [tool.hatch.build.targets.wheel]
37
+ packages = ["para"]
38
+
39
+ [tool.pytest.ini_options]
40
+ testpaths = ["tests"]
41
+ addopts = "-q"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: paraencoder
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Burmese text detection and conversion toolkit for Zawgyi and Unicode
5
5
  Project-URL: Homepage, https://github.com/Laitei40/ParaEncoder
6
6
  Project-URL: Repository, https://github.com/Laitei40/ParaEncoder
@@ -34,7 +34,7 @@ Para is a small, boring, and transparent toolkit for working with Burmese text.
34
34
 
35
35
  ## Installation
36
36
  ```bash
37
- pip install para
37
+ pip install paraencoder
38
38
  ```
39
39
 
40
40
  ## Usage
@@ -4,9 +4,10 @@ para/convert.py,sha256=hpsqjjt8kgEnOfryw1sDYE6RsTX-INNm8hGuL1pqZeA,1370
4
4
  para/detect.py,sha256=rGask21S1ST1KwZnvPT-SFpODGXJ6-VAAkLfaalsKKk,1929
5
5
  para/io.py,sha256=jG-vB7y_x7dn-nHjMrygn3e9jz-FDsxRRtjJylCHDeA,1074
6
6
  para/normalize.py,sha256=k4a8-OtYh-bbPAwGytpP92CwiX_R9QNZSDjdccSgYEM,784
7
+ para/pyproject.toml,sha256=2qF-g_VqBwQzoE_gRs0Q9dNudPramF747dfAhGkdjH0,1056
7
8
  para/rules.py,sha256=U1uIxYW2Ag-Y8ZNa0DY5KsdLKNw5fwHztpYhjRo9GfA,9753
8
- paraencoder-0.1.0.dist-info/METADATA,sha256=iU0fpxoFo9RW2omwMxjJ-CrYDk3a8PP-WMQktZEuG-I,5700
9
- paraencoder-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
10
- paraencoder-0.1.0.dist-info/entry_points.txt,sha256=Dn1jwtUjVRTWNPcpkWvVzPcCZMJTvDcOmi6DT1F_A2E,39
11
- paraencoder-0.1.0.dist-info/licenses/LICENSE,sha256=ykJYlrfnN4vfXeFv-XrRR5Yzftp-F9TlSYiXDcNTfTY,1073
12
- paraencoder-0.1.0.dist-info/RECORD,,
9
+ paraencoder-0.1.1.dist-info/METADATA,sha256=62ZtYixYQ3T6pmvr6dKI8FBWoah_RPI_-p4tg0mZ7mo,5707
10
+ paraencoder-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
11
+ paraencoder-0.1.1.dist-info/entry_points.txt,sha256=Dn1jwtUjVRTWNPcpkWvVzPcCZMJTvDcOmi6DT1F_A2E,39
12
+ paraencoder-0.1.1.dist-info/licenses/LICENSE,sha256=ykJYlrfnN4vfXeFv-XrRR5Yzftp-F9TlSYiXDcNTfTY,1073
13
+ paraencoder-0.1.1.dist-info/RECORD,,