programming-languages 2.0.1__tar.gz → 2.0.2__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.
- {programming_languages-2.0.1 → programming_languages-2.0.2}/PKG-INFO +5 -5
- {programming_languages-2.0.1 → programming_languages-2.0.2}/docs/README.md +3 -3
- {programming_languages-2.0.1 → programming_languages-2.0.2}/pyproject.toml +2 -2
- programming_languages-2.0.2/src/programming_languages/__init__.py +6 -0
- {programming_languages-2.0.1 → programming_languages-2.0.2}/src/programming_languages.egg-info/PKG-INFO +5 -5
- programming_languages-2.0.1/src/programming_languages/__init__.py +0 -6
- {programming_languages-2.0.1 → programming_languages-2.0.2}/docs/LICENSE.md +0 -0
- {programming_languages-2.0.1 → programming_languages-2.0.2}/setup.cfg +0 -0
- {programming_languages-2.0.1 → programming_languages-2.0.2}/src/programming_languages/programming-languages.json +0 -0
- {programming_languages-2.0.1 → programming_languages-2.0.2}/src/programming_languages.egg-info/SOURCES.txt +0 -0
- {programming_languages-2.0.1 → programming_languages-2.0.2}/src/programming_languages.egg-info/dependency_links.txt +0 -0
- {programming_languages-2.0.1 → programming_languages-2.0.2}/src/programming_languages.egg-info/requires.txt +0 -0
- {programming_languages-2.0.1 → programming_languages-2.0.2}/src/programming_languages.egg-info/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: programming-languages
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: File extensions for programming languages.
|
|
5
5
|
Author-email: Adam Lui <adam@kudoai.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Changelog, https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.
|
|
7
|
+
Project-URL: Changelog, https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.2
|
|
8
8
|
Project-URL: Documentation, https://github.com/adamlui/python-utils/tree/main/programming-languages/docs
|
|
9
9
|
Project-URL: Funding, https://github.com/sponsors/adamlui
|
|
10
10
|
Project-URL: Homepage, https://github.com/adamlui/python-utils/tree/main/programming-languages/#readme
|
|
@@ -56,8 +56,8 @@ Dynamic: license-file
|
|
|
56
56
|
|
|
57
57
|
<a href="https://pepy.tech/projects/programming-languages?versions=*">
|
|
58
58
|
<img height=31 src="https://img.shields.io/pepy/dt/programming-languages?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
|
|
59
|
-
<a href="https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.
|
|
60
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.
|
|
59
|
+
<a href="https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.2">
|
|
60
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.2-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
61
61
|
<a href="https://github.com/adamlui/python-utils/blob/main/programming-languages/docs/LICENSE.md">
|
|
62
62
|
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
63
63
|
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
|
|
@@ -67,7 +67,7 @@ Dynamic: license-file
|
|
|
67
67
|
|
|
68
68
|
> ### _File extensions for programming languages._
|
|
69
69
|
|
|
70
|
-
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@programming-languages-2.0.
|
|
70
|
+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@programming-languages-2.0.2/programming-languages/src/programming_languages/programming-languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 500+ programming languages known to GitHub). Data is updated via script and released via new package version.
|
|
71
71
|
|
|
72
72
|
## Installation
|
|
73
73
|
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
<a href="https://pepy.tech/projects/programming-languages?versions=*">
|
|
6
6
|
<img height=31 src="https://img.shields.io/pepy/dt/programming-languages?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
|
|
7
|
-
<a href="https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.
|
|
8
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.
|
|
7
|
+
<a href="https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.2">
|
|
8
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.2-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
9
9
|
<a href="https://github.com/adamlui/python-utils/blob/main/programming-languages/docs/LICENSE.md">
|
|
10
10
|
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
11
11
|
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
> ### _File extensions for programming languages._
|
|
17
17
|
|
|
18
|
-
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@programming-languages-2.0.
|
|
18
|
+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@programming-languages-2.0.2/programming-languages/src/programming_languages/programming-languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 500+ programming languages known to GitHub). Data is updated via script and released via new package version.
|
|
19
19
|
|
|
20
20
|
## Installation
|
|
21
21
|
|
|
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "programming-languages"
|
|
10
|
-
version = "2.0.
|
|
10
|
+
version = "2.0.2"
|
|
11
11
|
description = "File extensions for programming languages."
|
|
12
12
|
authors = [
|
|
13
13
|
{ name = "Adam Lui", email = "adam@kudoai.com" },
|
|
@@ -82,7 +82,7 @@ classifiers = [
|
|
|
82
82
|
]
|
|
83
83
|
|
|
84
84
|
[project.urls]
|
|
85
|
-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.
|
|
85
|
+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.2"
|
|
86
86
|
Documentation = "https://github.com/adamlui/python-utils/tree/main/programming-languages/docs"
|
|
87
87
|
Funding = "https://github.com/sponsors/adamlui"
|
|
88
88
|
Homepage = "https://github.com/adamlui/python-utils/tree/main/programming-languages/#readme"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: programming-languages
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: File extensions for programming languages.
|
|
5
5
|
Author-email: Adam Lui <adam@kudoai.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
|
-
Project-URL: Changelog, https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.
|
|
7
|
+
Project-URL: Changelog, https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.2
|
|
8
8
|
Project-URL: Documentation, https://github.com/adamlui/python-utils/tree/main/programming-languages/docs
|
|
9
9
|
Project-URL: Funding, https://github.com/sponsors/adamlui
|
|
10
10
|
Project-URL: Homepage, https://github.com/adamlui/python-utils/tree/main/programming-languages/#readme
|
|
@@ -56,8 +56,8 @@ Dynamic: license-file
|
|
|
56
56
|
|
|
57
57
|
<a href="https://pepy.tech/projects/programming-languages?versions=*">
|
|
58
58
|
<img height=31 src="https://img.shields.io/pepy/dt/programming-languages?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
|
|
59
|
-
<a href="https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.
|
|
60
|
-
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.
|
|
59
|
+
<a href="https://github.com/adamlui/python-utils/releases/tag/programming-languages-2.0.2">
|
|
60
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.2-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
61
61
|
<a href="https://github.com/adamlui/python-utils/blob/main/programming-languages/docs/LICENSE.md">
|
|
62
62
|
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
63
63
|
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
|
|
@@ -67,7 +67,7 @@ Dynamic: license-file
|
|
|
67
67
|
|
|
68
68
|
> ### _File extensions for programming languages._
|
|
69
69
|
|
|
70
|
-
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@programming-languages-2.0.
|
|
70
|
+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@programming-languages-2.0.2/programming-languages/src/programming_languages/programming-languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 500+ programming languages known to GitHub). Data is updated via script and released via new package version.
|
|
71
71
|
|
|
72
72
|
## Installation
|
|
73
73
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|