Python package for Neutral TS
=============================
Neutral is a templating engine for the web written in Rust, designed to work with any programming language (language-agnostic) via IPC/Package and natively as library/crate in Rust.
Install Package
---------------
```
pip install neutraltemplate
```
Usage
-----
See: [Web APP example](https://github.com/FranBar1966/neutraltemplate/tree/master/examples)
```
from neutraltemplate import NeutralTemplate
schema = """
{
"config": {
"cache_prefix": "neutral-cache",
"cache_dir": "",
"cache_on_post": false,
"cache_on_get": true,
"cache_on_cookies": true,
"cache_disable": false,
"disable_js": false,
"filter_all": false
},
"inherit": {
"snippets": {},
"declare": {},
"locale": {
"current": "en",
"trans": {
"en": {
"Hello nts": "Hello",
"ref:greeting-nts": "Hello"
},
"es": {
"Hello nts": "Hola",
"ref:greeting-nts": "Hola"
},
"el": {
"Hello nts": "Γεια σας",
"ref:greeting-nts": "Γεια σας"
}
}
}
},
"data": {
"CONTEXT": {
"ROUTE": "",
"HOST": "",
"GET": {},
"POST": {},
"HEADERS": {},
"FILES": {},
"COOKIES": {},
"SESSION": {},
"ENV": {}
},
"hello": "Hello",
"arr": {
"hello": "Hello"
}
}
}
"""
template = NeutralTemplate("file.ntpl", schema)
contents = template.render()
# e.g.: 200
status_code = template.get_status_code()
# e.g.: OK
status_text = template.get_status_text()
# empty if no error
status_param = template.get_status_param()
# act accordingly at this point according to your framework
```
Raw data
{
"_id": null,
"home_page": null,
"name": "neutraltemplate",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "template-engine, web, jinja2, flask",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/b2/b3/0e56ec33b931c9f402274f903a6acb53c5168a74b19b13f03fcdf0865937/neutraltemplate-0.1.3.tar.gz",
"platform": null,
"description": "Python package for Neutral TS\n=============================\n\nNeutral is a templating engine for the web written in Rust, designed to work with any programming language (language-agnostic) via IPC/Package and natively as library/crate in Rust.\n\nInstall Package\n---------------\n\n```\npip install neutraltemplate\n```\n\nUsage\n-----\n\nSee: [Web APP example](https://github.com/FranBar1966/neutraltemplate/tree/master/examples)\n\n```\nfrom neutraltemplate import NeutralTemplate\n\nschema = \"\"\"\n{\n \"config\": {\n \"cache_prefix\": \"neutral-cache\",\n \"cache_dir\": \"\",\n \"cache_on_post\": false,\n \"cache_on_get\": true,\n \"cache_on_cookies\": true,\n \"cache_disable\": false,\n \"disable_js\": false,\n \"filter_all\": false\n },\n \"inherit\": {\n \"snippets\": {},\n \"declare\": {},\n \"locale\": {\n \"current\": \"en\",\n \"trans\": {\n \"en\": {\n \"Hello nts\": \"Hello\",\n \"ref:greeting-nts\": \"Hello\"\n },\n \"es\": {\n \"Hello nts\": \"Hola\",\n \"ref:greeting-nts\": \"Hola\"\n },\n \"el\": {\n \"Hello nts\": \"\u0393\u03b5\u03b9\u03b1 \u03c3\u03b1\u03c2\",\n \"ref:greeting-nts\": \"\u0393\u03b5\u03b9\u03b1 \u03c3\u03b1\u03c2\"\n }\n }\n }\n },\n \"data\": {\n \"CONTEXT\": {\n \"ROUTE\": \"\",\n \"HOST\": \"\",\n \"GET\": {},\n \"POST\": {},\n \"HEADERS\": {},\n \"FILES\": {},\n \"COOKIES\": {},\n \"SESSION\": {},\n \"ENV\": {}\n },\n \"hello\": \"Hello\",\n \"arr\": {\n \"hello\": \"Hello\"\n }\n }\n}\n\"\"\"\n\ntemplate = NeutralTemplate(\"file.ntpl\", schema)\ncontents = template.render()\n\n# e.g.: 200\nstatus_code = template.get_status_code()\n\n# e.g.: OK\nstatus_text = template.get_status_text()\n\n# empty if no error\nstatus_param = template.get_status_param()\n\n# act accordingly at this point according to your framework\n\n```\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Neutralts template engine for the Web, python package",
"version": "0.1.3",
"project_urls": {
"Documentation": "https://docs.rs/neutralts/",
"Homepage": "https://crates.io/crates/neutralts",
"Issues": "https://github.com/FranBar1966/neutraltemplate/issues",
"Repository": "https://github.com/FranBar1966/neutraltemplate",
"Rust": "https://github.com/FranBar1966/neutraltemplate/blob/master/src/lib.rs"
},
"split_keywords": [
"template-engine",
" web",
" jinja2",
" flask"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "035c21ace2c04366ad62e9267e7351239d101919101c7bcbcd105a58f5200383",
"md5": "6e4250f16f243994aad420f8f95cfcea",
"sha256": "905afd19620937ed2d2958c9cd5c2070778c33061cd852b9018e7ab5d40b15e2"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6e4250f16f243994aad420f8f95cfcea",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1188981,
"upload_time": "2025-04-25T10:06:57",
"upload_time_iso_8601": "2025-04-25T10:06:57.178175Z",
"url": "https://files.pythonhosted.org/packages/03/5c/21ace2c04366ad62e9267e7351239d101919101c7bcbcd105a58f5200383/neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f85fea63dcbbc0b627e56c8272f5e601ea0c44d68c5745f4567c7a7f09c8462",
"md5": "6a1f25a381d54a86f12d448de71ec974",
"sha256": "7877610cffc9abd3c935a2da6cc71d45f5f3ed19bc2424d38a15b63d992afe78"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "6a1f25a381d54a86f12d448de71ec974",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1143084,
"upload_time": "2025-04-25T10:06:58",
"upload_time_iso_8601": "2025-04-25T10:06:58.476430Z",
"url": "https://files.pythonhosted.org/packages/5f/85/fea63dcbbc0b627e56c8272f5e601ea0c44d68c5745f4567c7a7f09c8462/neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c356cc1c6520f67b386086f7e3c4da878a2f918f0a5076cbfae3f78b3952390a",
"md5": "b7f2847e8c653d715983acd9b0cc1aba",
"sha256": "bed28aadd3d95919be871d3eded2271bfa99aaf07b58499cd61c70ea4d166575"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "b7f2847e8c653d715983acd9b0cc1aba",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1282756,
"upload_time": "2025-04-25T10:06:59",
"upload_time_iso_8601": "2025-04-25T10:06:59.817361Z",
"url": "https://files.pythonhosted.org/packages/c3/56/cc1c6520f67b386086f7e3c4da878a2f918f0a5076cbfae3f78b3952390a/neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21530f3bb3d552e0c19b34232de0b7dbd36d94b88cebc28b2dde249fd9c9c07b",
"md5": "dcb2d2c67cbd881428cb265188289880",
"sha256": "9bb4f81bd28f5575b3de63be100ed0e8d9fa5cea50defac93953fa872735729f"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "dcb2d2c67cbd881428cb265188289880",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1382463,
"upload_time": "2025-04-25T10:07:01",
"upload_time_iso_8601": "2025-04-25T10:07:01.164654Z",
"url": "https://files.pythonhosted.org/packages/21/53/0f3bb3d552e0c19b34232de0b7dbd36d94b88cebc28b2dde249fd9c9c07b/neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "08fa48d823b368357517db3c751bb87619ff8874ff147a3cb328dd9c9b054870",
"md5": "d5fdefe01ef2fcb8a6a62097d4a21432",
"sha256": "c9c780f28a51013eebd9bd2f7830bf8d3c083a4df2dab1b1e0b06be3abe36af8"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d5fdefe01ef2fcb8a6a62097d4a21432",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1239402,
"upload_time": "2025-04-25T10:07:02",
"upload_time_iso_8601": "2025-04-25T10:07:02.927286Z",
"url": "https://files.pythonhosted.org/packages/08/fa/48d823b368357517db3c751bb87619ff8874ff147a3cb328dd9c9b054870/neutraltemplate-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6ec1be2ce991a679e7e336391f97b04a8fda94d08c27d0e0344133effe4b9f02",
"md5": "07839f17e609d9469e0d44bda0543af2",
"sha256": "3a74e49c8a5b03ab310271c962d0e8b8544b626487d41322aa3880e2ea5db080"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "07839f17e609d9469e0d44bda0543af2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1241595,
"upload_time": "2025-04-25T10:06:55",
"upload_time_iso_8601": "2025-04-25T10:06:55.909079Z",
"url": "https://files.pythonhosted.org/packages/6e/c1/be2ce991a679e7e336391f97b04a8fda94d08c27d0e0344133effe4b9f02/neutraltemplate-0.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ee548151affef361ce480b645d1e18cf7553d69dcfefcf30f1bbe119a55c5bfc",
"md5": "a2dc651ba827b6107ae54440e2bbdd2f",
"sha256": "8fe90cc85d7db5fd91b13fe22c695f085d099abacabef086a8c1dbd93a0a43ef"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "a2dc651ba827b6107ae54440e2bbdd2f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1359396,
"upload_time": "2025-04-25T10:07:04",
"upload_time_iso_8601": "2025-04-25T10:07:04.198145Z",
"url": "https://files.pythonhosted.org/packages/ee/54/8151affef361ce480b645d1e18cf7553d69dcfefcf30f1bbe119a55c5bfc/neutraltemplate-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "798e56666f197d692342cabb43fa6708ac6ad469a08c87163bc9263abfc2d699",
"md5": "a87c5376df5575c722d02689565955aa",
"sha256": "08a59b254c4602e9f27aba93b05e99382a7c7a97bfc5333873267ea5e6f1639d"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "a87c5376df5575c722d02689565955aa",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1405822,
"upload_time": "2025-04-25T10:07:05",
"upload_time_iso_8601": "2025-04-25T10:07:05.557726Z",
"url": "https://files.pythonhosted.org/packages/79/8e/56666f197d692342cabb43fa6708ac6ad469a08c87163bc9263abfc2d699/neutraltemplate-0.1.3-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "639f249ec4394a9db3cecf9ff79ac01ff056c1592d9517b3207ba2cbd2037b3e",
"md5": "b770a3bb47d178c060292a1b6f7f6303",
"sha256": "4f96cd44b194880215dab9e662ebcdd1f9b64b98151c1fcc14fc0daa0fe9ff24"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "b770a3bb47d178c060292a1b6f7f6303",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1372985,
"upload_time": "2025-04-25T10:07:06",
"upload_time_iso_8601": "2025-04-25T10:07:06.940871Z",
"url": "https://files.pythonhosted.org/packages/63/9f/249ec4394a9db3cecf9ff79ac01ff056c1592d9517b3207ba2cbd2037b3e/neutraltemplate-0.1.3-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "328dcc6115486d92295d6f1ab0fdd2bc1578ae153889834b046efa739924007b",
"md5": "d29a100cb3c4e4ddbb43386cd5c611d2",
"sha256": "0537f7d87185764eaac3e3be503aa1c8babaa3d79324f1f89c753b45a7c01fd1"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d29a100cb3c4e4ddbb43386cd5c611d2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1408503,
"upload_time": "2025-04-25T10:07:09",
"upload_time_iso_8601": "2025-04-25T10:07:09.040168Z",
"url": "https://files.pythonhosted.org/packages/32/8d/cc6115486d92295d6f1ab0fdd2bc1578ae153889834b046efa739924007b/neutraltemplate-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0a3970b601e5719a8f7835e3f3438122fb3b55bb47205201540abbf06f726b2d",
"md5": "0b5732eb08bb07b55ce14d0c2d665488",
"sha256": "cc9dc8edc50e7f6cb27cb6c27bb8f5f119f1dcf7250c342e8a6885017ca3d1a8"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "0b5732eb08bb07b55ce14d0c2d665488",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 872483,
"upload_time": "2025-04-25T10:07:10",
"upload_time_iso_8601": "2025-04-25T10:07:10.351054Z",
"url": "https://files.pythonhosted.org/packages/0a/39/70b601e5719a8f7835e3f3438122fb3b55bb47205201540abbf06f726b2d/neutraltemplate-0.1.3-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5827ca856b1fbdf15cf960bf282b991c246b4ce2625574a62d4543cf781c2813",
"md5": "1983a7cce203c3a6114b85a40ca8780b",
"sha256": "9757ba019b4e1ccce9ccfba39acd235a2c255e76c4fe12eaac4a017c3176f847"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "1983a7cce203c3a6114b85a40ca8780b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 946738,
"upload_time": "2025-04-25T10:07:11",
"upload_time_iso_8601": "2025-04-25T10:07:11.618435Z",
"url": "https://files.pythonhosted.org/packages/58/27/ca856b1fbdf15cf960bf282b991c246b4ce2625574a62d4543cf781c2813/neutraltemplate-0.1.3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "333bdaf1ec27b49671e17778f9b7e022719205fde21fc6026b532b45674a9cb1",
"md5": "8fecf60f20cf9c5d94d7cb2b4df773fa",
"sha256": "43b3447dee4777baa47c5e88cb0b7e940cb55927e304e8ec1fee1148062a6f56"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "8fecf60f20cf9c5d94d7cb2b4df773fa",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1114986,
"upload_time": "2025-04-25T10:07:14",
"upload_time_iso_8601": "2025-04-25T10:07:14.367642Z",
"url": "https://files.pythonhosted.org/packages/33/3b/daf1ec27b49671e17778f9b7e022719205fde21fc6026b532b45674a9cb1/neutraltemplate-0.1.3-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7cac516a5d03c20d139927a48bec4d64a28dcfd0f28cff28b415bf40c6f02b83",
"md5": "18958c8e101c8976114be3917529fa80",
"sha256": "c01a26efc8e82d9acde50bb746183b8c657c53741d1fcfd208ff90da1e1efbf1"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "18958c8e101c8976114be3917529fa80",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1054655,
"upload_time": "2025-04-25T10:07:16",
"upload_time_iso_8601": "2025-04-25T10:07:16.049864Z",
"url": "https://files.pythonhosted.org/packages/7c/ac/516a5d03c20d139927a48bec4d64a28dcfd0f28cff28b415bf40c6f02b83/neutraltemplate-0.1.3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9886065e4439699cbe96b7a65fc1d01460bcd3797cca5e59db6ad6c8c312940c",
"md5": "2c15d35c5826f08e64dcc34131c74bd4",
"sha256": "a8d9fcb7784a2711a34eb38d3917a92b2407f4e7c297f0281d5928269199fd84"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "2c15d35c5826f08e64dcc34131c74bd4",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1188897,
"upload_time": "2025-04-25T10:07:19",
"upload_time_iso_8601": "2025-04-25T10:07:19.099305Z",
"url": "https://files.pythonhosted.org/packages/98/86/065e4439699cbe96b7a65fc1d01460bcd3797cca5e59db6ad6c8c312940c/neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "803ac777f3480376146924de4a6d74ffbcaa11d7510a7e9577eedc54fc5123d9",
"md5": "3cf2910495b3ce3fd50919acc5fe714b",
"sha256": "0fbe85e369d12a5da4004b8cbfc6878c5157079f98ae679af758c73f17ef973a"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "3cf2910495b3ce3fd50919acc5fe714b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1143024,
"upload_time": "2025-04-25T10:07:20",
"upload_time_iso_8601": "2025-04-25T10:07:20.900088Z",
"url": "https://files.pythonhosted.org/packages/80/3a/c777f3480376146924de4a6d74ffbcaa11d7510a7e9577eedc54fc5123d9/neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aefaf61b35d3c2c4a7e6a9e1f64cc9699c7b8e327e28a93072eabdaa60477be9",
"md5": "b6fa3c6edb6d7693c188eb1d2ee36760",
"sha256": "151097029824f2b396805eab3835255561c37ef32697b4afbae094eac4583fb4"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "b6fa3c6edb6d7693c188eb1d2ee36760",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1282710,
"upload_time": "2025-04-25T10:07:22",
"upload_time_iso_8601": "2025-04-25T10:07:22.487264Z",
"url": "https://files.pythonhosted.org/packages/ae/fa/f61b35d3c2c4a7e6a9e1f64cc9699c7b8e327e28a93072eabdaa60477be9/neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e17f4918034e1a63d59189dc72139bb093f65d33f0c59355c73ae546b0c4faf1",
"md5": "36d6b330c9a2402037e2365acd3b309a",
"sha256": "ad6ae9d41524c4a89489ae4f97b6bd248694869a6515860a774b9c75007748f4"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "36d6b330c9a2402037e2365acd3b309a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1380887,
"upload_time": "2025-04-25T10:07:24",
"upload_time_iso_8601": "2025-04-25T10:07:24.003225Z",
"url": "https://files.pythonhosted.org/packages/e1/7f/4918034e1a63d59189dc72139bb093f65d33f0c59355c73ae546b0c4faf1/neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4cb58116853ee9f6ce5fa2564c721e02339135b8d45bcd8a734e09f40e144d92",
"md5": "47a1c22a4e4d31b6d8939e94f518911c",
"sha256": "b8e1fc47aeae3879ecac9d88d7b24f6b158b92217e5d9618974ba867cbd35137"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "47a1c22a4e4d31b6d8939e94f518911c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1239056,
"upload_time": "2025-04-25T10:07:25",
"upload_time_iso_8601": "2025-04-25T10:07:25.354155Z",
"url": "https://files.pythonhosted.org/packages/4c/b5/8116853ee9f6ce5fa2564c721e02339135b8d45bcd8a734e09f40e144d92/neutraltemplate-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "09942ef449f809369d7f00a93c1672ad29fc38604f2d1c0a72f52d8d5386403b",
"md5": "08f196d9f382252c38148c657693e967",
"sha256": "30929d555e822f6be463767691a5056903326f5503079aa0a5e5c9bd6ee648c5"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "08f196d9f382252c38148c657693e967",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1241475,
"upload_time": "2025-04-25T10:07:17",
"upload_time_iso_8601": "2025-04-25T10:07:17.432118Z",
"url": "https://files.pythonhosted.org/packages/09/94/2ef449f809369d7f00a93c1672ad29fc38604f2d1c0a72f52d8d5386403b/neutraltemplate-0.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "973a3afa6e91029b5853aad7375b459211e0e4651b0f923479648c679bbad3da",
"md5": "de849225c16b87b176f9f3e302bafeac",
"sha256": "4b1088937c8bf9dc8619eee275d901ef3b8dbaa483d10fa9ef5c3f3ea00daee1"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "de849225c16b87b176f9f3e302bafeac",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1359354,
"upload_time": "2025-04-25T10:07:26",
"upload_time_iso_8601": "2025-04-25T10:07:26.678716Z",
"url": "https://files.pythonhosted.org/packages/97/3a/3afa6e91029b5853aad7375b459211e0e4651b0f923479648c679bbad3da/neutraltemplate-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d924e98c63179bbbd800af9eaa1c80c3d5d18360241b55d467d7264f75db26f9",
"md5": "6b0260d18c9dc8bdff884515eccb10a7",
"sha256": "34f89f97e4dcd0ceb16387e6fa951aa09e52a7a06bbb80906a81fffd34f90bae"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "6b0260d18c9dc8bdff884515eccb10a7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1405816,
"upload_time": "2025-04-25T10:07:28",
"upload_time_iso_8601": "2025-04-25T10:07:28.270879Z",
"url": "https://files.pythonhosted.org/packages/d9/24/e98c63179bbbd800af9eaa1c80c3d5d18360241b55d467d7264f75db26f9/neutraltemplate-0.1.3-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e450f736403c66c9da56587f88a668e2679d7e6283fc43cd795ef4c24a394fef",
"md5": "4d4b453fcc6aef50dd678892c912bfd9",
"sha256": "2d361e075d1afe6396b8ae664648b4be2fb0f4dee4cf514e52238f49beac500d"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "4d4b453fcc6aef50dd678892c912bfd9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1372436,
"upload_time": "2025-04-25T10:07:29",
"upload_time_iso_8601": "2025-04-25T10:07:29.583234Z",
"url": "https://files.pythonhosted.org/packages/e4/50/f736403c66c9da56587f88a668e2679d7e6283fc43cd795ef4c24a394fef/neutraltemplate-0.1.3-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c897c06747bdf4bd9aacc0179707ae74a4888fe2177549bf0b1ffb8930ef7914",
"md5": "a0f8941689400d7f4d7785d24a7786cf",
"sha256": "7cf3d00086b2687cdde4eb22ece5826c1c527c40d421ba5ed1196a004aeb6041"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "a0f8941689400d7f4d7785d24a7786cf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1408435,
"upload_time": "2025-04-25T10:07:30",
"upload_time_iso_8601": "2025-04-25T10:07:30.911963Z",
"url": "https://files.pythonhosted.org/packages/c8/97/c06747bdf4bd9aacc0179707ae74a4888fe2177549bf0b1ffb8930ef7914/neutraltemplate-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "887b77410a65a2f866f3aa9ff2c2428aae313cfdfa46b4f9802ddb7d73710cc2",
"md5": "86d5292a8af0dddc3c0a7a10ad19f44f",
"sha256": "c2a5e66267feda79568ed13fa1428633e07bee217d44492a9cedd413b6cbc012"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "86d5292a8af0dddc3c0a7a10ad19f44f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 872372,
"upload_time": "2025-04-25T10:07:32",
"upload_time_iso_8601": "2025-04-25T10:07:32.245723Z",
"url": "https://files.pythonhosted.org/packages/88/7b/77410a65a2f866f3aa9ff2c2428aae313cfdfa46b4f9802ddb7d73710cc2/neutraltemplate-0.1.3-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "322047bd8a8ccaae6986a4ee60f15703b02afe16a31eac22eb4fca0e49b7c73c",
"md5": "698e634d47bee9dc77f71b51b4e43d8e",
"sha256": "ade080dacc43d997a77625c40eb279542a6fd1b296cff15d145a5d51fc204690"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "698e634d47bee9dc77f71b51b4e43d8e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 946753,
"upload_time": "2025-04-25T10:07:33",
"upload_time_iso_8601": "2025-04-25T10:07:33.915700Z",
"url": "https://files.pythonhosted.org/packages/32/20/47bd8a8ccaae6986a4ee60f15703b02afe16a31eac22eb4fca0e49b7c73c/neutraltemplate-0.1.3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "963a64b4f5eefde46b544329a5e5524c4a2e256dd4c9471281588a8aabdf7202",
"md5": "741da9231ba927798f6cb522e0f7f88c",
"sha256": "d61b911a44c5b829dddc3ade5f8b4fc02f59d040766cd0ab63272b5d3873466c"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "741da9231ba927798f6cb522e0f7f88c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1112857,
"upload_time": "2025-04-25T10:07:35",
"upload_time_iso_8601": "2025-04-25T10:07:35.232990Z",
"url": "https://files.pythonhosted.org/packages/96/3a/64b4f5eefde46b544329a5e5524c4a2e256dd4c9471281588a8aabdf7202/neutraltemplate-0.1.3-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cff19c31001b0fc9949c0ac699ede0fcdd06ed9958916ffb3875b75b0af9c5e7",
"md5": "dcab1588ab09e834faeeb7f03f1a1a2c",
"sha256": "786ba5f45df46c8ccc5ac93a817e1d62828f505e6b2b28c663290406f7e6a02d"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "dcab1588ab09e834faeeb7f03f1a1a2c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1052678,
"upload_time": "2025-04-25T10:07:36",
"upload_time_iso_8601": "2025-04-25T10:07:36.576439Z",
"url": "https://files.pythonhosted.org/packages/cf/f1/9c31001b0fc9949c0ac699ede0fcdd06ed9958916ffb3875b75b0af9c5e7/neutraltemplate-0.1.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa8a2bcd813486a89dc618fe0ee275bbe950bef7ac9686f7f6d286b90673b3a7",
"md5": "4e06d2ac4fd90de622a695c061876868",
"sha256": "9cc4bb75066636de7768e4f4919d88e95f177be34c3303870dd73588de8a769e"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4e06d2ac4fd90de622a695c061876868",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1187661,
"upload_time": "2025-04-25T10:07:39",
"upload_time_iso_8601": "2025-04-25T10:07:39.791127Z",
"url": "https://files.pythonhosted.org/packages/aa/8a/2bcd813486a89dc618fe0ee275bbe950bef7ac9686f7f6d286b90673b3a7/neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6ef1320f4a26405a12c575cbbe5e6049bad04f13a906a86139486a717d75c383",
"md5": "c77aaa11b7cf2f63ed73a3fa2aaf422c",
"sha256": "aaa217d9387437d520f4f4a5d0994e5a88deac7d80cd72a580e71acc48275d5f"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "c77aaa11b7cf2f63ed73a3fa2aaf422c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1141900,
"upload_time": "2025-04-25T10:07:41",
"upload_time_iso_8601": "2025-04-25T10:07:41.096030Z",
"url": "https://files.pythonhosted.org/packages/6e/f1/320f4a26405a12c575cbbe5e6049bad04f13a906a86139486a717d75c383/neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ea4f0c52288ac1d5af050c4ad3e81c3053392d242196a22a0bf23d7583404938",
"md5": "a8f26e785aa6c798786f3de3c556eb86",
"sha256": "f8d1aae94bffe52bf7e6563726221e19dae15cc5cc452192ce42e1ef023064ee"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "a8f26e785aa6c798786f3de3c556eb86",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1282304,
"upload_time": "2025-04-25T10:07:42",
"upload_time_iso_8601": "2025-04-25T10:07:42.440213Z",
"url": "https://files.pythonhosted.org/packages/ea/4f/0c52288ac1d5af050c4ad3e81c3053392d242196a22a0bf23d7583404938/neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "188038993fef1c3abe79380cd092be70c996a9ddd9ff6143261c1eb24574bdae",
"md5": "8d154634d149e0ffbc6940f1483ad4f6",
"sha256": "f37648a78096af4e4499703be1e9b525a1884cda8e19b1b1576e2a6e46522b19"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "8d154634d149e0ffbc6940f1483ad4f6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1379429,
"upload_time": "2025-04-25T10:07:44",
"upload_time_iso_8601": "2025-04-25T10:07:44.097634Z",
"url": "https://files.pythonhosted.org/packages/18/80/38993fef1c3abe79380cd092be70c996a9ddd9ff6143261c1eb24574bdae/neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7c3320c9c16e914a6ff71825e8f09b3c33d55fc122005851cb043ef8de7a9599",
"md5": "da62dba5913a7b876864dd4969c42bc5",
"sha256": "6f11dd058aeeaa045e2f889f9e4da6902d8647e8971fe19d4f0f1ae4da3b951c"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "da62dba5913a7b876864dd4969c42bc5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1238560,
"upload_time": "2025-04-25T10:07:45",
"upload_time_iso_8601": "2025-04-25T10:07:45.724240Z",
"url": "https://files.pythonhosted.org/packages/7c/33/20c9c16e914a6ff71825e8f09b3c33d55fc122005851cb043ef8de7a9599/neutraltemplate-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e35119686ac6017adafa984a68fb93791e1edb02fe90e4ba1210634802efd93b",
"md5": "9277dd0f2a51d2b28cbc573a96db34c9",
"sha256": "c739ac7fe63e55aba68989635094460c0c445b37e935c6211a1b727160060285"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "9277dd0f2a51d2b28cbc573a96db34c9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1240134,
"upload_time": "2025-04-25T10:07:37",
"upload_time_iso_8601": "2025-04-25T10:07:37.879041Z",
"url": "https://files.pythonhosted.org/packages/e3/51/19686ac6017adafa984a68fb93791e1edb02fe90e4ba1210634802efd93b/neutraltemplate-0.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "064d85895af9bc418c91c4c9a38253deb36d51c2b3ac6c9ddc30b29347cd5431",
"md5": "ab9d1e55e3c71f2dedc9044f7a869fc4",
"sha256": "11f922f185e16dbf36183efb91438958ac22be2ebb80ac57eaa1b3220315f7d4"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "ab9d1e55e3c71f2dedc9044f7a869fc4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1358378,
"upload_time": "2025-04-25T10:07:47",
"upload_time_iso_8601": "2025-04-25T10:07:47.102201Z",
"url": "https://files.pythonhosted.org/packages/06/4d/85895af9bc418c91c4c9a38253deb36d51c2b3ac6c9ddc30b29347cd5431/neutraltemplate-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e6f28649f195571851ca25bb7be1c47b89da692e50e30f0b8c0414c88ce47c88",
"md5": "12f1e9bfedd8e04b74f2f3240ecff267",
"sha256": "92a40d4b591552da42d3cdacaf3f0044a7882cd608c1bf40c93b77ebae8673e2"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "12f1e9bfedd8e04b74f2f3240ecff267",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1404626,
"upload_time": "2025-04-25T10:07:48",
"upload_time_iso_8601": "2025-04-25T10:07:48.705317Z",
"url": "https://files.pythonhosted.org/packages/e6/f2/8649f195571851ca25bb7be1c47b89da692e50e30f0b8c0414c88ce47c88/neutraltemplate-0.1.3-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "daace4f27491a0b4de0190676c9f6dcb92f21a4912976f7c68619437d7d1f1f3",
"md5": "5df2853a75e6125bcd0883d28ba82018",
"sha256": "b91643affe9e13e3896dc6e2a481bb897add563a3ba2f300335af99c2613ddeb"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "5df2853a75e6125bcd0883d28ba82018",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1370396,
"upload_time": "2025-04-25T10:07:50",
"upload_time_iso_8601": "2025-04-25T10:07:50.562440Z",
"url": "https://files.pythonhosted.org/packages/da/ac/e4f27491a0b4de0190676c9f6dcb92f21a4912976f7c68619437d7d1f1f3/neutraltemplate-0.1.3-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9a400a1454193ce73bef5ca3aafb7ee0e38ea9706c8ebb6b6808432d6a459559",
"md5": "35f0003811c6666df879c66e9e57d747",
"sha256": "7e575dc0018d08012bed5e112e6b3710676e4d493d561a3d48c854984c1176e2"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "35f0003811c6666df879c66e9e57d747",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1407564,
"upload_time": "2025-04-25T10:07:52",
"upload_time_iso_8601": "2025-04-25T10:07:52.181968Z",
"url": "https://files.pythonhosted.org/packages/9a/40/0a1454193ce73bef5ca3aafb7ee0e38ea9706c8ebb6b6808432d6a459559/neutraltemplate-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1b0b9020ea64cd714e3db03295821a58f8195b0a20dc8d9404c611adb8d4c3e3",
"md5": "f773ec74ec59648aab31221f0c077ffa",
"sha256": "c24f5866b41cb3c07d86e04bdd0b4b8f518505904e09170d7bb611ad11ff7af0"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "f773ec74ec59648aab31221f0c077ffa",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 872135,
"upload_time": "2025-04-25T10:07:54",
"upload_time_iso_8601": "2025-04-25T10:07:54.182388Z",
"url": "https://files.pythonhosted.org/packages/1b/0b/9020ea64cd714e3db03295821a58f8195b0a20dc8d9404c611adb8d4c3e3/neutraltemplate-0.1.3-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4a47424690249511a86df36e60abfcab0b921669b20d0000c36d0506c607b21",
"md5": "9e8623174a3c6559903c08c63e1674c6",
"sha256": "f2dde63ce9a7e406e9896e96d882e53499b4b4c6fa702a01762dbd12f96af3a2"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "9e8623174a3c6559903c08c63e1674c6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 947222,
"upload_time": "2025-04-25T10:07:55",
"upload_time_iso_8601": "2025-04-25T10:07:55.702599Z",
"url": "https://files.pythonhosted.org/packages/d4/a4/7424690249511a86df36e60abfcab0b921669b20d0000c36d0506c607b21/neutraltemplate-0.1.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e9d4a8a5caaaa339387b304604b94b964938d8f32f2135c9d25f57be21b3049b",
"md5": "c24a74e1023f95934e6136676fa78c1f",
"sha256": "a730e4299383b9ac42e3226d48fb913866e247f175c37339beee1012e8162c17"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "c24a74e1023f95934e6136676fa78c1f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1113023,
"upload_time": "2025-04-25T10:07:57",
"upload_time_iso_8601": "2025-04-25T10:07:57.156007Z",
"url": "https://files.pythonhosted.org/packages/e9/d4/a8a5caaaa339387b304604b94b964938d8f32f2135c9d25f57be21b3049b/neutraltemplate-0.1.3-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "10ea06a397fad8e3634e35183baa5da42f88a9b3d33174289f0856d648d67eed",
"md5": "bddb5ade08055a2b661a33c8bb89cf67",
"sha256": "a5029e957738188083978ff6aaddcfb6eb52f612293e4854169185b053eb2aa1"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "bddb5ade08055a2b661a33c8bb89cf67",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1052572,
"upload_time": "2025-04-25T10:07:58",
"upload_time_iso_8601": "2025-04-25T10:07:58.483748Z",
"url": "https://files.pythonhosted.org/packages/10/ea/06a397fad8e3634e35183baa5da42f88a9b3d33174289f0856d648d67eed/neutraltemplate-0.1.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a336a6ee0b961e5f20616123523c2bd22d4bf6e71bfbcd16d3ab86fa572b2113",
"md5": "649943c77a986c3eb60ca8c51cf639cb",
"sha256": "a4cc9f7f98a7cc910f98053e85f4816ae91e0799a483f2cfc34a7fa17320dfbe"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "649943c77a986c3eb60ca8c51cf639cb",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1187993,
"upload_time": "2025-04-25T10:08:01",
"upload_time_iso_8601": "2025-04-25T10:08:01.278028Z",
"url": "https://files.pythonhosted.org/packages/a3/36/a6ee0b961e5f20616123523c2bd22d4bf6e71bfbcd16d3ab86fa572b2113/neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bffafb74680cc7d2919d5e7a9db7155c2588c3ef21c62f67d0aff4f6f810005c",
"md5": "6dbba8d3f9c85ee0d3841b8a57158190",
"sha256": "535da2c1111f1af3b3b54fc41dad9098bfce5f2e5157f2849b73b75880cff601"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "6dbba8d3f9c85ee0d3841b8a57158190",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1141568,
"upload_time": "2025-04-25T10:08:02",
"upload_time_iso_8601": "2025-04-25T10:08:02.667995Z",
"url": "https://files.pythonhosted.org/packages/bf/fa/fb74680cc7d2919d5e7a9db7155c2588c3ef21c62f67d0aff4f6f810005c/neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2f0e70528fe2dd748e4d294b744d4f401f557c30b2f42eb528cecaf3626925d8",
"md5": "95413666e4247ed8e24317bf40f3eb53",
"sha256": "bad6173dcf13af753308e34ffb32eee6a4da4fd5a253e77d9250bb7df310841a"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "95413666e4247ed8e24317bf40f3eb53",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1282120,
"upload_time": "2025-04-25T10:08:04",
"upload_time_iso_8601": "2025-04-25T10:08:04.059030Z",
"url": "https://files.pythonhosted.org/packages/2f/0e/70528fe2dd748e4d294b744d4f401f557c30b2f42eb528cecaf3626925d8/neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c0cd43f2b2dc5c775e92469ae5b987566e7773ed7877633b58f77ef8c33412eb",
"md5": "068a7eb632ff938b7b7bbac9bf1c91b1",
"sha256": "70b61f8421a40e698532c192685023dc36aaaedd5acd06273fa10b8d1c20bc76"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "068a7eb632ff938b7b7bbac9bf1c91b1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1380583,
"upload_time": "2025-04-25T10:08:05",
"upload_time_iso_8601": "2025-04-25T10:08:05.492069Z",
"url": "https://files.pythonhosted.org/packages/c0/cd/43f2b2dc5c775e92469ae5b987566e7773ed7877633b58f77ef8c33412eb/neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ced1b3cca61b4928c4d40e481d0978621acd333531d1582ae62959b5111faeef",
"md5": "67e05d3f1cead1ade5145a327a1637e4",
"sha256": "5ef1791dd22167f4274bc2636eed820f0e95471fdfd9c5446293379ef0f71828"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "67e05d3f1cead1ade5145a327a1637e4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1238663,
"upload_time": "2025-04-25T10:08:07",
"upload_time_iso_8601": "2025-04-25T10:08:07.270428Z",
"url": "https://files.pythonhosted.org/packages/ce/d1/b3cca61b4928c4d40e481d0978621acd333531d1582ae62959b5111faeef/neutraltemplate-0.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "36fe205c8f549c888d74da47b2190293742bc49a453ca5928d00a36d4c0764c9",
"md5": "8d7588a6b11671e6994639df8ab4f365",
"sha256": "9468a821d3d224baa37e85bdf76c73e3e6777f27dbbd6329654d146b7f6b8f7b"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "8d7588a6b11671e6994639df8ab4f365",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1240411,
"upload_time": "2025-04-25T10:07:59",
"upload_time_iso_8601": "2025-04-25T10:07:59.847012Z",
"url": "https://files.pythonhosted.org/packages/36/fe/205c8f549c888d74da47b2190293742bc49a453ca5928d00a36d4c0764c9/neutraltemplate-0.1.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc2799a436f6dac9a9d8f0fd4720f5089dc99869942e410727f909610d92f326",
"md5": "0c01718b924334d4307c3e15e4719230",
"sha256": "4542d0b3a4145393b577a87b82b9e37d9435606c3549f6adb8f01db1d988cec7"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "0c01718b924334d4307c3e15e4719230",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1358589,
"upload_time": "2025-04-25T10:08:12",
"upload_time_iso_8601": "2025-04-25T10:08:12.322943Z",
"url": "https://files.pythonhosted.org/packages/dc/27/99a436f6dac9a9d8f0fd4720f5089dc99869942e410727f909610d92f326/neutraltemplate-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "617f35ab7b1d05b09ed291a86b2825e27473cadaeba140103d2b6ff9a057fac4",
"md5": "af9e7eee0ef1226bfe4b3f5cd97da3a7",
"sha256": "24af911b67e02b6220a0bf8b35e9c290b3e44b7f1b03d03d3cfe2175995ed030"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "af9e7eee0ef1226bfe4b3f5cd97da3a7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1404752,
"upload_time": "2025-04-25T10:08:13",
"upload_time_iso_8601": "2025-04-25T10:08:13.778179Z",
"url": "https://files.pythonhosted.org/packages/61/7f/35ab7b1d05b09ed291a86b2825e27473cadaeba140103d2b6ff9a057fac4/neutraltemplate-0.1.3-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8be3b663032de18571757790d97c0e21026d24bc39050744507de5e9df4f91d0",
"md5": "60b75f83d88b03a7c09ad3b628e8515c",
"sha256": "ace5fcdae53d61af67f582a25f025b24f76570d3c78de7b6d0ca530be3821901"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "60b75f83d88b03a7c09ad3b628e8515c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1370929,
"upload_time": "2025-04-25T10:08:15",
"upload_time_iso_8601": "2025-04-25T10:08:15.572275Z",
"url": "https://files.pythonhosted.org/packages/8b/e3/b663032de18571757790d97c0e21026d24bc39050744507de5e9df4f91d0/neutraltemplate-0.1.3-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "09b3b8e5e7d88beb5e41bbb2da4135dab78deae08afbdc2ee1f1f77c38b9eee4",
"md5": "90191f0263895259658060bec54f5db5",
"sha256": "f1774913a854216c2afbea3207201762e505c5ff72ab52622b8f3d63bb8b9d5f"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "90191f0263895259658060bec54f5db5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1407746,
"upload_time": "2025-04-25T10:08:17",
"upload_time_iso_8601": "2025-04-25T10:08:17.124457Z",
"url": "https://files.pythonhosted.org/packages/09/b3/b8e5e7d88beb5e41bbb2da4135dab78deae08afbdc2ee1f1f77c38b9eee4/neutraltemplate-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "123c63ed007ccf67696d447e65bb70b21e7a2ce25ed2c470b558aa47ea3d16a4",
"md5": "03c02caa6e1298874c44af4da218d5cd",
"sha256": "30bb5b0ca9004f9599985c8377c9cb0b372e93d1dfa3a5b141d4fe8d29cacc68"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "03c02caa6e1298874c44af4da218d5cd",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1188341,
"upload_time": "2025-04-25T10:08:18",
"upload_time_iso_8601": "2025-04-25T10:08:18.517856Z",
"url": "https://files.pythonhosted.org/packages/12/3c/63ed007ccf67696d447e65bb70b21e7a2ce25ed2c470b558aa47ea3d16a4/neutraltemplate-0.1.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0339ccbbb93256759f43261fcdd91fe2ec193583eb2fabe30f6d3413e1f03686",
"md5": "2513a860aaa51472648b5d8a59a43416",
"sha256": "b8d9b7fa82ad02e2f83b61f203bbb309985ef0c971ddbd0192c1430585e5cef3"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "2513a860aaa51472648b5d8a59a43416",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1142195,
"upload_time": "2025-04-25T10:08:20",
"upload_time_iso_8601": "2025-04-25T10:08:20.074499Z",
"url": "https://files.pythonhosted.org/packages/03/39/ccbbb93256759f43261fcdd91fe2ec193583eb2fabe30f6d3413e1f03686/neutraltemplate-0.1.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9b8a3587b83c63239933a2c83c84e2fb7d10be59f585c4e185c06f14f4ec2e08",
"md5": "f92a45850e5dc4dac822eee8f7deca3f",
"sha256": "779985cae5e4e595e2efba6c7b9575f64180bd0776bee4bacaa6aacd62dad7ee"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "f92a45850e5dc4dac822eee8f7deca3f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1282774,
"upload_time": "2025-04-25T10:08:21",
"upload_time_iso_8601": "2025-04-25T10:08:21.502378Z",
"url": "https://files.pythonhosted.org/packages/9b/8a/3587b83c63239933a2c83c84e2fb7d10be59f585c4e185c06f14f4ec2e08/neutraltemplate-0.1.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3bd602cda81a42c62df718cbb5d89022c3351d7aa55b6406edcd2236f562e8d4",
"md5": "6f170279e2610e10c13062732e5a4014",
"sha256": "29e7a5f4fb574b4491267ce09c6ed895388d666b3802430afe15a7380dff6a55"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "6f170279e2610e10c13062732e5a4014",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1381799,
"upload_time": "2025-04-25T10:08:23",
"upload_time_iso_8601": "2025-04-25T10:08:23.492086Z",
"url": "https://files.pythonhosted.org/packages/3b/d6/02cda81a42c62df718cbb5d89022c3351d7aa55b6406edcd2236f562e8d4/neutraltemplate-0.1.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cd66bfd982cbf100dac36f04561e4c496049a51d02e42647f800d957df027f9b",
"md5": "de6b138d8affd94fa4b610e94df8e119",
"sha256": "e47ddfd8498ed7d251c8f81e9ee54935735ffc4f3f5aa8dc8c211d940da86c1c"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "de6b138d8affd94fa4b610e94df8e119",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1358510,
"upload_time": "2025-04-25T10:08:24",
"upload_time_iso_8601": "2025-04-25T10:08:24.996530Z",
"url": "https://files.pythonhosted.org/packages/cd/66/bfd982cbf100dac36f04561e4c496049a51d02e42647f800d957df027f9b/neutraltemplate-0.1.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "23761f6eaac2bc023194c5f7e7a7350fd40fe07f4c60feb32637d313d38c79db",
"md5": "621db607a336710a98ebf2998127ab3a",
"sha256": "f53b0bdf625a9c692919b09d7b8b89bb00b1e092f394c12b0afca7b13b1b8f07"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "621db607a336710a98ebf2998127ab3a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1405383,
"upload_time": "2025-04-25T10:08:26",
"upload_time_iso_8601": "2025-04-25T10:08:26.843633Z",
"url": "https://files.pythonhosted.org/packages/23/76/1f6eaac2bc023194c5f7e7a7350fd40fe07f4c60feb32637d313d38c79db/neutraltemplate-0.1.3-cp313-cp313t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0dcf1f535592380bfb5b2fcab8415e11a1357fae5d13ce90de630f726f2fc2dc",
"md5": "42deec70eff500b3c6594c225f173f7c",
"sha256": "99dceda1a3fe0f56755590bde3ec412d8199e5618c24b75bfdbaa7b8b42279d6"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "42deec70eff500b3c6594c225f173f7c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1371638,
"upload_time": "2025-04-25T10:08:28",
"upload_time_iso_8601": "2025-04-25T10:08:28.305289Z",
"url": "https://files.pythonhosted.org/packages/0d/cf/1f535592380bfb5b2fcab8415e11a1357fae5d13ce90de630f726f2fc2dc/neutraltemplate-0.1.3-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7b12bd6c1bf71824a04e414d85c7ff517925bb5b159ba7ce411348e7cc2b9109",
"md5": "018d66ba2ad7ca46c248b6c6ed0d64c6",
"sha256": "27057bf9d994c279206288324ca1ff5c0ba09907b2e5c5fb127732517986b046"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "018d66ba2ad7ca46c248b6c6ed0d64c6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1408232,
"upload_time": "2025-04-25T10:08:29",
"upload_time_iso_8601": "2025-04-25T10:08:29.816019Z",
"url": "https://files.pythonhosted.org/packages/7b/12/bd6c1bf71824a04e414d85c7ff517925bb5b159ba7ce411348e7cc2b9109/neutraltemplate-0.1.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f0d03a1b9a2d62dfb19ce37bf2a4ece61e688e3d3144a1d2efcb810bb4de79fe",
"md5": "678df6af109d6f1eaa757d87715f3db6",
"sha256": "7654622e673de5eca32edc3fa7868caebed8cc89c46b06786866415ec6dfd2cf"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "678df6af109d6f1eaa757d87715f3db6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 872141,
"upload_time": "2025-04-25T10:08:31",
"upload_time_iso_8601": "2025-04-25T10:08:31.495110Z",
"url": "https://files.pythonhosted.org/packages/f0/d0/3a1b9a2d62dfb19ce37bf2a4ece61e688e3d3144a1d2efcb810bb4de79fe/neutraltemplate-0.1.3-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "36f049c080c662838ede4ab484b2a8d828c92e7050bb9d6a2297ea219fa7d271",
"md5": "f2d84a9a70c7ea05f7607671b53ef3d5",
"sha256": "2c923d171ffe71ddff108895681b2bef545a2cd4d2cf1ca164f227d99d83a522"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "f2d84a9a70c7ea05f7607671b53ef3d5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 947227,
"upload_time": "2025-04-25T10:08:33",
"upload_time_iso_8601": "2025-04-25T10:08:33.410364Z",
"url": "https://files.pythonhosted.org/packages/36/f0/49c080c662838ede4ab484b2a8d828c92e7050bb9d6a2297ea219fa7d271/neutraltemplate-0.1.3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ecb0c326cb84e04386624ac2494d169686f99decc28e88af2e6fc3e2ebfb6328",
"md5": "994f6a117e7d0adfae69387ff52e4306",
"sha256": "b79cba169f707d4b8bb1adc3bb0099c249de2d2c363fbf42343a83a740811e64"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "994f6a117e7d0adfae69387ff52e4306",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1189960,
"upload_time": "2025-04-25T10:06:22",
"upload_time_iso_8601": "2025-04-25T10:06:22.853386Z",
"url": "https://files.pythonhosted.org/packages/ec/b0/c326cb84e04386624ac2494d169686f99decc28e88af2e6fc3e2ebfb6328/neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a27cc13b8685cb3eca0eecf4dd7464b87f8214b078b5b3677d6b789544539245",
"md5": "ced2beb3eff8fbc34a636c3940869c38",
"sha256": "f145f8d622873510a091803d48f2affff73be565d77ca10adaf03fa4b1c973d5"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "ced2beb3eff8fbc34a636c3940869c38",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1143650,
"upload_time": "2025-04-25T10:06:24",
"upload_time_iso_8601": "2025-04-25T10:06:24.231624Z",
"url": "https://files.pythonhosted.org/packages/a2/7c/c13b8685cb3eca0eecf4dd7464b87f8214b078b5b3677d6b789544539245/neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "991f270d1244ce596c50c110d2ff4c3f2c4b123104c44c35f900b3e1f5389062",
"md5": "9a07f7aa3cef44b955534731b601b0af",
"sha256": "90c309953a9f88f449f435c915b0a5ebe932413538b9b3f45b72065c37b14e74"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "9a07f7aa3cef44b955534731b601b0af",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1283421,
"upload_time": "2025-04-25T10:06:25",
"upload_time_iso_8601": "2025-04-25T10:06:25.474043Z",
"url": "https://files.pythonhosted.org/packages/99/1f/270d1244ce596c50c110d2ff4c3f2c4b123104c44c35f900b3e1f5389062/neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5fe0869cba5b9eb7526e791153b8b56888cd31168ee91d97f6785fc86008c94c",
"md5": "48118d26ec0cff618fad5730b8c5ed3f",
"sha256": "8414f4898a456e2950a3dc23dece666a30636787c0a89024b6cb01199b64c93f"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "48118d26ec0cff618fad5730b8c5ed3f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1381996,
"upload_time": "2025-04-25T10:06:26",
"upload_time_iso_8601": "2025-04-25T10:06:26.935753Z",
"url": "https://files.pythonhosted.org/packages/5f/e0/869cba5b9eb7526e791153b8b56888cd31168ee91d97f6785fc86008c94c/neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5d0141e312c3df07a289e0b761fd61e530e808e311425500b191310e5b947f65",
"md5": "a3bd633b1f263ff639f01d10cb7838f7",
"sha256": "bdaac3deb84ab8322e62971363d5f7ece8e9e88db6faf3c9049967bbff99b7cf"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a3bd633b1f263ff639f01d10cb7838f7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1240053,
"upload_time": "2025-04-25T10:06:28",
"upload_time_iso_8601": "2025-04-25T10:06:28.185861Z",
"url": "https://files.pythonhosted.org/packages/5d/01/41e312c3df07a289e0b761fd61e530e808e311425500b191310e5b947f65/neutraltemplate-0.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6bd5b4eb641394b3b6f4bd47466ab7198b35e4ad3fa718a275aea927a7ec6276",
"md5": "24e1ed574453d2b0d5805eb6c806c90c",
"sha256": "fd0b3d3ce83ead8a88a9acd2675fab1daf5cc97539565a46868bfbe732e9d05c"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "24e1ed574453d2b0d5805eb6c806c90c",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1242830,
"upload_time": "2025-04-25T10:06:21",
"upload_time_iso_8601": "2025-04-25T10:06:21.238035Z",
"url": "https://files.pythonhosted.org/packages/6b/d5/b4eb641394b3b6f4bd47466ab7198b35e4ad3fa718a275aea927a7ec6276/neutraltemplate-0.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "183a15f70cfdf7d5250cafa450d407ef880161c6e047dcaf63f8ed9d93bf020a",
"md5": "5201f678c575f925373a53981f28ff39",
"sha256": "03fda47c19bd1c159106e24aad195a29ef586c2b0b55b0b036af84df3b32bf53"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "5201f678c575f925373a53981f28ff39",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1360506,
"upload_time": "2025-04-25T10:06:29",
"upload_time_iso_8601": "2025-04-25T10:06:29.744049Z",
"url": "https://files.pythonhosted.org/packages/18/3a/15f70cfdf7d5250cafa450d407ef880161c6e047dcaf63f8ed9d93bf020a/neutraltemplate-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7d0f9dd2e0a0a658a4a4dae450fb9079fb9637f81f13fa3c1c78241e8a9ae4b0",
"md5": "a2c97a36a8d5fdab3c81d016bc6cf70b",
"sha256": "d55887ffa59040456ef84c054a76f8607da5078acc8dcc4c1ad47bd7f7a445a2"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "a2c97a36a8d5fdab3c81d016bc6cf70b",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1406181,
"upload_time": "2025-04-25T10:06:31",
"upload_time_iso_8601": "2025-04-25T10:06:31.004636Z",
"url": "https://files.pythonhosted.org/packages/7d/0f/9dd2e0a0a658a4a4dae450fb9079fb9637f81f13fa3c1c78241e8a9ae4b0/neutraltemplate-0.1.3-cp38-cp38-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "57f968d7ed16f04a27e80238cf925b3b477473c755ddc179564ae4730101df59",
"md5": "b3c45e364d411ea3d0798b64e104945d",
"sha256": "e494979025eed0e9b3e59401c40082c605ad8815d1c7f35bee3a37283a5dc225"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "b3c45e364d411ea3d0798b64e104945d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1373348,
"upload_time": "2025-04-25T10:06:32",
"upload_time_iso_8601": "2025-04-25T10:06:32.478234Z",
"url": "https://files.pythonhosted.org/packages/57/f9/68d7ed16f04a27e80238cf925b3b477473c755ddc179564ae4730101df59/neutraltemplate-0.1.3-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a59004fbbf66878b2426af390d4d3d79eee1ec010f8ba35d1b995188d6218937",
"md5": "14666d18d7f79df005c5a4180409e167",
"sha256": "a3f600bbe8ef11b42f43780b77c9278046c276835c2f99c87021acef1114d109"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "14666d18d7f79df005c5a4180409e167",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1409613,
"upload_time": "2025-04-25T10:06:33",
"upload_time_iso_8601": "2025-04-25T10:06:33.814881Z",
"url": "https://files.pythonhosted.org/packages/a5/90/04fbbf66878b2426af390d4d3d79eee1ec010f8ba35d1b995188d6218937/neutraltemplate-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e78d7e62fba29d4bd730349d0e9cae8cc251c878201744d2f0f3c1956d8059d",
"md5": "b2f0d42a6ad0db3722d5c14e7556419a",
"sha256": "cd648aae7671e0a49c99e86e1c727494f9ae45049f7b4218f688c53feb6bb090"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "b2f0d42a6ad0db3722d5c14e7556419a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 872483,
"upload_time": "2025-04-25T10:06:35",
"upload_time_iso_8601": "2025-04-25T10:06:35.398767Z",
"url": "https://files.pythonhosted.org/packages/8e/78/d7e62fba29d4bd730349d0e9cae8cc251c878201744d2f0f3c1956d8059d/neutraltemplate-0.1.3-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "90f100425d324125e7ac35ff7e902a920eedd3a4408e1001eab2fd5cb4711232",
"md5": "c080d861e64c2d20a50c7f450c255d41",
"sha256": "9c103d716e670176b0ebc948de6c2426ff9617b36186c73c4b16c671eb58e9c3"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "c080d861e64c2d20a50c7f450c255d41",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 947116,
"upload_time": "2025-04-25T10:06:36",
"upload_time_iso_8601": "2025-04-25T10:06:36.649572Z",
"url": "https://files.pythonhosted.org/packages/90/f1/00425d324125e7ac35ff7e902a920eedd3a4408e1001eab2fd5cb4711232/neutraltemplate-0.1.3-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4301569d861dcf009ceab0319ef6b111a0171805500e1b7b196f82f7197f3626",
"md5": "a3bf011500b578c3dbb886b4e8713ed2",
"sha256": "d9427d959b442b8e511bf9b5978f49ba5219fc5ff53f76b3e88b31562b8b418a"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a3bf011500b578c3dbb886b4e8713ed2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1190519,
"upload_time": "2025-04-25T10:06:39",
"upload_time_iso_8601": "2025-04-25T10:06:39.828745Z",
"url": "https://files.pythonhosted.org/packages/43/01/569d861dcf009ceab0319ef6b111a0171805500e1b7b196f82f7197f3626/neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "28e0ad5c7d766a97e6866ea1a8f1c65d08fc18ff77c3c00ec9163eb2365ecda3",
"md5": "3ab30545601fe76ffc8996ae1e514de8",
"sha256": "e7f18fabd1497f22f6f73e3c4a81c94c50c32b5bdd74788e807715da27ee83af"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "3ab30545601fe76ffc8996ae1e514de8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1143591,
"upload_time": "2025-04-25T10:06:41",
"upload_time_iso_8601": "2025-04-25T10:06:41.071273Z",
"url": "https://files.pythonhosted.org/packages/28/e0/ad5c7d766a97e6866ea1a8f1c65d08fc18ff77c3c00ec9163eb2365ecda3/neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5d63986daf97f1f654abddb5f49196c2da3ef75a11176def56c00326cfded081",
"md5": "7a6cd4b496728b78d1a12ae8a921687c",
"sha256": "a7ed9da71146c7e3448eb8e29f94faee6117f88da87454a7d6015c024c5848be"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "7a6cd4b496728b78d1a12ae8a921687c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1283365,
"upload_time": "2025-04-25T10:06:42",
"upload_time_iso_8601": "2025-04-25T10:06:42.340480Z",
"url": "https://files.pythonhosted.org/packages/5d/63/986daf97f1f654abddb5f49196c2da3ef75a11176def56c00326cfded081/neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c8ed9ef5b5f013fb4c348e20b60580f8ec541bb4ade21f6d6cc75dc076c39a34",
"md5": "ef15fe89d5ff36ad6c68a6e3b53e3c31",
"sha256": "f85afa6a9e131b4e5d5f2efde26bdf240f724b31fb62984420f28a3d4015e47e"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "ef15fe89d5ff36ad6c68a6e3b53e3c31",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1382927,
"upload_time": "2025-04-25T10:06:43",
"upload_time_iso_8601": "2025-04-25T10:06:43.985555Z",
"url": "https://files.pythonhosted.org/packages/c8/ed/9ef5b5f013fb4c348e20b60580f8ec541bb4ade21f6d6cc75dc076c39a34/neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "839cd31f98fc1dab624f1922238162236350d50c2871f0103e7699e3e53b1e30",
"md5": "5a6a6bc88832edb8a1d0f9e647632ef7",
"sha256": "adf94122368394cea76dca819918580810364a349d073f300d2a3478992d3507"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5a6a6bc88832edb8a1d0f9e647632ef7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1240392,
"upload_time": "2025-04-25T10:06:45",
"upload_time_iso_8601": "2025-04-25T10:06:45.282867Z",
"url": "https://files.pythonhosted.org/packages/83/9c/d31f98fc1dab624f1922238162236350d50c2871f0103e7699e3e53b1e30/neutraltemplate-0.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "245c099a39e10cfd2d83511c0026da8a4fb2bdabe977e3a3464506eb52c8a185",
"md5": "0a856ff248ffd0092f600e2a2c40e0a9",
"sha256": "a088747f9c616bab6f8b8f363f680e0a78a0babfbb57310dfc0f5b2e7ace734d"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "0a856ff248ffd0092f600e2a2c40e0a9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1243139,
"upload_time": "2025-04-25T10:06:38",
"upload_time_iso_8601": "2025-04-25T10:06:38.336606Z",
"url": "https://files.pythonhosted.org/packages/24/5c/099a39e10cfd2d83511c0026da8a4fb2bdabe977e3a3464506eb52c8a185/neutraltemplate-0.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "228db16cffdb0bddb26d17b95f7375dcfbbd91a51dbb5af81fa0b3bfc0912910",
"md5": "69bab43413913a9bd3094838f8523262",
"sha256": "3b55b887d823fcdd13bb0d5933fb20ab1a65ce59ada87824f41446de0faede75"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "69bab43413913a9bd3094838f8523262",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1360767,
"upload_time": "2025-04-25T10:06:46",
"upload_time_iso_8601": "2025-04-25T10:06:46.488350Z",
"url": "https://files.pythonhosted.org/packages/22/8d/b16cffdb0bddb26d17b95f7375dcfbbd91a51dbb5af81fa0b3bfc0912910/neutraltemplate-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d41723df0790a4ab40beac095f292dee046333f29c8b82e47e12f3fc598e0260",
"md5": "e04e5d80dca9eb6513f778540d6647e2",
"sha256": "ae48b3398a3e3f0e006834702cb85afbda6524946ed6d04a0d44a3f48ada5d3d"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e04e5d80dca9eb6513f778540d6647e2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1406078,
"upload_time": "2025-04-25T10:06:47",
"upload_time_iso_8601": "2025-04-25T10:06:47.903523Z",
"url": "https://files.pythonhosted.org/packages/d4/17/23df0790a4ab40beac095f292dee046333f29c8b82e47e12f3fc598e0260/neutraltemplate-0.1.3-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ef8cfad2bc47c4b90acc7171098d09a961732f52bd208be42495ff36f99bd772",
"md5": "61ff6596ced7b040b1c7b82e4c309db5",
"sha256": "3963b770e8efd724a4f5eab43bc0057544398ef240748c0b98baf55a00fa9030"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "61ff6596ced7b040b1c7b82e4c309db5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1374089,
"upload_time": "2025-04-25T10:06:50",
"upload_time_iso_8601": "2025-04-25T10:06:50.650120Z",
"url": "https://files.pythonhosted.org/packages/ef/8c/fad2bc47c4b90acc7171098d09a961732f52bd208be42495ff36f99bd772/neutraltemplate-0.1.3-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "35a5a7b8b19b2d4661fd96f9e327d8c1d979787de01e8d73403237f3404d6546",
"md5": "6659e768624af4f2f7a084a59e22dd9b",
"sha256": "bc9f47a0838e1f6ae2dd8e19e97f662a1790cbc517d5bbf02f85a8e186feaade"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6659e768624af4f2f7a084a59e22dd9b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1410062,
"upload_time": "2025-04-25T10:06:52",
"upload_time_iso_8601": "2025-04-25T10:06:52.057643Z",
"url": "https://files.pythonhosted.org/packages/35/a5/a7b8b19b2d4661fd96f9e327d8c1d979787de01e8d73403237f3404d6546/neutraltemplate-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a04066c10c1b129d6a5f546c214ff5e5012d0c04aab41ac78aedc4b09c29cb02",
"md5": "77323f5b5d8c5dec5f006ad199dbe8fb",
"sha256": "30eb17002fc78220d688fe798dcd70b6fba15b2105fe21e360b390a08a69d2f2"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "77323f5b5d8c5dec5f006ad199dbe8fb",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 872664,
"upload_time": "2025-04-25T10:06:53",
"upload_time_iso_8601": "2025-04-25T10:06:53.350243Z",
"url": "https://files.pythonhosted.org/packages/a0/40/66c10c1b129d6a5f546c214ff5e5012d0c04aab41ac78aedc4b09c29cb02/neutraltemplate-0.1.3-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0cda425bafedffe89a556b391273a72f1e27a015a8e1ce1569dceaa0fe7fd125",
"md5": "c001a3395403ead7b9a4b183e4709b3c",
"sha256": "9b7c0999ee4b9c7fb385b553dcb84970a1593fd36a342942a0e3d94781c7674f"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "c001a3395403ead7b9a4b183e4709b3c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 947309,
"upload_time": "2025-04-25T10:06:54",
"upload_time_iso_8601": "2025-04-25T10:06:54.592559Z",
"url": "https://files.pythonhosted.org/packages/0c/da/425bafedffe89a556b391273a72f1e27a015a8e1ce1569dceaa0fe7fd125/neutraltemplate-0.1.3-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "233f959bf45ece54ba08a262d71edc15ea6a099af6ab111107c2c5f6bbe63d04",
"md5": "deb56a4a89e120087c6e9756f50c8f1a",
"sha256": "415a85fd630623f69b66e02bad4afc916fa55930c4712a819c2fa9f533b26d31"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "deb56a4a89e120087c6e9756f50c8f1a",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1189340,
"upload_time": "2025-04-25T10:08:50",
"upload_time_iso_8601": "2025-04-25T10:08:50.911656Z",
"url": "https://files.pythonhosted.org/packages/23/3f/959bf45ece54ba08a262d71edc15ea6a099af6ab111107c2c5f6bbe63d04/neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "35b1a915312ef051b26b724f44af2cfdcc11488fff9eaf640236b9c81e3edf81",
"md5": "f0a14eec2bb29e3cdc5a1f7caaac548e",
"sha256": "c8dd1d4390c01aff1e00bc0dec01ede6857ca99bd2b294a276e38733e1aade56"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "f0a14eec2bb29e3cdc5a1f7caaac548e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1143040,
"upload_time": "2025-04-25T10:08:52",
"upload_time_iso_8601": "2025-04-25T10:08:52.414961Z",
"url": "https://files.pythonhosted.org/packages/35/b1/a915312ef051b26b724f44af2cfdcc11488fff9eaf640236b9c81e3edf81/neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "05fb9735655afd998b4901d41aad3892f1cb050b87f557b6f51be0efce91e899",
"md5": "feda4c016a9ee0fff71aa3e7285d6e4f",
"sha256": "06ceb7b8ced5e30b8e832991e6bce77448cceeb072f6d6578e6edc62c11ad491"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "feda4c016a9ee0fff71aa3e7285d6e4f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1282933,
"upload_time": "2025-04-25T10:08:54",
"upload_time_iso_8601": "2025-04-25T10:08:54.265954Z",
"url": "https://files.pythonhosted.org/packages/05/fb/9735655afd998b4901d41aad3892f1cb050b87f557b6f51be0efce91e899/neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d02e3ec9a519849364836e9c9ec367d46f5e7a920866f68174f2d0a95259e03",
"md5": "2bfb5b3cfc184637bb796652fc7d77b0",
"sha256": "87eb889555ec2070b3835717d24e17ea876ecc022eed606421e2ef1a6c6ee565"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "2bfb5b3cfc184637bb796652fc7d77b0",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1381898,
"upload_time": "2025-04-25T10:08:56",
"upload_time_iso_8601": "2025-04-25T10:08:56.133907Z",
"url": "https://files.pythonhosted.org/packages/4d/02/e3ec9a519849364836e9c9ec367d46f5e7a920866f68174f2d0a95259e03/neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c527e84c0753f9b20ee8c84326c89e929f914ad6531b9f1d9d7351e6ffd81fd4",
"md5": "5246670ed4b8a259097b55401f64186e",
"sha256": "1b1be30970405956e87357441ff14a303beebc8198741c14440789ad207b36aa"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5246670ed4b8a259097b55401f64186e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1239363,
"upload_time": "2025-04-25T10:08:58",
"upload_time_iso_8601": "2025-04-25T10:08:58.857403Z",
"url": "https://files.pythonhosted.org/packages/c5/27/e84c0753f9b20ee8c84326c89e929f914ad6531b9f1d9d7351e6ffd81fd4/neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "40c0eff28b3d4bda2f4c8aa61c6bc320706e86cd46f23149a424d6fa1f18f267",
"md5": "36f12bdc63594cc1ffa9f8e2b689d10e",
"sha256": "4dd0cff3412efba2491cfd75d5efcf3c000cf2bb690f9d9982d09be058a9ade0"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "36f12bdc63594cc1ffa9f8e2b689d10e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1241117,
"upload_time": "2025-04-25T10:08:49",
"upload_time_iso_8601": "2025-04-25T10:08:49.385570Z",
"url": "https://files.pythonhosted.org/packages/40/c0/eff28b3d4bda2f4c8aa61c6bc320706e86cd46f23149a424d6fa1f18f267/neutraltemplate-0.1.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9c836d7e57aa86b77f196d1c1060682ae8c635870d1d92dd7b1f40414755ba72",
"md5": "86d31135f0e50fa2b24bdf71a4ccc7b5",
"sha256": "0b4e6572a02edcd56e75362171496d1773ee76b2dfe800b233cce0cbce7d00b5"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "86d31135f0e50fa2b24bdf71a4ccc7b5",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1359681,
"upload_time": "2025-04-25T10:09:00",
"upload_time_iso_8601": "2025-04-25T10:09:00.405555Z",
"url": "https://files.pythonhosted.org/packages/9c/83/6d7e57aa86b77f196d1c1060682ae8c635870d1d92dd7b1f40414755ba72/neutraltemplate-0.1.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6761d61b43951e9d14c4960460d740f99e509c9464b87183bad057324f96ad9f",
"md5": "13d50a2584152481020a1ae39e1e3039",
"sha256": "9ab00d191b027a3ef19c16279fde1e5ebb16b9c863f82071ec6b8feca4c0ed7f"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "13d50a2584152481020a1ae39e1e3039",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1405908,
"upload_time": "2025-04-25T10:09:02",
"upload_time_iso_8601": "2025-04-25T10:09:02.000923Z",
"url": "https://files.pythonhosted.org/packages/67/61/d61b43951e9d14c4960460d740f99e509c9464b87183bad057324f96ad9f/neutraltemplate-0.1.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4c285a9db982e2df22ad091a4a315d096ea35984de325ac6119a74461613bbce",
"md5": "6dd90ffef38372950cc24040d6e8582a",
"sha256": "eef561f22a4f9f3d745161657dc5a03267a1326f4e8cb40a28d65d0cd28d4485"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "6dd90ffef38372950cc24040d6e8582a",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1372594,
"upload_time": "2025-04-25T10:09:03",
"upload_time_iso_8601": "2025-04-25T10:09:03.944742Z",
"url": "https://files.pythonhosted.org/packages/4c/28/5a9db982e2df22ad091a4a315d096ea35984de325ac6119a74461613bbce/neutraltemplate-0.1.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa03d42af83aa2018e7fdf76aeb7f063b4e69d7d8b129ed4ab1ebd32cf432d12",
"md5": "b701f84a2bbac83b746ef4862e64d53d",
"sha256": "71a04839166d8dd64d0357b2c17f0f851fe5c33c408d48b6a58b31d2f5e7b23b"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b701f84a2bbac83b746ef4862e64d53d",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1408751,
"upload_time": "2025-04-25T10:09:05",
"upload_time_iso_8601": "2025-04-25T10:09:05.555464Z",
"url": "https://files.pythonhosted.org/packages/aa/03/d42af83aa2018e7fdf76aeb7f063b4e69d7d8b129ed4ab1ebd32cf432d12/neutraltemplate-0.1.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9026b467f58dd622fc4066b10b33871c02730c2258f19a79ab95caa003ecd2dc",
"md5": "a2f5ba2f11a3c8da399947ddabd5ee45",
"sha256": "527385f1bb1b12d4113bd575bebf0f52180568faa5014a2b0d9c5b7a434eb66b"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a2f5ba2f11a3c8da399947ddabd5ee45",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1188902,
"upload_time": "2025-04-25T10:09:09",
"upload_time_iso_8601": "2025-04-25T10:09:09.021538Z",
"url": "https://files.pythonhosted.org/packages/90/26/b467f58dd622fc4066b10b33871c02730c2258f19a79ab95caa003ecd2dc/neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "74766ea176752ded264386047994b2710860b6b041c1504c3cfe9868a09be279",
"md5": "4402b5ad41254657904054e89c6c90e1",
"sha256": "21301411eefe16089fe539afdd1468197b739333a8e80b713d1170d38c5ce8db"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "4402b5ad41254657904054e89c6c90e1",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1143190,
"upload_time": "2025-04-25T10:09:10",
"upload_time_iso_8601": "2025-04-25T10:09:10.610821Z",
"url": "https://files.pythonhosted.org/packages/74/76/6ea176752ded264386047994b2710860b6b041c1504c3cfe9868a09be279/neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1b1326af2c2cdfde2898dc205d59e32ca617a31ab8ebff4580c46342e6067175",
"md5": "c5bc44dfe61182a7b2b7933ada76d3bd",
"sha256": "7bdfd38cb4d0b02b9c5d9b29b459cc6bbda7cb542e7aa9f8d8c1a0f41063a656"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "c5bc44dfe61182a7b2b7933ada76d3bd",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1282893,
"upload_time": "2025-04-25T10:09:12",
"upload_time_iso_8601": "2025-04-25T10:09:12.216712Z",
"url": "https://files.pythonhosted.org/packages/1b/13/26af2c2cdfde2898dc205d59e32ca617a31ab8ebff4580c46342e6067175/neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ae43126d0f9f3cd13f5ce7bfa479d4c0ec1b761d8df4090da18e5713d82f596",
"md5": "976d4428da769617674967df160a1262",
"sha256": "5aff68b055df839b139c7583bfbd5787da39edd852ba0a12be01e483d39a6a13"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "976d4428da769617674967df160a1262",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1381564,
"upload_time": "2025-04-25T10:09:13",
"upload_time_iso_8601": "2025-04-25T10:09:13.845554Z",
"url": "https://files.pythonhosted.org/packages/8a/e4/3126d0f9f3cd13f5ce7bfa479d4c0ec1b761d8df4090da18e5713d82f596/neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ad1ee5d8c3fc7a9ce9af56c40cec11950ed0fe8ae8a13323d4c13c759160669f",
"md5": "7d01a00b87e121403544cad70554ae99",
"sha256": "a41cb2a1de2f2edf7fecfa25e32f71d79f01b7a785c251b6d68be2ef0d8e03c0"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7d01a00b87e121403544cad70554ae99",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1239146,
"upload_time": "2025-04-25T10:09:15",
"upload_time_iso_8601": "2025-04-25T10:09:15.935632Z",
"url": "https://files.pythonhosted.org/packages/ad/1e/e5d8c3fc7a9ce9af56c40cec11950ed0fe8ae8a13323d4c13c759160669f/neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc9f1bc12c4b4d8bb73e2c76f84f7b7b6ef7ec7d2d86e6b4dcdeb9097bd66e3d",
"md5": "e62e9f1930e3678152b3067683f39ac2",
"sha256": "41fd277389d6946207251e40707fa12ed0e581b3b7348434a6155e35610c4ba8"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "e62e9f1930e3678152b3067683f39ac2",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1241369,
"upload_time": "2025-04-25T10:09:07",
"upload_time_iso_8601": "2025-04-25T10:09:07.286078Z",
"url": "https://files.pythonhosted.org/packages/fc/9f/1bc12c4b4d8bb73e2c76f84f7b7b6ef7ec7d2d86e6b4dcdeb9097bd66e3d/neutraltemplate-0.1.3-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f36706cf9a19f30e76a3e2bc54d7ef16a09ad1de37600d7c4872ff70e9a5b0dc",
"md5": "c1f1b32437c9aebcc7ece6e9ecf6bc7c",
"sha256": "38f0f650c443f79247ec1d35b273ba17610c43a5f4123f3509bacc21d4af8b2b"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "c1f1b32437c9aebcc7ece6e9ecf6bc7c",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1359479,
"upload_time": "2025-04-25T10:09:17",
"upload_time_iso_8601": "2025-04-25T10:09:17.596398Z",
"url": "https://files.pythonhosted.org/packages/f3/67/06cf9a19f30e76a3e2bc54d7ef16a09ad1de37600d7c4872ff70e9a5b0dc/neutraltemplate-0.1.3-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38ca265229c9e1df572b64b2e6f1a18bcda4dbb170ebb82356304de8e80b002c",
"md5": "e7b2e60fd548a5306ca040faf73baf72",
"sha256": "33d04c71e9fc6c585f8d177458cefcc7a08b1586c4cce6c7588f910a2171db63"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e7b2e60fd548a5306ca040faf73baf72",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1405808,
"upload_time": "2025-04-25T10:09:19",
"upload_time_iso_8601": "2025-04-25T10:09:19.267688Z",
"url": "https://files.pythonhosted.org/packages/38/ca/265229c9e1df572b64b2e6f1a18bcda4dbb170ebb82356304de8e80b002c/neutraltemplate-0.1.3-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c30850dc7e0c86a1e679222c0d7474055e644b40c8a3b69d29eff25c9853b45f",
"md5": "3a757d247aa2831841f7dc04dff431a8",
"sha256": "77ac56120924a97590cea5b67a3f985b6af4e96fb6bb4f0331734ba1ee15f5b0"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "3a757d247aa2831841f7dc04dff431a8",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1372747,
"upload_time": "2025-04-25T10:09:20",
"upload_time_iso_8601": "2025-04-25T10:09:20.929872Z",
"url": "https://files.pythonhosted.org/packages/c3/08/50dc7e0c86a1e679222c0d7474055e644b40c8a3b69d29eff25c9853b45f/neutraltemplate-0.1.3-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7a9cab0c29b91826c08a20f9e0f3f25d8622e606711942e6dd06e0151d2c8c39",
"md5": "b1d02dca80160ab44b80c194d8c8668b",
"sha256": "4429ce737b5358d3750e365eb3fab19f98689ba114fed43e23e3d1ba5002b55b"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b1d02dca80160ab44b80c194d8c8668b",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.8",
"size": 1408647,
"upload_time": "2025-04-25T10:09:22",
"upload_time_iso_8601": "2025-04-25T10:09:22.952726Z",
"url": "https://files.pythonhosted.org/packages/7a/9c/ab0c29b91826c08a20f9e0f3f25d8622e606711942e6dd06e0151d2c8c39/neutraltemplate-0.1.3-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "352dc2e3eeb2e9877225849847232fce2c5d24ea21e2a3572057c96842bdc5dd",
"md5": "8461aa6c30ef82fa4b52bf17ce8604aa",
"sha256": "ab40a38e3aa1cc3f9296ce56a9cf48153216c490f643009083b341d1bbff212f"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8461aa6c30ef82fa4b52bf17ce8604aa",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1189642,
"upload_time": "2025-04-25T10:08:34",
"upload_time_iso_8601": "2025-04-25T10:08:34.882359Z",
"url": "https://files.pythonhosted.org/packages/35/2d/c2e3eeb2e9877225849847232fce2c5d24ea21e2a3572057c96842bdc5dd/neutraltemplate-0.1.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1da39906bbd4d030b702e5195df034bad0d901c3e83f75cfd9671850b5b90997",
"md5": "5adc66f6a7393bf14734f8485d268ad6",
"sha256": "98cd8730ef873804747ee2b6019f56a3e27758ca04df4fc5475e434233f4ff84"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5adc66f6a7393bf14734f8485d268ad6",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1142701,
"upload_time": "2025-04-25T10:08:36",
"upload_time_iso_8601": "2025-04-25T10:08:36.823175Z",
"url": "https://files.pythonhosted.org/packages/1d/a3/9906bbd4d030b702e5195df034bad0d901c3e83f75cfd9671850b5b90997/neutraltemplate-0.1.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c46353d5a187a02cc8eb39a54fe793739411d9dc777472d1a22b09df0aef299",
"md5": "2a3994c79bbc346109ceb74bb4a5088d",
"sha256": "e55de531ccbfbf3f20541518f5b6bbae32f27c53f70b02783c038c7754e79636"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "2a3994c79bbc346109ceb74bb4a5088d",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1283645,
"upload_time": "2025-04-25T10:08:39",
"upload_time_iso_8601": "2025-04-25T10:08:39.146079Z",
"url": "https://files.pythonhosted.org/packages/0c/46/353d5a187a02cc8eb39a54fe793739411d9dc777472d1a22b09df0aef299/neutraltemplate-0.1.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dac7af2afab140a0903feea76f2be252c04cba4a3dbcc410dac96490a96269e4",
"md5": "e02401384b13cdedcde52f29119251c2",
"sha256": "b4c8a5df86a0f468c21e3252b4468d0975362fead8dd55ce1a0887e4fb391432"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "e02401384b13cdedcde52f29119251c2",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1381673,
"upload_time": "2025-04-25T10:08:40",
"upload_time_iso_8601": "2025-04-25T10:08:40.946279Z",
"url": "https://files.pythonhosted.org/packages/da/c7/af2afab140a0903feea76f2be252c04cba4a3dbcc410dac96490a96269e4/neutraltemplate-0.1.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8a62fe3683532e38cf9dedc3947bf54ccd7739cdbc95508101b41b0a9d3f2cf6",
"md5": "bcf6e47adccafe6f0087cd629f10e12f",
"sha256": "b875f2347b157c3a739b17fe0d2925320af94c052f26b2032cf9d11f4a093bd1"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "bcf6e47adccafe6f0087cd629f10e12f",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1360058,
"upload_time": "2025-04-25T10:08:42",
"upload_time_iso_8601": "2025-04-25T10:08:42.848999Z",
"url": "https://files.pythonhosted.org/packages/8a/62/fe3683532e38cf9dedc3947bf54ccd7739cdbc95508101b41b0a9d3f2cf6/neutraltemplate-0.1.3-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b1343ad06255de9aadff3153dc1965491eb04840c78e0467f2e7ee8ebe450dd5",
"md5": "9817df4a02bd32cf8d63527ba18aa25a",
"sha256": "3920a1079a7539ba803c9b21d5434d6a477cbf75a0e0e84138bba91da04f76f0"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "9817df4a02bd32cf8d63527ba18aa25a",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1405564,
"upload_time": "2025-04-25T10:08:44",
"upload_time_iso_8601": "2025-04-25T10:08:44.376276Z",
"url": "https://files.pythonhosted.org/packages/b1/34/3ad06255de9aadff3153dc1965491eb04840c78e0467f2e7ee8ebe450dd5/neutraltemplate-0.1.3-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dbadfee12ac362b988abbc36daffd768d2748d0b6a4fb96b40bb0a727a4b4b42",
"md5": "a4c82480353ca970572fd72c07adfe1d",
"sha256": "f7a115a9b13a00806aea891d265543e923f11789fd3c3bb31cfd46eab9b7790d"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "a4c82480353ca970572fd72c07adfe1d",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1372298,
"upload_time": "2025-04-25T10:08:46",
"upload_time_iso_8601": "2025-04-25T10:08:46.006467Z",
"url": "https://files.pythonhosted.org/packages/db/ad/fee12ac362b988abbc36daffd768d2748d0b6a4fb96b40bb0a727a4b4b42/neutraltemplate-0.1.3-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "359f3d7f6372e89d09158ec06ebc9c321bd679a1511c25ef737e23cbf9847358",
"md5": "f1e23867234314248eb7c6f4e4d747c7",
"sha256": "8546738f83e1cbf491c8ccd8664fd55dd51ca89fd558f7203fac1b23fd76a972"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f1e23867234314248eb7c6f4e4d747c7",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1409697,
"upload_time": "2025-04-25T10:08:47",
"upload_time_iso_8601": "2025-04-25T10:08:47.569803Z",
"url": "https://files.pythonhosted.org/packages/35/9f/3d7f6372e89d09158ec06ebc9c321bd679a1511c25ef737e23cbf9847358/neutraltemplate-0.1.3-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b2b30e56ec33b931c9f402274f903a6acb53c5168a74b19b13f03fcdf0865937",
"md5": "a9da41671b0c476e048708605b798d74",
"sha256": "339c644cf33ef429e885e3fdaedb7b16ae1fe8d827b5cfbbef7d4be71db40256"
},
"downloads": -1,
"filename": "neutraltemplate-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "a9da41671b0c476e048708605b798d74",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 171743,
"upload_time": "2025-04-25T10:09:24",
"upload_time_iso_8601": "2025-04-25T10:09:24.629126Z",
"url": "https://files.pythonhosted.org/packages/b2/b3/0e56ec33b931c9f402274f903a6acb53c5168a74b19b13f03fcdf0865937/neutraltemplate-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-25 10:09:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "FranBar1966",
"github_project": "neutraltemplate",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "neutraltemplate"
}