Metadata-Version: 2.1
Name: EULANGS
Version: 1.0.0
Summary: This package allows you to import a list of official EU languages.
Author: Simon Hengchen
Author-email: simon@iguanodon.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

This is a small package that allows you to import EU languages. To get all 24 official EU languages in a list, do this:

```python 
from EULANGS import EU_LANGS

print(EU_LANGS)
``` 
