data-languages 1.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.
- data_languages-1.0.0/PKG-INFO +133 -0
- data_languages-1.0.0/docs/LICENSE.md +21 -0
- data_languages-1.0.0/docs/README.md +76 -0
- data_languages-1.0.0/pyproject.toml +100 -0
- data_languages-1.0.0/setup.cfg +7 -0
- data_languages-1.0.0/src/data_languages/__init__.py +6 -0
- data_languages-1.0.0/src/data_languages/data_languages.json +190 -0
- data_languages-1.0.0/src/data_languages.egg-info/PKG-INFO +133 -0
- data_languages-1.0.0/src/data_languages.egg-info/SOURCES.txt +11 -0
- data_languages-1.0.0/src/data_languages.egg-info/dependency_links.txt +1 -0
- data_languages-1.0.0/src/data_languages.egg-info/requires.txt +5 -0
- data_languages-1.0.0/src/data_languages.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: data-languages
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: File extensions for data languages.
|
|
5
|
+
Author-email: Adam Lui <adam@kudoai.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Changelog, https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.0
|
|
8
|
+
Project-URL: Documentation, https://github.com/adamlui/python-utils/tree/main/data-languages/docs
|
|
9
|
+
Project-URL: Funding, https://github.com/sponsors/adamlui
|
|
10
|
+
Project-URL: Homepage, https://github.com/adamlui/python-utils/tree/main/data-languages/#readme
|
|
11
|
+
Project-URL: Issues, https://github.com/adamlui/python-utils/issues
|
|
12
|
+
Project-URL: PyPI Stats, https://pepy.tech/projects/data-languages
|
|
13
|
+
Project-URL: Releases, https://github.com/adamlui/python-utils/releases
|
|
14
|
+
Project-URL: Repository, https://github.com/adamlui/python-utils
|
|
15
|
+
Keywords: computer-languages,csv,data-languages,extensions,file-extensions,file‑type-detection,filenames,github,json,language-detection,languages,linguist,syntax-highlighting,toml,xml,yaml
|
|
16
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
17
|
+
Classifier: Intended Audience :: Developers
|
|
18
|
+
Classifier: Intended Audience :: Education
|
|
19
|
+
Classifier: Intended Audience :: Information Technology
|
|
20
|
+
Classifier: Intended Audience :: Science/Research
|
|
21
|
+
Classifier: Intended Audience :: System Administrators
|
|
22
|
+
Classifier: Natural Language :: English
|
|
23
|
+
Classifier: Operating System :: OS Independent
|
|
24
|
+
Classifier: Programming Language :: Python
|
|
25
|
+
Classifier: Programming Language :: Python :: 2
|
|
26
|
+
Classifier: Programming Language :: Python :: 2.6
|
|
27
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
28
|
+
Classifier: Programming Language :: Python :: 3
|
|
29
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
30
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
31
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
32
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
33
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
34
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
35
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
36
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
37
|
+
Classifier: Topic :: Database
|
|
38
|
+
Classifier: Topic :: Education
|
|
39
|
+
Classifier: Topic :: Internet
|
|
40
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
41
|
+
Classifier: Topic :: Scientific/Engineering
|
|
42
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
43
|
+
Classifier: Topic :: Software Development
|
|
44
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
45
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
46
|
+
Classifier: Topic :: Text Processing
|
|
47
|
+
Classifier: Topic :: Text Processing :: General
|
|
48
|
+
Classifier: Topic :: Utilities
|
|
49
|
+
Requires-Python: <4,>=2.6
|
|
50
|
+
Description-Content-Type: text/markdown
|
|
51
|
+
License-File: docs/LICENSE.md
|
|
52
|
+
Provides-Extra: dev
|
|
53
|
+
Requires-Dist: nox>=2026.2.9; extra == "dev"
|
|
54
|
+
Requires-Dist: tomli~=2.4.0; extra == "dev"
|
|
55
|
+
Requires-Dist: tomli-w~=1.2.0; extra == "dev"
|
|
56
|
+
Dynamic: license-file
|
|
57
|
+
|
|
58
|
+
<a id="top"></a>
|
|
59
|
+
|
|
60
|
+
# > data-languages
|
|
61
|
+
|
|
62
|
+
<a href="https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.0">
|
|
63
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
64
|
+
<a href="https://github.com/adamlui/python-utils/blob/main/data-languages/docs/LICENSE.md">
|
|
65
|
+
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
66
|
+
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
|
|
67
|
+
<img height=31 src="https://img.shields.io/codefactor/grade/github/adamlui/python-utils?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=a0fc55&style=for-the-badge"></a>
|
|
68
|
+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_python-utils">
|
|
69
|
+
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_python-utils%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=fafc74"></a>
|
|
70
|
+
|
|
71
|
+
> ### _File extensions for data languages._
|
|
72
|
+
|
|
73
|
+
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/data-languages-1.0.0/data-languages/src/data_languages/data_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 145 data languages known to GitHub). Data is updated via script and released via new package version.
|
|
74
|
+
|
|
75
|
+
## Installation
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
pip install data-languages
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Usage
|
|
82
|
+
|
|
83
|
+
```py
|
|
84
|
+
import data_languages
|
|
85
|
+
|
|
86
|
+
json_data = data_languages['JSON']
|
|
87
|
+
|
|
88
|
+
print(json_data['extensions']) # => ['.4DForm', '.4DProject', '.avsc', ...]
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
_Note: Most type checkers will falsely warn_ `data_languages` _is not subscriptable because they are incapable of analyzing runtime behavior (where the module is replaced w/ a dictionary for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.
|
|
92
|
+
|
|
93
|
+
## Examples
|
|
94
|
+
|
|
95
|
+
Get language from an extension:
|
|
96
|
+
|
|
97
|
+
```py
|
|
98
|
+
def get_lang(file_ext):
|
|
99
|
+
for lang, data in data_languages.items():
|
|
100
|
+
if file_ext in data['extensions']:
|
|
101
|
+
return lang
|
|
102
|
+
|
|
103
|
+
print(get_lang('.ical')) # => 'iCalendar'
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
Get language from a file path:
|
|
107
|
+
|
|
108
|
+
```py
|
|
109
|
+
def get_lang_from_path(filepath):
|
|
110
|
+
from pathlib import Path
|
|
111
|
+
file_ext = Path(filepath).suffix
|
|
112
|
+
for lang, data in data_languages.items():
|
|
113
|
+
if file_ext in data['extensions']:
|
|
114
|
+
return lang
|
|
115
|
+
|
|
116
|
+
print(get_lang_from_path('steam.vdf')) # => 'Valve Data Format'
|
|
117
|
+
print(get_lang_from_path('Sublime.sublime-snippet')) # => 'XML'
|
|
118
|
+
print(get_lang_from_path('README.md')) # => None (use markup-languages pkg)
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## MIT License
|
|
122
|
+
|
|
123
|
+
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
|
|
124
|
+
|
|
125
|
+
## Related
|
|
126
|
+
|
|
127
|
+
</> [markup-languages](https://github.com/adamlui/python-utils/tree/main/markup-languages/#readme) - File extensions for markup languages.
|
|
128
|
+
<br>🇨🇳 [non-latin-locales](https://github.com/adamlui/python-utils/tree/main/non-latin-locales/#readme) - ISO 639-1 (2-letter) codes for non-Latin locales.
|
|
129
|
+
<br>#! [programming-languages](https://github.com/adamlui/python-utils/tree/main/programming-languages/#readme) - File extensions for programming languages.
|
|
130
|
+
|
|
131
|
+
#
|
|
132
|
+
|
|
133
|
+
<a href="#top">Back to top ↑</a>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# 🏛️ MIT License
|
|
2
|
+
|
|
3
|
+
**Copyright © 2026 [Adam Lui](https://github.com/adamlui)**
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
<a id="top"></a>
|
|
2
|
+
|
|
3
|
+
# > data-languages
|
|
4
|
+
|
|
5
|
+
<a href="https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.0">
|
|
6
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
7
|
+
<a href="https://github.com/adamlui/python-utils/blob/main/data-languages/docs/LICENSE.md">
|
|
8
|
+
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
9
|
+
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
|
|
10
|
+
<img height=31 src="https://img.shields.io/codefactor/grade/github/adamlui/python-utils?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=a0fc55&style=for-the-badge"></a>
|
|
11
|
+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_python-utils">
|
|
12
|
+
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_python-utils%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=fafc74"></a>
|
|
13
|
+
|
|
14
|
+
> ### _File extensions for data languages._
|
|
15
|
+
|
|
16
|
+
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/data-languages-1.0.0/data-languages/src/data_languages/data_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 145 data languages known to GitHub). Data is updated via script and released via new package version.
|
|
17
|
+
|
|
18
|
+
## Installation
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
pip install data-languages
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## Usage
|
|
25
|
+
|
|
26
|
+
```py
|
|
27
|
+
import data_languages
|
|
28
|
+
|
|
29
|
+
json_data = data_languages['JSON']
|
|
30
|
+
|
|
31
|
+
print(json_data['extensions']) # => ['.4DForm', '.4DProject', '.avsc', ...]
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
_Note: Most type checkers will falsely warn_ `data_languages` _is not subscriptable because they are incapable of analyzing runtime behavior (where the module is replaced w/ a dictionary for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.
|
|
35
|
+
|
|
36
|
+
## Examples
|
|
37
|
+
|
|
38
|
+
Get language from an extension:
|
|
39
|
+
|
|
40
|
+
```py
|
|
41
|
+
def get_lang(file_ext):
|
|
42
|
+
for lang, data in data_languages.items():
|
|
43
|
+
if file_ext in data['extensions']:
|
|
44
|
+
return lang
|
|
45
|
+
|
|
46
|
+
print(get_lang('.ical')) # => 'iCalendar'
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Get language from a file path:
|
|
50
|
+
|
|
51
|
+
```py
|
|
52
|
+
def get_lang_from_path(filepath):
|
|
53
|
+
from pathlib import Path
|
|
54
|
+
file_ext = Path(filepath).suffix
|
|
55
|
+
for lang, data in data_languages.items():
|
|
56
|
+
if file_ext in data['extensions']:
|
|
57
|
+
return lang
|
|
58
|
+
|
|
59
|
+
print(get_lang_from_path('steam.vdf')) # => 'Valve Data Format'
|
|
60
|
+
print(get_lang_from_path('Sublime.sublime-snippet')) # => 'XML'
|
|
61
|
+
print(get_lang_from_path('README.md')) # => None (use markup-languages pkg)
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## MIT License
|
|
65
|
+
|
|
66
|
+
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
|
|
67
|
+
|
|
68
|
+
## Related
|
|
69
|
+
|
|
70
|
+
</> [markup-languages](https://github.com/adamlui/python-utils/tree/main/markup-languages/#readme) - File extensions for markup languages.
|
|
71
|
+
<br>🇨🇳 [non-latin-locales](https://github.com/adamlui/python-utils/tree/main/non-latin-locales/#readme) - ISO 639-1 (2-letter) codes for non-Latin locales.
|
|
72
|
+
<br>#! [programming-languages](https://github.com/adamlui/python-utils/tree/main/programming-languages/#readme) - File extensions for programming languages.
|
|
73
|
+
|
|
74
|
+
#
|
|
75
|
+
|
|
76
|
+
<a href="#top">Back to top ↑</a>
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = [
|
|
3
|
+
"setuptools~=82.0.0",
|
|
4
|
+
"wheel",
|
|
5
|
+
]
|
|
6
|
+
build-backend = "setuptools.build_meta"
|
|
7
|
+
|
|
8
|
+
[project]
|
|
9
|
+
name = "data-languages"
|
|
10
|
+
version = "1.0.0"
|
|
11
|
+
description = "File extensions for data languages."
|
|
12
|
+
authors = [
|
|
13
|
+
{ name = "Adam Lui", email = "adam@kudoai.com" },
|
|
14
|
+
]
|
|
15
|
+
readme = "docs/README.md"
|
|
16
|
+
license = "MIT"
|
|
17
|
+
license-files = [
|
|
18
|
+
"docs/LICENSE.md",
|
|
19
|
+
]
|
|
20
|
+
requires-python = ">=2.6,<4"
|
|
21
|
+
keywords = [
|
|
22
|
+
"computer-languages",
|
|
23
|
+
"csv",
|
|
24
|
+
"data-languages",
|
|
25
|
+
"extensions",
|
|
26
|
+
"file-extensions",
|
|
27
|
+
"file‑type-detection",
|
|
28
|
+
"filenames",
|
|
29
|
+
"github",
|
|
30
|
+
"json",
|
|
31
|
+
"language-detection",
|
|
32
|
+
"languages",
|
|
33
|
+
"linguist",
|
|
34
|
+
"syntax-highlighting",
|
|
35
|
+
"toml",
|
|
36
|
+
"xml",
|
|
37
|
+
"yaml",
|
|
38
|
+
]
|
|
39
|
+
classifiers = [
|
|
40
|
+
"Development Status :: 5 - Production/Stable",
|
|
41
|
+
"Intended Audience :: Developers",
|
|
42
|
+
"Intended Audience :: Education",
|
|
43
|
+
"Intended Audience :: Information Technology",
|
|
44
|
+
"Intended Audience :: Science/Research",
|
|
45
|
+
"Intended Audience :: System Administrators",
|
|
46
|
+
"Natural Language :: English",
|
|
47
|
+
"Operating System :: OS Independent",
|
|
48
|
+
"Programming Language :: Python",
|
|
49
|
+
"Programming Language :: Python :: 2",
|
|
50
|
+
"Programming Language :: Python :: 2.6",
|
|
51
|
+
"Programming Language :: Python :: 2.7",
|
|
52
|
+
"Programming Language :: Python :: 3",
|
|
53
|
+
"Programming Language :: Python :: 3.8",
|
|
54
|
+
"Programming Language :: Python :: 3.9",
|
|
55
|
+
"Programming Language :: Python :: 3.10",
|
|
56
|
+
"Programming Language :: Python :: 3.11",
|
|
57
|
+
"Programming Language :: Python :: 3.12",
|
|
58
|
+
"Programming Language :: Python :: 3.13",
|
|
59
|
+
"Programming Language :: Python :: 3.14",
|
|
60
|
+
"Programming Language :: Python :: 3.15",
|
|
61
|
+
"Topic :: Database",
|
|
62
|
+
"Topic :: Education",
|
|
63
|
+
"Topic :: Internet",
|
|
64
|
+
"Topic :: Internet :: WWW/HTTP",
|
|
65
|
+
"Topic :: Scientific/Engineering",
|
|
66
|
+
"Topic :: Scientific/Engineering :: Information Analysis",
|
|
67
|
+
"Topic :: Software Development",
|
|
68
|
+
"Topic :: Software Development :: Libraries",
|
|
69
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
70
|
+
"Topic :: Text Processing",
|
|
71
|
+
"Topic :: Text Processing :: General",
|
|
72
|
+
"Topic :: Utilities",
|
|
73
|
+
]
|
|
74
|
+
|
|
75
|
+
[project.urls]
|
|
76
|
+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.0"
|
|
77
|
+
Documentation = "https://github.com/adamlui/python-utils/tree/main/data-languages/docs"
|
|
78
|
+
Funding = "https://github.com/sponsors/adamlui"
|
|
79
|
+
Homepage = "https://github.com/adamlui/python-utils/tree/main/data-languages/#readme"
|
|
80
|
+
Issues = "https://github.com/adamlui/python-utils/issues"
|
|
81
|
+
"PyPI Stats" = "https://pepy.tech/projects/data-languages"
|
|
82
|
+
Releases = "https://github.com/adamlui/python-utils/releases"
|
|
83
|
+
Repository = "https://github.com/adamlui/python-utils"
|
|
84
|
+
|
|
85
|
+
[project.optional-dependencies]
|
|
86
|
+
dev = [
|
|
87
|
+
"nox>=2026.2.9",
|
|
88
|
+
"tomli~=2.4.0",
|
|
89
|
+
"tomli-w~=1.2.0",
|
|
90
|
+
]
|
|
91
|
+
|
|
92
|
+
[tool.setuptools.packages.find]
|
|
93
|
+
where = [
|
|
94
|
+
"src",
|
|
95
|
+
]
|
|
96
|
+
|
|
97
|
+
[tool.setuptools.package-data]
|
|
98
|
+
data_languages = [
|
|
99
|
+
"data_languages.json",
|
|
100
|
+
]
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
{
|
|
2
|
+
"2-Dimensional Array": { "extensions": [".2da"] },
|
|
3
|
+
"ABNF": { "extensions": [".abnf"] },
|
|
4
|
+
"Adblock Filter List": { "extensions": [".txt"] },
|
|
5
|
+
"Adobe Font Metrics": { "extensions": [".afm"] },
|
|
6
|
+
"Altium Designer": { "extensions": [".OutJob",".PcbDoc",".PrjPCB",".SchDoc"] },
|
|
7
|
+
"ApacheConf": { "extensions": [".apacheconf",".vhost"] },
|
|
8
|
+
"ASN.1": { "extensions": [".asn",".asn1"] },
|
|
9
|
+
"Avro IDL": { "extensions": [".avdl"] },
|
|
10
|
+
"BuildStream": { "extensions": [".bst"] },
|
|
11
|
+
"C-ObjDump": { "extensions": [".c-objdump"] },
|
|
12
|
+
"Cabal Config": { "extensions": [".cabal"] },
|
|
13
|
+
"Caddyfile": { "extensions": [".caddyfile"] },
|
|
14
|
+
"Checksums": {
|
|
15
|
+
"extensions": [
|
|
16
|
+
".crc32", ".md2", ".md4", ".md5", ".sha1", ".sha2", ".sha224", ".sha256", ".sha256sum", ".sha3", ".sha384",
|
|
17
|
+
".sha512"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"CIL": { "extensions": [".cil"] },
|
|
21
|
+
"COLLADA": { "extensions": [".dae"] },
|
|
22
|
+
"CoNLL-U": { "extensions": [".conll",".conllu"] },
|
|
23
|
+
"Cpp-ObjDump": { "extensions": [".c++-objdump",".c++objdump",".cpp-objdump",".cppobjdump",".cxx-objdump"] },
|
|
24
|
+
"CSON": { "extensions": [".cson"] },
|
|
25
|
+
"CSV": { "extensions": [".csv"] },
|
|
26
|
+
"Cue Sheet": { "extensions": [".cue"] },
|
|
27
|
+
"Cylc": { "extensions": [".cylc"] },
|
|
28
|
+
"D-ObjDump": { "extensions": [".d-objdump"] },
|
|
29
|
+
"Darcs Patch": { "extensions": [".darcspatch",".dpatch"] },
|
|
30
|
+
"Debian Package Control File": { "extensions": [".dsc"] },
|
|
31
|
+
"desktop": { "extensions": [".desktop",".desktop.in",".service"] },
|
|
32
|
+
"Diff": { "extensions": [".diff",".patch"] },
|
|
33
|
+
"dircolors": { "extensions": [".dircolors"] },
|
|
34
|
+
"DirectX 3D File": { "extensions": [".x"] },
|
|
35
|
+
"DNS Zone": { "extensions": [".arpa",".zone"] },
|
|
36
|
+
"Dotenv": { "extensions": [".env"] },
|
|
37
|
+
"E-mail": { "extensions": [".eml",".mbox"] },
|
|
38
|
+
"Eagle": { "extensions": [".brd",".sch"] },
|
|
39
|
+
"Easybuild": { "extensions": [".eb"] },
|
|
40
|
+
"EBNF": { "extensions": [".ebnf"] },
|
|
41
|
+
"Ecere Projects": { "extensions": [".epj"] },
|
|
42
|
+
"EditorConfig": { "extensions": [".editorconfig"] },
|
|
43
|
+
"Edje Data Collection": { "extensions": [".edc"] },
|
|
44
|
+
"edn": { "extensions": [".edn"] },
|
|
45
|
+
"FIGlet Font": { "extensions": [".flf"] },
|
|
46
|
+
"FlatBuffers": { "extensions": [".fbs"] },
|
|
47
|
+
"Formatted": { "extensions": [".eam.fs",".for"] },
|
|
48
|
+
"GEDCOM": { "extensions": [".ged"] },
|
|
49
|
+
"Gerber Image": {
|
|
50
|
+
"extensions": [
|
|
51
|
+
".cmp", ".gbl", ".gbo", ".gbp", ".gbr", ".gbs", ".gko", ".gml", ".gpb", ".gpt", ".gtl", ".gto", ".gtp", ".gts",
|
|
52
|
+
".ncl", ".sol"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"Git Config": { "extensions": [".gitconfig"] },
|
|
56
|
+
"Glyph Bitmap Distribution Format": { "extensions": [".bdf"] },
|
|
57
|
+
"GN": { "extensions": [".gn",".gni"] },
|
|
58
|
+
"Godot Resource": { "extensions": [".gdnlib",".gdns",".tres",".tscn"] },
|
|
59
|
+
"Gradle": { "extensions": [".gradle"] },
|
|
60
|
+
"Gradle Kotlin DSL": { "extensions": [".gradle.kts"] },
|
|
61
|
+
"Graph Modeling Language": { "extensions": [".gml"] },
|
|
62
|
+
"GraphQL": { "extensions": [".gql",".graphql",".graphqls"] },
|
|
63
|
+
"Graphviz (DOT)": { "extensions": [".dot",".gv"] },
|
|
64
|
+
"HAProxy": { "extensions": [".cfg"] },
|
|
65
|
+
"HOCON": { "extensions": [".hocon"] },
|
|
66
|
+
"HTTP": { "extensions": [".http"] },
|
|
67
|
+
"HXML": { "extensions": [".hxml"] },
|
|
68
|
+
"iCalendar": { "extensions": [".ical",".ics"] },
|
|
69
|
+
"Ignore List": { "extensions": [".gitignore"] },
|
|
70
|
+
"INI": { "extensions": [".cfg",".cnf",".dof",".frm",".ini",".lektorproject",".prefs",".pro",".properties",".url"] },
|
|
71
|
+
"IRC log": { "extensions": [".irclog",".weechatlog"] },
|
|
72
|
+
"Java Properties": { "extensions": [".properties"] },
|
|
73
|
+
"Jest Snapshot": { "extensions": [".snap"] },
|
|
74
|
+
"JSON": {
|
|
75
|
+
"extensions": [
|
|
76
|
+
".4DForm", ".4DProject", ".avsc", ".geojson", ".gltf", ".har", ".ice", ".json", ".JSON-tmLanguage",
|
|
77
|
+
".json.example", ".jsonl", ".mcmeta", ".sarif", ".tact", ".tfstate", ".tfstate.backup", ".topojson", ".webapp",
|
|
78
|
+
".webmanifest", ".yy", ".yyp"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"JSON with Comments": {
|
|
82
|
+
"extensions": [
|
|
83
|
+
".code-snippets", ".code-workspace", ".jsonc", ".sublime-build", ".sublime-color-scheme", ".sublime-commands",
|
|
84
|
+
".sublime-completions", ".sublime-keymap", ".sublime-macro", ".sublime-menu", ".sublime-mousemap",
|
|
85
|
+
".sublime-project", ".sublime-settings", ".sublime-theme", ".sublime-workspace", ".sublime_metrics",
|
|
86
|
+
".sublime_session", ".tsconfig.json"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"JSON5": { "extensions": [".json5"] },
|
|
90
|
+
"JSONLD": { "extensions": [".jsonld"] },
|
|
91
|
+
"KDL": { "extensions": [".kdl"] },
|
|
92
|
+
"KiCad Layout": { "extensions": [".kicad_mod",".kicad_pcb",".kicad_wks"] },
|
|
93
|
+
"KiCad Legacy Layout": { "extensions": [".brd"] },
|
|
94
|
+
"KiCad Schematic": { "extensions": [".kicad_sch",".kicad_sym",".sch"] },
|
|
95
|
+
"Kickstart": { "extensions": [".ks"] },
|
|
96
|
+
"Kusto": { "extensions": [".csl",".kql"] },
|
|
97
|
+
"Lark": { "extensions": [".lark"] },
|
|
98
|
+
"Linux Kernel Module": { "extensions": [".mod"] },
|
|
99
|
+
"LTspice Symbol": { "extensions": [".asy"] },
|
|
100
|
+
"M3U": { "extensions": [".m3u",".m3u8"] },
|
|
101
|
+
"Microsoft Developer Studio Project": { "extensions": [".dsp"] },
|
|
102
|
+
"Microsoft Visual Studio Solution": { "extensions": [".sln"] },
|
|
103
|
+
"MiniYAML": { "extensions": [".yaml",".yml"] },
|
|
104
|
+
"MiniZinc Data": { "extensions": [".dzn"] },
|
|
105
|
+
"nanorc": { "extensions": [".nanorc"] },
|
|
106
|
+
"NEON": { "extensions": [".neon"] },
|
|
107
|
+
"Nginx": { "extensions": [".nginx",".nginxconf",".vhost"] },
|
|
108
|
+
"Ninja": { "extensions": [".ninja"] },
|
|
109
|
+
"NL": { "extensions": [".nl"] },
|
|
110
|
+
"OASv2-json": { "extensions": [".json"] },
|
|
111
|
+
"OASv2-yaml": { "extensions": [".yaml",".yml"] },
|
|
112
|
+
"OASv3-json": { "extensions": [".json"] },
|
|
113
|
+
"OASv3-yaml": { "extensions": [".yaml",".yml"] },
|
|
114
|
+
"ObjDump": { "extensions": [".objdump"] },
|
|
115
|
+
"Object Data Instance Notation": { "extensions": [".odin"] },
|
|
116
|
+
"OpenStep Property List": { "extensions": [".glyphs",".plist"] },
|
|
117
|
+
"OpenType Feature File": { "extensions": [".fea"] },
|
|
118
|
+
"Pickle": { "extensions": [".pkl"] },
|
|
119
|
+
"PlantUML": { "extensions": [".iuml",".plantuml",".puml"] },
|
|
120
|
+
"Prisma": { "extensions": [".prisma"] },
|
|
121
|
+
"Proguard": { "extensions": [".pro"] },
|
|
122
|
+
"Protocol Buffer": { "extensions": [".proto"] },
|
|
123
|
+
"Protocol Buffer Text Format": { "extensions": [".pbt",".pbtxt",".textproto",".txtpb"] },
|
|
124
|
+
"Public Key": { "extensions": [".asc",".pub"] },
|
|
125
|
+
"Pure Data": { "extensions": [".pd"] },
|
|
126
|
+
"Python traceback": { "extensions": [".pytb"] },
|
|
127
|
+
"Raw token data": { "extensions": [".raw"] },
|
|
128
|
+
"RBS": { "extensions": [".rbs"] },
|
|
129
|
+
"Regular Expression": { "extensions": [".regex",".regexp"] },
|
|
130
|
+
"RON": { "extensions": [".ron"] },
|
|
131
|
+
"ROS Interface": { "extensions": [".action",".msg",".srv"] },
|
|
132
|
+
"RPM Spec": { "extensions": [".spec"] },
|
|
133
|
+
"SELinux Policy": { "extensions": [".te"] },
|
|
134
|
+
"Simple File Verification": { "extensions": [".sfv"] },
|
|
135
|
+
"SPARQL": { "extensions": [".rq",".sparql"] },
|
|
136
|
+
"Spline Font Database": { "extensions": [".sfd"] },
|
|
137
|
+
"SQL": { "extensions": [".ddl",".inc",".mysql",".prc",".sql",".tab",".udf",".viw"] },
|
|
138
|
+
"STAR": { "extensions": [".star"] },
|
|
139
|
+
"STL": { "extensions": [".stl"] },
|
|
140
|
+
"STON": { "extensions": [".ston"] },
|
|
141
|
+
"SubRip Text": { "extensions": [".srt"] },
|
|
142
|
+
"Survex data": { "extensions": [".svx"] },
|
|
143
|
+
"SVG": { "extensions": [".svg"] },
|
|
144
|
+
"TextGrid": { "extensions": [".TextGrid"] },
|
|
145
|
+
"TMDL": { "extensions": [".tmdl"] },
|
|
146
|
+
"TOML": { "extensions": [".toml",".toml.example"] },
|
|
147
|
+
"TSPLIB data": { "extensions": [".tsp"] },
|
|
148
|
+
"TSV": { "extensions": [".tsv",".vcf"] },
|
|
149
|
+
"Turtle": { "extensions": [".ttl"] },
|
|
150
|
+
"Type Language": { "extensions": [".tl"] },
|
|
151
|
+
"Unity3D Asset": { "extensions": [".anim",".asset",".mask",".mat",".meta",".prefab",".unity"] },
|
|
152
|
+
"Valve Data Format": { "extensions": [".vdf"] },
|
|
153
|
+
"vCard": { "extensions": [".vcf"] },
|
|
154
|
+
"Wavefront Material": { "extensions": [".mtl"] },
|
|
155
|
+
"Wavefront Object": { "extensions": [".obj"] },
|
|
156
|
+
"Web Ontology Language": { "extensions": [".owl"] },
|
|
157
|
+
"WebAssembly Interface Type": { "extensions": [".wit"] },
|
|
158
|
+
"WebVTT": { "extensions": [".vtt"] },
|
|
159
|
+
"Win32 Message File": { "extensions": [".mc"] },
|
|
160
|
+
"Windows Registry Entries": { "extensions": [".reg"] },
|
|
161
|
+
"World of Warcraft Addon Data": { "extensions": [".toc"] },
|
|
162
|
+
"X BitMap": { "extensions": [".xbm"] },
|
|
163
|
+
"X PixMap": { "extensions": [".pm",".xpm"] },
|
|
164
|
+
"XML": {
|
|
165
|
+
"extensions": [
|
|
166
|
+
".adml", ".admx", ".ant", ".axaml", ".axml", ".builds", ".ccproj", ".ccxml", ".clixml", ".cproject", ".cscfg",
|
|
167
|
+
".csdef", ".csl", ".csproj", ".ct", ".depproj", ".dita", ".ditamap", ".ditaval", ".dll.config", ".dotsettings",
|
|
168
|
+
".filters", ".fsproj", ".fxml", ".glade", ".gml", ".gmx", ".gpx", ".grxml", ".gst", ".hzp", ".icls", ".iml",
|
|
169
|
+
".ivy", ".jelly", ".jsproj", ".kml", ".launch", ".mdpolicy", ".mjml", ".mm", ".mod", ".mojo", ".mxml", ".natvis",
|
|
170
|
+
".ncl", ".ndproj", ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props", ".ps1xml",
|
|
171
|
+
".psc1", ".pt", ".pubxml", ".qhelp", ".rdf", ".res", ".resx", ".rs", ".rss", ".sch", ".scxml", ".sfproj",
|
|
172
|
+
".shproj", ".slnx", ".srdf", ".storyboard", ".sublime-snippet", ".sw", ".targets", ".tml", ".ts", ".tsx", ".typ",
|
|
173
|
+
".ui", ".urdf", ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate", ".vxml", ".wixproj",
|
|
174
|
+
".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro", ".xaml", ".xib", ".xlf", ".xliff", ".xmi",
|
|
175
|
+
".xml", ".xml.dist", ".xmp", ".xproj", ".xsd", ".xspec", ".xul", ".zcml"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
"XML Property List": {
|
|
179
|
+
"extensions": [".plist",".stTheme",".tmCommand",".tmLanguage",".tmPreferences",".tmSnippet",".tmTheme"]
|
|
180
|
+
},
|
|
181
|
+
"XPages": { "extensions": [".xsp-config",".xsp.metadata"] },
|
|
182
|
+
"YAML": {
|
|
183
|
+
"extensions": [
|
|
184
|
+
".mir", ".reek", ".rviz", ".sublime-syntax", ".syntax", ".yaml", ".yaml-tmlanguage", ".yaml.sed", ".yml",
|
|
185
|
+
".yml.mysql"
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
"YANG": { "extensions": [".yang"] },
|
|
189
|
+
"Zmodel": { "extensions": [".zmodel"] }
|
|
190
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: data-languages
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: File extensions for data languages.
|
|
5
|
+
Author-email: Adam Lui <adam@kudoai.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Changelog, https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.0
|
|
8
|
+
Project-URL: Documentation, https://github.com/adamlui/python-utils/tree/main/data-languages/docs
|
|
9
|
+
Project-URL: Funding, https://github.com/sponsors/adamlui
|
|
10
|
+
Project-URL: Homepage, https://github.com/adamlui/python-utils/tree/main/data-languages/#readme
|
|
11
|
+
Project-URL: Issues, https://github.com/adamlui/python-utils/issues
|
|
12
|
+
Project-URL: PyPI Stats, https://pepy.tech/projects/data-languages
|
|
13
|
+
Project-URL: Releases, https://github.com/adamlui/python-utils/releases
|
|
14
|
+
Project-URL: Repository, https://github.com/adamlui/python-utils
|
|
15
|
+
Keywords: computer-languages,csv,data-languages,extensions,file-extensions,file‑type-detection,filenames,github,json,language-detection,languages,linguist,syntax-highlighting,toml,xml,yaml
|
|
16
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
17
|
+
Classifier: Intended Audience :: Developers
|
|
18
|
+
Classifier: Intended Audience :: Education
|
|
19
|
+
Classifier: Intended Audience :: Information Technology
|
|
20
|
+
Classifier: Intended Audience :: Science/Research
|
|
21
|
+
Classifier: Intended Audience :: System Administrators
|
|
22
|
+
Classifier: Natural Language :: English
|
|
23
|
+
Classifier: Operating System :: OS Independent
|
|
24
|
+
Classifier: Programming Language :: Python
|
|
25
|
+
Classifier: Programming Language :: Python :: 2
|
|
26
|
+
Classifier: Programming Language :: Python :: 2.6
|
|
27
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
28
|
+
Classifier: Programming Language :: Python :: 3
|
|
29
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
30
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
31
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
32
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
33
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
34
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
35
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
36
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
37
|
+
Classifier: Topic :: Database
|
|
38
|
+
Classifier: Topic :: Education
|
|
39
|
+
Classifier: Topic :: Internet
|
|
40
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
41
|
+
Classifier: Topic :: Scientific/Engineering
|
|
42
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
43
|
+
Classifier: Topic :: Software Development
|
|
44
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
45
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
46
|
+
Classifier: Topic :: Text Processing
|
|
47
|
+
Classifier: Topic :: Text Processing :: General
|
|
48
|
+
Classifier: Topic :: Utilities
|
|
49
|
+
Requires-Python: <4,>=2.6
|
|
50
|
+
Description-Content-Type: text/markdown
|
|
51
|
+
License-File: docs/LICENSE.md
|
|
52
|
+
Provides-Extra: dev
|
|
53
|
+
Requires-Dist: nox>=2026.2.9; extra == "dev"
|
|
54
|
+
Requires-Dist: tomli~=2.4.0; extra == "dev"
|
|
55
|
+
Requires-Dist: tomli-w~=1.2.0; extra == "dev"
|
|
56
|
+
Dynamic: license-file
|
|
57
|
+
|
|
58
|
+
<a id="top"></a>
|
|
59
|
+
|
|
60
|
+
# > data-languages
|
|
61
|
+
|
|
62
|
+
<a href="https://github.com/adamlui/python-utils/releases/tag/data-languages-1.0.0">
|
|
63
|
+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.0.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
64
|
+
<a href="https://github.com/adamlui/python-utils/blob/main/data-languages/docs/LICENSE.md">
|
|
65
|
+
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
|
|
66
|
+
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
|
|
67
|
+
<img height=31 src="https://img.shields.io/codefactor/grade/github/adamlui/python-utils?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=a0fc55&style=for-the-badge"></a>
|
|
68
|
+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_python-utils">
|
|
69
|
+
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_python-utils%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=fafc74"></a>
|
|
70
|
+
|
|
71
|
+
> ### _File extensions for data languages._
|
|
72
|
+
|
|
73
|
+
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/data-languages-1.0.0/data-languages/src/data_languages/data_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 145 data languages known to GitHub). Data is updated via script and released via new package version.
|
|
74
|
+
|
|
75
|
+
## Installation
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
pip install data-languages
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Usage
|
|
82
|
+
|
|
83
|
+
```py
|
|
84
|
+
import data_languages
|
|
85
|
+
|
|
86
|
+
json_data = data_languages['JSON']
|
|
87
|
+
|
|
88
|
+
print(json_data['extensions']) # => ['.4DForm', '.4DProject', '.avsc', ...]
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
_Note: Most type checkers will falsely warn_ `data_languages` _is not subscriptable because they are incapable of analyzing runtime behavior (where the module is replaced w/ a dictionary for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.
|
|
92
|
+
|
|
93
|
+
## Examples
|
|
94
|
+
|
|
95
|
+
Get language from an extension:
|
|
96
|
+
|
|
97
|
+
```py
|
|
98
|
+
def get_lang(file_ext):
|
|
99
|
+
for lang, data in data_languages.items():
|
|
100
|
+
if file_ext in data['extensions']:
|
|
101
|
+
return lang
|
|
102
|
+
|
|
103
|
+
print(get_lang('.ical')) # => 'iCalendar'
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
Get language from a file path:
|
|
107
|
+
|
|
108
|
+
```py
|
|
109
|
+
def get_lang_from_path(filepath):
|
|
110
|
+
from pathlib import Path
|
|
111
|
+
file_ext = Path(filepath).suffix
|
|
112
|
+
for lang, data in data_languages.items():
|
|
113
|
+
if file_ext in data['extensions']:
|
|
114
|
+
return lang
|
|
115
|
+
|
|
116
|
+
print(get_lang_from_path('steam.vdf')) # => 'Valve Data Format'
|
|
117
|
+
print(get_lang_from_path('Sublime.sublime-snippet')) # => 'XML'
|
|
118
|
+
print(get_lang_from_path('README.md')) # => None (use markup-languages pkg)
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## MIT License
|
|
122
|
+
|
|
123
|
+
Copyright © 2026 [Adam Lui](https://github.com/adamlui).
|
|
124
|
+
|
|
125
|
+
## Related
|
|
126
|
+
|
|
127
|
+
</> [markup-languages](https://github.com/adamlui/python-utils/tree/main/markup-languages/#readme) - File extensions for markup languages.
|
|
128
|
+
<br>🇨🇳 [non-latin-locales](https://github.com/adamlui/python-utils/tree/main/non-latin-locales/#readme) - ISO 639-1 (2-letter) codes for non-Latin locales.
|
|
129
|
+
<br>#! [programming-languages](https://github.com/adamlui/python-utils/tree/main/programming-languages/#readme) - File extensions for programming languages.
|
|
130
|
+
|
|
131
|
+
#
|
|
132
|
+
|
|
133
|
+
<a href="#top">Back to top ↑</a>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
pyproject.toml
|
|
2
|
+
setup.cfg
|
|
3
|
+
docs/LICENSE.md
|
|
4
|
+
docs/README.md
|
|
5
|
+
src/data_languages/__init__.py
|
|
6
|
+
src/data_languages/data_languages.json
|
|
7
|
+
src/data_languages.egg-info/PKG-INFO
|
|
8
|
+
src/data_languages.egg-info/SOURCES.txt
|
|
9
|
+
src/data_languages.egg-info/dependency_links.txt
|
|
10
|
+
src/data_languages.egg-info/requires.txt
|
|
11
|
+
src/data_languages.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
data_languages
|