diff options
author | Dan Langille <dvl@FreeBSD.org> | 2021-04-20 17:34:56 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2021-04-20 17:56:05 +0000 |
commit | fa23d8ff9637a10ef2df4626d572c989cda55663 (patch) | |
tree | 7cf9021c3c3925a4115985a47a7fd970eb1a0f97 /devel/py-mime/pkg-descr | |
parent | 887cabd71f4317cfea789fc59fdcd3aba47a6925 (diff) | |
download | ports-fa23d8ff9637a10ef2df4626d572c989cda55663.tar.gz ports-fa23d8ff9637a10ef2df4626d572c989cda55663.zip |
add devel/py-mime
MIME Types for Python, clone of halostatue/mime-types.
This library allows for the identification of a file's likely MIME content type.
MIME types are used in MIME-compliant communications
PR: 254837
Reported by: gettoknowmi <gettoknowmi@yahoo.com>
Diffstat (limited to 'devel/py-mime/pkg-descr')
-rw-r--r-- | devel/py-mime/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-mime/pkg-descr b/devel/py-mime/pkg-descr new file mode 100644 index 000000000000..7c3a99dc9ca6 --- /dev/null +++ b/devel/py-mime/pkg-descr @@ -0,0 +1,5 @@ +MIME Types for Python, clone of halostatue/mime-types. +This library allows for the identification of a file's likely MIME content type. +MIME types are used in MIME-compliant communications + +WWW: https://github.com/liluo/mime |