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.
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: programming-languages
3
- Version: 2.0.1
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.1
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.1">
60
- <img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
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.1/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.
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.1">
8
- <img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
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.1/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.
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.1"
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.1"
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"
@@ -0,0 +1,6 @@
1
+ import io, json, os, sys
2
+
3
+ with io.open(os.path.join(os.path.dirname(__file__), 'programming-languages.json'), encoding='utf-8') as file:
4
+ programming_languages = json.load(file)
5
+
6
+ sys.modules[__name__] = programming_languages
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: programming-languages
3
- Version: 2.0.1
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.1
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.1">
60
- <img height=31 src="https://img.shields.io/badge/Latest_Build-2.0.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
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.1/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.
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
 
@@ -1,6 +0,0 @@
1
- import json, os, sys
2
-
3
- with open(os.path.join(os.path.dirname(__file__), 'programming-languages.json'), encoding='utf-8') as file:
4
- programming_languages = json.load(file)
5
-
6
- sys.modules[__name__] = programming_languages