coderecognition 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.
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: coderecognition
3
+ Version: 0.0.1
4
+ Summary: This package has moved to coderec. Install coderec instead: pip install coderec
5
+ Author-email: Francesco Marinoni Moretto <francesco.marinoni.moretto@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/frmoretto/coderec
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # coderecognition
12
+
13
+ **This package has moved to [`coderec`](https://pypi.org/project/coderec/).**
14
+
15
+ ```bash
16
+ pip install coderec
17
+ ```
18
+
19
+ See [github.com/frmoretto/coderec](https://github.com/frmoretto/coderec) for documentation.
@@ -0,0 +1,9 @@
1
+ # coderecognition
2
+
3
+ **This package has moved to [`coderec`](https://pypi.org/project/coderec/).**
4
+
5
+ ```bash
6
+ pip install coderec
7
+ ```
8
+
9
+ See [github.com/frmoretto/coderec](https://github.com/frmoretto/coderec) for documentation.
@@ -0,0 +1,2 @@
1
+ """This package has moved to coderec. Install: pip install coderec"""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: coderecognition
3
+ Version: 0.0.1
4
+ Summary: This package has moved to coderec. Install coderec instead: pip install coderec
5
+ Author-email: Francesco Marinoni Moretto <francesco.marinoni.moretto@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/frmoretto/coderec
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # coderecognition
12
+
13
+ **This package has moved to [`coderec`](https://pypi.org/project/coderec/).**
14
+
15
+ ```bash
16
+ pip install coderec
17
+ ```
18
+
19
+ See [github.com/frmoretto/coderec](https://github.com/frmoretto/coderec) for documentation.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ coderecognition/__init__.py
4
+ coderecognition.egg-info/PKG-INFO
5
+ coderecognition.egg-info/SOURCES.txt
6
+ coderecognition.egg-info/dependency_links.txt
7
+ coderecognition.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ coderecognition
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "coderecognition"
7
+ version = "0.0.1"
8
+ description = "This package has moved to coderec. Install coderec instead: pip install coderec"
9
+ readme = "README.md"
10
+ license = {text = "MIT"}
11
+ authors = [
12
+ {name = "Francesco Marinoni Moretto", email = "francesco.marinoni.moretto@gmail.com"}
13
+ ]
14
+ requires-python = ">=3.9"
15
+
16
+ [project.urls]
17
+ Homepage = "https://github.com/frmoretto/coderec"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+