owhile 0.0.0__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.
- owhile-0.0.0/PKG-INFO +19 -0
- owhile-0.0.0/README.md +9 -0
- owhile-0.0.0/pyproject.toml +18 -0
- owhile-0.0.0/setup.cfg +4 -0
- owhile-0.0.0/src/owhile/__init__.py +3 -0
- owhile-0.0.0/src/owhile.egg-info/PKG-INFO +19 -0
- owhile-0.0.0/src/owhile.egg-info/SOURCES.txt +7 -0
- owhile-0.0.0/src/owhile.egg-info/dependency_links.txt +1 -0
- owhile-0.0.0/src/owhile.egg-info/top_level.txt +1 -0
owhile-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: owhile
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Owhile — interactive experiences you step into, for a little while.
|
|
5
|
+
License: Proprietary
|
|
6
|
+
Keywords: owhile,interactive,experiences,stories,simulations
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# owhile
|
|
12
|
+
|
|
13
|
+
**Go somewhere for a while.**
|
|
14
|
+
|
|
15
|
+
Owhile is a platform for interactive experiences — stories, simulations, games
|
|
16
|
+
and experiments you step into rather than watch.
|
|
17
|
+
|
|
18
|
+
This package name is reserved for Owhile tooling, currently in development.
|
|
19
|
+
It intentionally ships no functionality yet.
|
owhile-0.0.0/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# owhile
|
|
2
|
+
|
|
3
|
+
**Go somewhere for a while.**
|
|
4
|
+
|
|
5
|
+
Owhile is a platform for interactive experiences — stories, simulations, games
|
|
6
|
+
and experiments you step into rather than watch.
|
|
7
|
+
|
|
8
|
+
This package name is reserved for Owhile tooling, currently in development.
|
|
9
|
+
It intentionally ships no functionality yet.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "owhile"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Owhile — interactive experiences you step into, for a little while."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.9"
|
|
11
|
+
license = { text = "Proprietary" }
|
|
12
|
+
keywords = ["owhile", "interactive", "experiences", "stories", "simulations"]
|
|
13
|
+
classifiers = [
|
|
14
|
+
"Development Status :: 1 - Planning",
|
|
15
|
+
]
|
|
16
|
+
|
|
17
|
+
[tool.setuptools.packages.find]
|
|
18
|
+
where = ["src"]
|
owhile-0.0.0/setup.cfg
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: owhile
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Owhile — interactive experiences you step into, for a little while.
|
|
5
|
+
License: Proprietary
|
|
6
|
+
Keywords: owhile,interactive,experiences,stories,simulations
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Requires-Python: >=3.9
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# owhile
|
|
12
|
+
|
|
13
|
+
**Go somewhere for a while.**
|
|
14
|
+
|
|
15
|
+
Owhile is a platform for interactive experiences — stories, simulations, games
|
|
16
|
+
and experiments you step into rather than watch.
|
|
17
|
+
|
|
18
|
+
This package name is reserved for Owhile tooling, currently in development.
|
|
19
|
+
It intentionally ships no functionality yet.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
owhile
|