devboard 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.
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.1
2
+ Name: devboard
3
+ Version: 0.0.0
4
+ Summary: A development dashboard for your projects. Available to sponsors only.
5
+ Author-email: Timothée Mazzucotelli <pawamoy@pm.me>
6
+ Classifier: Development Status :: 1 - Planning
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+
10
+ # devboard
11
+
12
+ A development dashboard for your projects.
13
+
14
+ This project is currently available to [sponsors](https://github.com/sponsors/pawamoy) only.
15
+ See https://pawamoy.github.io/devboard/insiders.
@@ -0,0 +1,6 @@
1
+ # devboard
2
+
3
+ A development dashboard for your projects.
4
+
5
+ This project is currently available to [sponsors](https://github.com/sponsors/pawamoy) only.
6
+ See https://pawamoy.github.io/devboard/insiders.
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.1
2
+ Name: devboard
3
+ Version: 0.0.0
4
+ Summary: A development dashboard for your projects. Available to sponsors only.
5
+ Author-email: Timothée Mazzucotelli <pawamoy@pm.me>
6
+ Classifier: Development Status :: 1 - Planning
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+
10
+ # devboard
11
+
12
+ A development dashboard for your projects.
13
+
14
+ This project is currently available to [sponsors](https://github.com/sponsors/pawamoy) only.
15
+ See https://pawamoy.github.io/devboard/insiders.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ devboard.egg-info/PKG-INFO
4
+ devboard.egg-info/SOURCES.txt
5
+ devboard.egg-info/dependency_links.txt
6
+ devboard.egg-info/top_level.txt
@@ -0,0 +1,8 @@
1
+ [project]
2
+ name = "devboard"
3
+ version = "0.0.0"
4
+ description = "A development dashboard for your projects. Available to sponsors only."
5
+ authors = [{name = "Timothée Mazzucotelli", email = "pawamoy@pm.me"}]
6
+ readme = "README.md"
7
+ requires-python = ">=3.8"
8
+ classifiers = ["Development Status :: 1 - Planning"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+