flanj 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.
flanj-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: flanj
3
+ Version: 0.0.1
4
+ Summary: Placeholder for the Flanj SDK — in development at https://flanj.io
5
+ License: Apache-2.0
6
+ Project-URL: Homepage, https://flanj.io
7
+ Project-URL: Source, https://github.com/flanj-io
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # flanj
12
+
13
+ This name is reserved for **Flanj** (https://flanj.io).
14
+
15
+ The real package is in development. Until it ships, this is an intentionally
16
+ empty placeholder. Don't depend on it.
17
+
18
+ Development happens at https://github.com/flanj-io.
flanj-0.0.1/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # flanj
2
+
3
+ This name is reserved for **Flanj** (https://flanj.io).
4
+
5
+ The real package is in development. Until it ships, this is an intentionally
6
+ empty placeholder. Don't depend on it.
7
+
8
+ Development happens at https://github.com/flanj-io.
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "flanj"
7
+ version = "0.0.1"
8
+ description = "Placeholder for the Flanj SDK — in development at https://flanj.io"
9
+ readme = "README.md"
10
+ license = { text = "Apache-2.0" }
11
+ requires-python = ">=3.9"
12
+
13
+ [project.urls]
14
+ Homepage = "https://flanj.io"
15
+ Source = "https://github.com/flanj-io"
16
+
17
+ [tool.setuptools.packages.find]
18
+ where = ["src"]
flanj-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,3 @@
1
+ """Placeholder for the Flanj SDK — see https://flanj.io"""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: flanj
3
+ Version: 0.0.1
4
+ Summary: Placeholder for the Flanj SDK — in development at https://flanj.io
5
+ License: Apache-2.0
6
+ Project-URL: Homepage, https://flanj.io
7
+ Project-URL: Source, https://github.com/flanj-io
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # flanj
12
+
13
+ This name is reserved for **Flanj** (https://flanj.io).
14
+
15
+ The real package is in development. Until it ships, this is an intentionally
16
+ empty placeholder. Don't depend on it.
17
+
18
+ Development happens at https://github.com/flanj-io.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/flanj/__init__.py
4
+ src/flanj.egg-info/PKG-INFO
5
+ src/flanj.egg-info/SOURCES.txt
6
+ src/flanj.egg-info/dependency_links.txt
7
+ src/flanj.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ flanj