Name | adelie JSON |
Version |
1.1.52
JSON |
| download |
home_page | None |
Summary | A fast, flexible package for group elastic net. |
upload_time | 2025-02-22 16:11:36 |
maintainer | James Yang |
docs_url | None |
author | James Yang |
requires_python | >=3.9 |
license | MIT License
Copyright (c) 2023 James Yang
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
group lasso
group elastic net
lasso
elastic net
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<h1 align="center">
<img src="https://raw.githubusercontent.com/JamesYang007/adelie/main/docs/logos/adelie-penguin.svg" width="500">
</h1><br>

[](https://pepy.tech/project/adelie)
[](https://pepy.tech/project/adelie)



Adelie is a fast and flexible Python package for solving
lasso, elastic net, group lasso, and group elastic net problems.
- **Installation**: [https://jamesyang007.github.io/adelie/notebooks/installation.html](https://jamesyang007.github.io/adelie/notebooks/installation.html)
- **Documentation**: [https://jamesyang007.github.io/adelie](https://jamesyang007.github.io/adelie/)
- **Source code**: [https://github.com/JamesYang007/adelie](https://github.com/JamesYang007/adelie)
- **Issue Tracker**: [https://github.com/JamesYang007/adelie/issues](https://github.com/JamesYang007/adelie/issues)
It offers a general purpose group elastic net solver,
a wide range of matrix classes that can exploit special structure to allow large-scale inputs,
and an assortment of generalized linear model (GLM) classes for fitting various types of data.
These matrix and GLM classes can be extended by the user for added flexibility.
Many inner routines such as matrix-vector products
and gradient, hessian, and loss of GLM functions have been heavily optimized and parallelized.
Algorithmic optimizations such as the pivot rule for screening variables
and the proximal Newton method have been carefully tuned for convergence and numerical stability.
Raw data
{
"_id": null,
"home_page": null,
"name": "adelie",
"maintainer": "James Yang",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "James Yang <jamesyang916@gmail.com>",
"keywords": "group lasso, group elastic net, lasso, elastic net",
"author": "James Yang",
"author_email": "James Yang <jamesyang916@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/0a/71/e5c6bcd9429b44f4c9de1e19fa508c330df9912306d1b2831cec8c7f4c7d/adelie-1.1.52.tar.gz",
"platform": null,
"description": "<h1 align=\"center\">\n<img src=\"https://raw.githubusercontent.com/JamesYang007/adelie/main/docs/logos/adelie-penguin.svg\" width=\"500\">\n</h1><br>\n\n\n[](https://pepy.tech/project/adelie)\n[](https://pepy.tech/project/adelie)\n\n\n\n\nAdelie is a fast and flexible Python package for solving \nlasso, elastic net, group lasso, and group elastic net problems. \n\n- **Installation**: [https://jamesyang007.github.io/adelie/notebooks/installation.html](https://jamesyang007.github.io/adelie/notebooks/installation.html)\n- **Documentation**: [https://jamesyang007.github.io/adelie](https://jamesyang007.github.io/adelie/)\n- **Source code**: [https://github.com/JamesYang007/adelie](https://github.com/JamesYang007/adelie)\n- **Issue Tracker**: [https://github.com/JamesYang007/adelie/issues](https://github.com/JamesYang007/adelie/issues)\n\nIt offers a general purpose group elastic net solver, \na wide range of matrix classes that can exploit special structure to allow large-scale inputs,\nand an assortment of generalized linear model (GLM) classes for fitting various types of data.\nThese matrix and GLM classes can be extended by the user for added flexibility.\nMany inner routines such as matrix-vector products\nand gradient, hessian, and loss of GLM functions have been heavily optimized and parallelized.\nAlgorithmic optimizations such as the pivot rule for screening variables\nand the proximal Newton method have been carefully tuned for convergence and numerical stability.\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2023 James Yang\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "A fast, flexible package for group elastic net.",
"version": "1.1.52",
"project_urls": {
"Documentation": "https://jamesyang007.github.io/adelie",
"Homepage": "https://github.com/JamesYang007/adelie",
"Repository": "https://github.com/JamesYang007/adelie"
},
"split_keywords": [
"group lasso",
" group elastic net",
" lasso",
" elastic net"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "40be97cde8361271b95ad42bf8f5c0f433b3a10a41114511b101e3b2ac9307d0",
"md5": "d0f1a3e0587df4fff2da4d0fc16b8edc",
"sha256": "794e4ea6bf902f7f1b2f6e08286e690b78d5d40e7ece6c17b0cdf4209ef0e0cc"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "d0f1a3e0587df4fff2da4d0fc16b8edc",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 3696198,
"upload_time": "2025-02-22T16:10:52",
"upload_time_iso_8601": "2025-02-22T16:10:52.450860Z",
"url": "https://files.pythonhosted.org/packages/40/be/97cde8361271b95ad42bf8f5c0f433b3a10a41114511b101e3b2ac9307d0/adelie-1.1.52-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0780be1bebe3336cf859ce4d6081ddd93dde088c5286f72461e531ab02a3a780",
"md5": "af8808375d2d68fb964ad62f676ad5f4",
"sha256": "d70bf2ccb4604fa2779d7b23d92f3f49af95313b6ca26d623b340f09b939434e"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "af8808375d2d68fb964ad62f676ad5f4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 3075560,
"upload_time": "2025-02-22T16:10:55",
"upload_time_iso_8601": "2025-02-22T16:10:55.725634Z",
"url": "https://files.pythonhosted.org/packages/07/80/be1bebe3336cf859ce4d6081ddd93dde088c5286f72461e531ab02a3a780/adelie-1.1.52-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1115a8e91c660c528c3836e5abf7d257b25cde1cf58b333a824633e1f29ffc36",
"md5": "2708a9ef164b9cf0f5b7e6042fd797f3",
"sha256": "d1673e0df88fc48144f80ab062643be5314af7f9ef93c03594eabc6913d2d8b1"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "2708a9ef164b9cf0f5b7e6042fd797f3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 3572585,
"upload_time": "2025-02-22T16:10:58",
"upload_time_iso_8601": "2025-02-22T16:10:58.094876Z",
"url": "https://files.pythonhosted.org/packages/11/15/a8e91c660c528c3836e5abf7d257b25cde1cf58b333a824633e1f29ffc36/adelie-1.1.52-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c243517ccefde0e9cfdc0bea4adf56070b9f4a77945fca7248a99ed33114da14",
"md5": "7c3a496e52b8b4714c08211705f2086d",
"sha256": "bea396626f68f37ff85dea41c944fb3073345474a9474d57c2723438f26457b0"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "7c3a496e52b8b4714c08211705f2086d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2091060,
"upload_time": "2025-02-22T16:11:00",
"upload_time_iso_8601": "2025-02-22T16:11:00.919891Z",
"url": "https://files.pythonhosted.org/packages/c2/43/517ccefde0e9cfdc0bea4adf56070b9f4a77945fca7248a99ed33114da14/adelie-1.1.52-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3555d333a02390fc01391abd03cd66103706435a4020ad7c7954761092eee02c",
"md5": "3c7102d8cf991a74c8b05ea22745c2d3",
"sha256": "0c01094a56f82b7e48110a226029d99143cb917b1f09cbf861b9ac078440eb8e"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "3c7102d8cf991a74c8b05ea22745c2d3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 3698166,
"upload_time": "2025-02-22T16:11:03",
"upload_time_iso_8601": "2025-02-22T16:11:03.562221Z",
"url": "https://files.pythonhosted.org/packages/35/55/d333a02390fc01391abd03cd66103706435a4020ad7c7954761092eee02c/adelie-1.1.52-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "70feef936a0213c5225ab6276b20a257c217439a543143c17a0a0ed239af5b42",
"md5": "04ff01e2367969e012f990a3c211291a",
"sha256": "4fceb8cf3b07bcc10003ba5581a9b148122d52a0f5620dd68b8fc245d54d00d9"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "04ff01e2367969e012f990a3c211291a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 3077874,
"upload_time": "2025-02-22T16:11:06",
"upload_time_iso_8601": "2025-02-22T16:11:06.388594Z",
"url": "https://files.pythonhosted.org/packages/70/fe/ef936a0213c5225ab6276b20a257c217439a543143c17a0a0ed239af5b42/adelie-1.1.52-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9316cdfa91aab2d8c64333bb41f35090ae8f86c1e34f16e582527f37853ac6e1",
"md5": "5674958a299438bf669824880af249dc",
"sha256": "41e0d08d3815c5ff6418b778a21231a9e7e8d519ea3027c569d282336a012d8c"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5674958a299438bf669824880af249dc",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 3575346,
"upload_time": "2025-02-22T16:11:08",
"upload_time_iso_8601": "2025-02-22T16:11:08.861931Z",
"url": "https://files.pythonhosted.org/packages/93/16/cdfa91aab2d8c64333bb41f35090ae8f86c1e34f16e582527f37853ac6e1/adelie-1.1.52-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5cc84fdcb4ca072b5c0db3e75a27daa57a6f0988372e64213ac130523f38074a",
"md5": "e4cc1b6d30d6513a4488c3512007450b",
"sha256": "039be48d9aa822bb73e518a089f6c5f549726cdaaeca4defa0a191b06237f8d8"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "e4cc1b6d30d6513a4488c3512007450b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2091762,
"upload_time": "2025-02-22T16:11:12",
"upload_time_iso_8601": "2025-02-22T16:11:12.879757Z",
"url": "https://files.pythonhosted.org/packages/5c/c8/4fdcb4ca072b5c0db3e75a27daa57a6f0988372e64213ac130523f38074a/adelie-1.1.52-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "11bdd2922507dde7a959818aebbbb5c375dac0941cc6772c34a7fe0b85663bf5",
"md5": "010f182e06533871eb03cca37d394e19",
"sha256": "27124d5447c96168909ac5646f1b572d4917ed6fac13b039f12ec1d6d57c2630"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "010f182e06533871eb03cca37d394e19",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 3740332,
"upload_time": "2025-02-22T16:11:16",
"upload_time_iso_8601": "2025-02-22T16:11:16.766379Z",
"url": "https://files.pythonhosted.org/packages/11/bd/d2922507dde7a959818aebbbb5c375dac0941cc6772c34a7fe0b85663bf5/adelie-1.1.52-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c414dad18b3e7fe300b3004f8ecd44055d11c20ce4e09490183638f4317e9ecf",
"md5": "95155494543470aa6ad8cd314ed05b84",
"sha256": "80c573143d297bf075c2ad5232eb40d0d750db5af8b46bc012c17b8b1c4eb52d"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "95155494543470aa6ad8cd314ed05b84",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 3107875,
"upload_time": "2025-02-22T16:11:20",
"upload_time_iso_8601": "2025-02-22T16:11:20.061486Z",
"url": "https://files.pythonhosted.org/packages/c4/14/dad18b3e7fe300b3004f8ecd44055d11c20ce4e09490183638f4317e9ecf/adelie-1.1.52-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c09d173231d643e26d1230f74f5609133935434afa91de5fe42ca0a914dcaf04",
"md5": "e43104eed220fefdd433a76fb829992f",
"sha256": "68e59ba6f3b062a97e2dd239d9e4395d6daa614890fd988210ef450bacb9f6d9"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e43104eed220fefdd433a76fb829992f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 3567751,
"upload_time": "2025-02-22T16:11:22",
"upload_time_iso_8601": "2025-02-22T16:11:22.467790Z",
"url": "https://files.pythonhosted.org/packages/c0/9d/173231d643e26d1230f74f5609133935434afa91de5fe42ca0a914dcaf04/adelie-1.1.52-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7493ace6f659d0951fa4fe11d8274acd52c55f8a00193ac4d9c20455314dab8b",
"md5": "97caa416aa731037ce725febc1416e93",
"sha256": "d404902ffb3be574a0829ef17410c6ccb6c292dd4bd6040ea7128606428cd169"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "97caa416aa731037ce725febc1416e93",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2095297,
"upload_time": "2025-02-22T16:11:25",
"upload_time_iso_8601": "2025-02-22T16:11:25.555945Z",
"url": "https://files.pythonhosted.org/packages/74/93/ace6f659d0951fa4fe11d8274acd52c55f8a00193ac4d9c20455314dab8b/adelie-1.1.52-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "01fdc81f574ba75abcc06175f561f021aeaa2567cee2ec1bed0c8318f1601584",
"md5": "0cd9b50782d5d7893707d6947856f95f",
"sha256": "7c723a2d522b3d5c11a5b647b467d6507ab04e0873577fd3e4992d311c351467"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "0cd9b50782d5d7893707d6947856f95f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 3696323,
"upload_time": "2025-02-22T16:11:27",
"upload_time_iso_8601": "2025-02-22T16:11:27.256617Z",
"url": "https://files.pythonhosted.org/packages/01/fd/c81f574ba75abcc06175f561f021aeaa2567cee2ec1bed0c8318f1601584/adelie-1.1.52-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2ee25c988f169818912423028d07e6684541473ce8d5ffdf23c3f8c21714fde0",
"md5": "02b2e24b45ec8fb9782902f00d8e93fa",
"sha256": "69f0a6ce83bafd952f7af5d4214239954d05d6794dc7bda56b74d904f91ab29f"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "02b2e24b45ec8fb9782902f00d8e93fa",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 3075819,
"upload_time": "2025-02-22T16:11:29",
"upload_time_iso_8601": "2025-02-22T16:11:29.686744Z",
"url": "https://files.pythonhosted.org/packages/2e/e2/5c988f169818912423028d07e6684541473ce8d5ffdf23c3f8c21714fde0/adelie-1.1.52-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0784d902d293443afcae0e056c180edcff497e53bc30d20b220d92549f075a82",
"md5": "453a577fa7f62c77c40a0f5bf9c7874f",
"sha256": "ecb2e88ec333af683e9837182753e4d88aabc58b3874ef633bf75848f31868ed"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "453a577fa7f62c77c40a0f5bf9c7874f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 3575611,
"upload_time": "2025-02-22T16:11:32",
"upload_time_iso_8601": "2025-02-22T16:11:32.453387Z",
"url": "https://files.pythonhosted.org/packages/07/84/d902d293443afcae0e056c180edcff497e53bc30d20b220d92549f075a82/adelie-1.1.52-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8c70ea64ba4b7a8493cf4c2e629c4f55d0536e452ec0e0530798325f912302ba",
"md5": "98c30878fa307e3480a7622c9a6008d2",
"sha256": "30cfbe375b6fa62caddf68956774630736195610a068577b4517c8a94d2b57fa"
},
"downloads": -1,
"filename": "adelie-1.1.52-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "98c30878fa307e3480a7622c9a6008d2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2166725,
"upload_time": "2025-02-22T16:11:34",
"upload_time_iso_8601": "2025-02-22T16:11:34.186599Z",
"url": "https://files.pythonhosted.org/packages/8c/70/ea64ba4b7a8493cf4c2e629c4f55d0536e452ec0e0530798325f912302ba/adelie-1.1.52-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0a71e5c6bcd9429b44f4c9de1e19fa508c330df9912306d1b2831cec8c7f4c7d",
"md5": "8bcf9fae405ae45eb988a3c69ede3552",
"sha256": "cd2bcb8938c4d48f1142c5916e0c7284448dde2d973595365c239535d9b44be3"
},
"downloads": -1,
"filename": "adelie-1.1.52.tar.gz",
"has_sig": false,
"md5_digest": "8bcf9fae405ae45eb988a3c69ede3552",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 169915,
"upload_time": "2025-02-22T16:11:36",
"upload_time_iso_8601": "2025-02-22T16:11:36.627336Z",
"url": "https://files.pythonhosted.org/packages/0a/71/e5c6bcd9429b44f4c9de1e19fa508c330df9912306d1b2831cec8c7f4c7d/adelie-1.1.52.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-22 16:11:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JamesYang007",
"github_project": "adelie",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "adelie"
}