vekla 0.0.1__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.
- vekla-0.0.1/PKG-INFO +19 -0
- vekla-0.0.1/README.md +8 -0
- vekla-0.0.1/pyproject.toml +16 -0
- vekla-0.0.1/setup.cfg +4 -0
- vekla-0.0.1/vekla/__init__.py +1 -0
- vekla-0.0.1/vekla.egg-info/PKG-INFO +19 -0
- vekla-0.0.1/vekla.egg-info/SOURCES.txt +7 -0
- vekla-0.0.1/vekla.egg-info/dependency_links.txt +1 -0
- vekla-0.0.1/vekla.egg-info/top_level.txt +1 -0
vekla-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: vekla
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Vekla: A language for spatio-temporal reasoning
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Homepage, https://vekla.dev
|
|
7
|
+
Project-URL: Repository, https://github.com/vekla-lang/vekla
|
|
8
|
+
Keywords: vekla,language,spatial,temporal,spatio-temporal,reasoning
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# Vekla
|
|
13
|
+
|
|
14
|
+
A language for spatio-temporal reasoning.
|
|
15
|
+
|
|
16
|
+
**This is a placeholder package.** The project is under active development.
|
|
17
|
+
|
|
18
|
+
- Website: [vekla.dev](https://vekla.dev)
|
|
19
|
+
- GitHub: [github.com/vekla-lang](https://github.com/vekla-lang)
|
vekla-0.0.1/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "vekla"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "Vekla: A language for spatio-temporal reasoning"
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
license = "MIT"
|
|
7
|
+
requires-python = ">=3.9"
|
|
8
|
+
keywords = ["vekla", "language", "spatial", "temporal", "spatio-temporal", "reasoning"]
|
|
9
|
+
|
|
10
|
+
[project.urls]
|
|
11
|
+
Homepage = "https://vekla.dev"
|
|
12
|
+
Repository = "https://github.com/vekla-lang/vekla"
|
|
13
|
+
|
|
14
|
+
[build-system]
|
|
15
|
+
requires = ["setuptools>=61.0"]
|
|
16
|
+
build-backend = "setuptools.build_meta"
|
vekla-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Vekla: A language for spatio-temporal reasoning."""
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: vekla
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Vekla: A language for spatio-temporal reasoning
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Homepage, https://vekla.dev
|
|
7
|
+
Project-URL: Repository, https://github.com/vekla-lang/vekla
|
|
8
|
+
Keywords: vekla,language,spatial,temporal,spatio-temporal,reasoning
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# Vekla
|
|
13
|
+
|
|
14
|
+
A language for spatio-temporal reasoning.
|
|
15
|
+
|
|
16
|
+
**This is a placeholder package.** The project is under active development.
|
|
17
|
+
|
|
18
|
+
- Website: [vekla.dev](https://vekla.dev)
|
|
19
|
+
- GitHub: [github.com/vekla-lang](https://github.com/vekla-lang)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
vekla
|