ldaca-wordflow 0.3.5__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.
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.DS_Store
|
|
2
|
+
|
|
3
|
+
# Python-generated files
|
|
4
|
+
__pycache__/
|
|
5
|
+
*.py[oc]
|
|
6
|
+
build/
|
|
7
|
+
dist/
|
|
8
|
+
wheels/
|
|
9
|
+
*.egg-info
|
|
10
|
+
.python-version
|
|
11
|
+
.pytest_cache/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Virtual environments
|
|
15
|
+
.venv
|
|
16
|
+
|
|
17
|
+
# Local editor settings
|
|
18
|
+
.vscode/
|
|
19
|
+
|
|
20
|
+
# Local-only PyPI placeholder/shim build dirs (see PLACEHOLDER_PYPI_PLAN.md / RENAME_PLAN.md)
|
|
21
|
+
_pypi_placeholders/
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ldaca-wordflow
|
|
3
|
+
Version: 0.3.5
|
|
4
|
+
Summary: Placeholder. Reserves the ldaca-wordflow name on PyPI ahead of the ldaca-web-app → ldaca-wordflow rename. Installs ldaca-web-app==0.3.5.
|
|
5
|
+
Project-URL: Homepage, https://github.com/Australian-Text-Analytics-Platform/ldaca_text_analytics_tools
|
|
6
|
+
Author: Australian Text Analytics Platform
|
|
7
|
+
License: MIT
|
|
8
|
+
Classifier: Development Status :: 7 - Inactive
|
|
9
|
+
Requires-Python: >=3.14
|
|
10
|
+
Requires-Dist: ldaca-web-app==0.3.5
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
13
|
+
# ldaca-wordflow (placeholder)
|
|
14
|
+
|
|
15
|
+
This is a placeholder release reserving the `ldaca-wordflow` name on PyPI
|
|
16
|
+
ahead of the upcoming rename from `ldaca-web-app`.
|
|
17
|
+
|
|
18
|
+
For the actual application, install `ldaca-web-app==0.3.5` directly, or
|
|
19
|
+
wait for `ldaca-wordflow==0.4.2+` which will be the first real release on
|
|
20
|
+
this name.
|
|
21
|
+
|
|
22
|
+
Source: https://github.com/Australian-Text-Analytics-Platform/ldaca_text_analytics_tools
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# ldaca-wordflow (placeholder)
|
|
2
|
+
|
|
3
|
+
This is a placeholder release reserving the `ldaca-wordflow` name on PyPI
|
|
4
|
+
ahead of the upcoming rename from `ldaca-web-app`.
|
|
5
|
+
|
|
6
|
+
For the actual application, install `ldaca-web-app==0.3.5` directly, or
|
|
7
|
+
wait for `ldaca-wordflow==0.4.2+` which will be the first real release on
|
|
8
|
+
this name.
|
|
9
|
+
|
|
10
|
+
Source: https://github.com/Australian-Text-Analytics-Platform/ldaca_text_analytics_tools
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "ldaca-wordflow"
|
|
3
|
+
version = "0.3.5"
|
|
4
|
+
description = "Placeholder. Reserves the ldaca-wordflow name on PyPI ahead of the ldaca-web-app → ldaca-wordflow rename. Installs ldaca-web-app==0.3.5."
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
requires-python = ">=3.14"
|
|
7
|
+
license = { text = "MIT" }
|
|
8
|
+
authors = [{ name = "Australian Text Analytics Platform" }]
|
|
9
|
+
dependencies = ["ldaca-web-app==0.3.5"]
|
|
10
|
+
classifiers = ["Development Status :: 7 - Inactive"]
|
|
11
|
+
|
|
12
|
+
[project.urls]
|
|
13
|
+
Homepage = "https://github.com/Australian-Text-Analytics-Platform/ldaca_text_analytics_tools"
|
|
14
|
+
|
|
15
|
+
[build-system]
|
|
16
|
+
requires = ["hatchling"]
|
|
17
|
+
build-backend = "hatchling.build"
|
|
18
|
+
|
|
19
|
+
[tool.hatch.build.targets.wheel]
|
|
20
|
+
bypass-selection = true
|