{ "info": { "author": "Giovanni Birolo", "author_email": "giovanni.birolo@unito.it", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# ACDC-NN\n\nACDC-NN is a novel antisymmetric neural network to predict proteins free energy changes upon point variations along the amino acid sequence.\nThe ACDC-NN model was built so that it can be used to make predictions in two different ways: \n\n1. when both the wild-type and variant structure are available, these are respectively used as direct and inverse inputs so that the network can provide a prediction that, by construction, is perfectly antisymmetric; \n\n2. when only the wild-type structure is available, as usual, the input for the inverse substitution is created starting from the direct one by inverting the variation encoding but preserving the same structure. \n\nFor further information about the ACDC-NN architecture and properties, please see the related paper https://doi.org/10.1088/1361-6463/abedfb\n\nACDC-NN Seq is a sequence-based version of ACDC-NN that does not require the structure of the protein, further information is available in the paper: https://doi.org/10.3390/genes12060911\n\n## About this repository\n\nHere you can find the instructions to easily install ACDC-NN on your computer using pip (see commands below).\nIn this version, ACDC-NN was trained using all datasets available in the literature without correcting for sequence similarity.\nIn case you want to replicate our paper results you will find a jupyter notebook inside the 'results_replication' folder.\nThere ACDC-NN was trained using a 10-fold cross-validation taking into account sequence similarity to avoid overfitting.\n\n## Installation\n\nWe recommend using pip:\n```\npip install acdc-nn\n```\n\nRequirements:\n\n \n \n \n \n \n \n \n
RequirementMinimum tested version
python3.6
tensorflow2.3.1
Biopython1.78
numpy1.19.5
pandas1.1.5
silence_tensorflow1.1.1
\n\n## Usage\nTo predict the change of the folding free energy (DDG) due to a point substitution in a protein sequence, ACDC-NN needs both evolutionary and structural information about the protein itself. The structural information is from a PDB file. The evolutionary information is from a profile file, simple tab-separated table of the frequencies of each residue in each position in homologous proteins. Positive DDG values are stabilizing.\n\nWhen no structural information is available, the sequence-based ACDC-NN Seq network must be used:\n```\nacdc-nn seq SUB PROFILE\n```\n\nWhen information is available only for the wild-type protein, the predictor can be run as:\n```\nacdc-nn struct SUB PROFILE PDB CHAIN\n```\nwhere SUB is the point substitution, PROFILE and PDB are the paths to the profile and PDB files, and CHAIN is the PDB chain where the substitution occurs. SUB is in the form XNY where X is the wild-type residue, N is the position of the substitution, and Y is the mutated residue. X and Y are given as a one-letter amino acid code and N is 1-based and referred to the PDB numbering of the relevant chain, and not the position in the sequence. Both PDB and profile files are automatically decompressed when they have a \".gz\" extension.\n\nWhen information is available also for the mutated protein, a better prediction can be got as:\n```\nacdc-nn istruct SUB WT-PROFILE WT-PDB WT-CHAIN INV-SUB MT-PROFILE MT-PDB MT-CHAIN \n```\n\nTo predict more than a few substitutions, we provide a batch mode:\n```\nacdc-nn batch SUBS\n```\nwhere SUBS is the path to a tab-separated table with a row for each substitution to be predicted. \nFor substitutuion where no structural information is available the row format is:\n```\nSUB PROFILE\n```\nFor substitutions where only the wild-type protein data is available, the row format is:\n```\nSUB PROFILE PDB CHAIN\n```\nFor substitutions where also the mutated protein data is available, the row format is:\n```\nSUB WT-PROFILE WT-PDB WT-CHAIN INV-SUB MT-PROFILE MT-PDB MT-CHAIN\n```\nThe three formats can be mixed arbitrarily in the same file.\n\n## Examples\nThese examples use the data in the tests directory of the github repository.\nNo structure available:\n```\n> acdc-nn seq Q104H tests/profiles/2ocjA.prof.gz\n\n0.06451824\n```\n\nSingle substitution:\n```\n> acdc-nn struct Q104H tests/profiles/2ocjA.prof.gz tests/structures/2ocj.pdb.gz A\n\n0.15008962\n```\nSingle substitution with the structure of the mutated protein\n```\n> acdc-nn istruct V51I tests/profiles/1bsaA.prof.gz tests/structures/1bsa.pdb.gz A I51V tests/profiles/1bniA.prof.gz tests/structures/1bni.pdb.gz A\n\n0.48577148\n\n> acdc-nn istruct I51V tests/profiles/1bniA.prof.gz tests/structures/1bni.pdb.gz A V51I tests/profiles/1bsaA.prof.gz tests/structures/1bsa.pdb.gz A\n\n-0.48577148\n```\n\nNB: In the above example we have specifically chosen two homologous proteins that have similar structure.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/compbiomed-unito/acdc-nn", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "acdc-nn", "package_url": "https://pypi.org/project/acdc-nn/", "platform": null, "project_url": "https://pypi.org/project/acdc-nn/", "project_urls": { "Homepage": "https://github.com/compbiomed-unito/acdc-nn" }, "release_url": "https://pypi.org/project/acdc-nn/0.0.17/", "requires_dist": [ "Biopython (>=1.78)", "click (>=7.1.2)", "ddgun", "numpy (>=1.19.5)", "pandas (>=1.1.5)", "silence-tensorflow (>=1.1.1)", "tensorflow (>=2.3.1)" ], "requires_python": ">=3.6", "summary": "A deep learning predictor of protein stability change upon mutation", "version": "0.0.17", "yanked": false, "yanked_reason": null }, "last_serial": 16103436, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "d22e46407ffe3af3f02e2ff1c098a993", "sha256": "1e89438da967bffa95f9f9ebc6f5447b3e099d7a9956638cbe3b9d7b0b429294" }, "downloads": -1, "filename": "acdc_nn-0.0.10-py3-none-any.whl", "has_sig": false, "md5_digest": "d22e46407ffe3af3f02e2ff1c098a993", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85533, "upload_time": "2021-07-09T15:32:17", "upload_time_iso_8601": "2021-07-09T15:32:17.008456Z", "url": "https://files.pythonhosted.org/packages/69/c8/a51c93491d9b7452b53691bdf7a717a7f4c7edd6787a54fab1930072409b/acdc_nn-0.0.10-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "03a77c019f4abbeb3ac51e0af8872731", "sha256": "64c742da31a46a3ce3dba1a092383965c59d9004b92dbb26238e8c3155c51ea4" }, "downloads": -1, "filename": "acdc-nn-0.0.10.tar.gz", "has_sig": false, "md5_digest": "03a77c019f4abbeb3ac51e0af8872731", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86066, "upload_time": "2021-07-09T15:32:18", "upload_time_iso_8601": "2021-07-09T15:32:18.591719Z", "url": "https://files.pythonhosted.org/packages/ae/b4/06344ec1ec1a0c34db75d6b570ff4dd866293b1090c2ebc51afeec0c801b/acdc-nn-0.0.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "c9c635784196ab35d89ace2fba45693b", "sha256": "e0f6c634664ad6b9a2c806b5493611935a888d51b0ae0b239ae9d82bedd131f4" }, "downloads": -1, "filename": "acdc_nn-0.0.11-py3-none-any.whl", "has_sig": false, "md5_digest": "c9c635784196ab35d89ace2fba45693b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85534, "upload_time": "2021-07-09T15:47:26", "upload_time_iso_8601": "2021-07-09T15:47:26.920774Z", "url": "https://files.pythonhosted.org/packages/e8/c7/52e799a87c5cf1e70cfe8eb9682d679341a7e00246f5b5515f51465b786f/acdc_nn-0.0.11-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c1739b700b1efbb08f254cc8481041c2", "sha256": "4e3777efb3648ec15df10f5891d2782ee389d0c0aff14fbe784d39df60f7ec8f" }, "downloads": -1, "filename": "acdc-nn-0.0.11.tar.gz", "has_sig": false, "md5_digest": "c1739b700b1efbb08f254cc8481041c2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86065, "upload_time": "2021-07-09T15:47:28", "upload_time_iso_8601": "2021-07-09T15:47:28.230780Z", "url": "https://files.pythonhosted.org/packages/d7/fb/5ea6d8f211d7c6905c8021f893c73bdf99dd4afed7620af27a01cc8d3a7c/acdc-nn-0.0.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "8c2a9e1e2abb594b173f9f2913983a33", "sha256": "e0bde32805aac34d2c4d41e2994b01b7fd616b2c86b3b5d5635aa96979b548d5" }, "downloads": -1, "filename": "acdc_nn-0.0.12-py3-none-any.whl", "has_sig": false, "md5_digest": "8c2a9e1e2abb594b173f9f2913983a33", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85532, "upload_time": "2021-07-09T15:50:08", "upload_time_iso_8601": "2021-07-09T15:50:08.462260Z", "url": "https://files.pythonhosted.org/packages/75/61/b06f96aa2d27fc540b8ea5e5811efe4c6fe971f7c614e7094937e86981f0/acdc_nn-0.0.12-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ad63b06664caef6783463fda4e3c78a1", "sha256": "952575bdfa3713735573d2e4ba65e343c9d30522ddcc6d63ae4362b7a6d48dfa" }, "downloads": -1, "filename": "acdc-nn-0.0.12.tar.gz", "has_sig": false, "md5_digest": "ad63b06664caef6783463fda4e3c78a1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86066, "upload_time": "2021-07-09T15:50:09", "upload_time_iso_8601": "2021-07-09T15:50:09.810628Z", "url": "https://files.pythonhosted.org/packages/a8/03/88d91ec8e93aa081269216cf90b6546697afbcb31820929adff7b6ca259d/acdc-nn-0.0.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "88be4f167bf37ade1308f518b6190fca", "sha256": "6f9cd35c58e64637a9e0f1465b0f48e7967c3cd1a8bb1d22c2d5fbda467c9843" }, "downloads": -1, "filename": "acdc_nn-0.0.13-py3-none-any.whl", "has_sig": false, "md5_digest": "88be4f167bf37ade1308f518b6190fca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85527, "upload_time": "2021-09-01T09:33:26", "upload_time_iso_8601": "2021-09-01T09:33:26.609732Z", "url": "https://files.pythonhosted.org/packages/f4/0f/21c08dd0eac77e9fa69979baa69c2498f080882d009310991e87ff357d44/acdc_nn-0.0.13-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6d11ef54bed08ad4d1a86c75569cacc1", "sha256": "c65be83d051695e9112e7186c6156a612e907ff6adfd5394c837ca3714983974" }, "downloads": -1, "filename": "acdc-nn-0.0.13.tar.gz", "has_sig": false, "md5_digest": "6d11ef54bed08ad4d1a86c75569cacc1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86412, "upload_time": "2021-09-01T09:33:28", "upload_time_iso_8601": "2021-09-01T09:33:28.094787Z", "url": "https://files.pythonhosted.org/packages/5b/26/aa825b367c885bbce7b492551ca6fbb0f9f47b7042ade924a582be6c6079/acdc-nn-0.0.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "a864c054e5b56889739a573fc4a35a68", "sha256": "ec6aa601b36faac146fb26f7e776e95bc4b44eb8243ae5bf1f25fe73d0f240c5" }, "downloads": -1, "filename": "acdc_nn-0.0.14-py3-none-any.whl", "has_sig": false, "md5_digest": "a864c054e5b56889739a573fc4a35a68", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85531, "upload_time": "2021-09-01T09:41:49", "upload_time_iso_8601": "2021-09-01T09:41:49.450470Z", "url": "https://files.pythonhosted.org/packages/6c/83/ec7d2ce5e12b94679778a803951bf96f6252dcac43f88718dd32451721a7/acdc_nn-0.0.14-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d5041c6aca427fc234d3c54c6840e76", "sha256": "747e5d3bf8a497fb410cc1921d5075a89c54c4dc118bec8ae9b63671035724f4" }, "downloads": -1, "filename": "acdc-nn-0.0.14.tar.gz", "has_sig": false, "md5_digest": "2d5041c6aca427fc234d3c54c6840e76", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86440, "upload_time": "2021-09-01T09:41:52", "upload_time_iso_8601": "2021-09-01T09:41:52.426396Z", "url": "https://files.pythonhosted.org/packages/b9/34/2dba89ea32bbdcf194e483d93ba178ffc17c0b9c9e7fdc593fa55d8122c7/acdc-nn-0.0.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "efcd9e97abce99a6f9f8c20fc01ee4cb", "sha256": "d65886966c0bdafad6ce24e112d34160b99a1391b03f4977cf32c4d5a055a187" }, "downloads": -1, "filename": "acdc_nn-0.0.15-py3-none-any.whl", "has_sig": false, "md5_digest": "efcd9e97abce99a6f9f8c20fc01ee4cb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85565, "upload_time": "2021-09-01T12:27:45", "upload_time_iso_8601": "2021-09-01T12:27:45.763871Z", "url": "https://files.pythonhosted.org/packages/02/71/1c88a140eae4e723368d7131ab45ee513c94d4ad5577dbfad6d8e17b57a6/acdc_nn-0.0.15-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f9957ecea964381046780ae9f8765e6f", "sha256": "e5c54608c4b547d2e5044dcea98936d3d0595efb14d45f3b1ffd1cb34985a181" }, "downloads": -1, "filename": "acdc-nn-0.0.15.tar.gz", "has_sig": false, "md5_digest": "f9957ecea964381046780ae9f8765e6f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86468, "upload_time": "2021-09-01T12:27:48", "upload_time_iso_8601": "2021-09-01T12:27:48.922879Z", "url": "https://files.pythonhosted.org/packages/bd/d8/8a2b3b582f47004e10247bf5197b9cc32bf50a7db237ffbba18ab45e83a8/acdc-nn-0.0.15.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "a4c1900878fc58b7fa0faffb17dd8676", "sha256": "f5df1d8195416e61ee159b4454a2872351d21814a0f228e7c1b5805f2ed244ab" }, "downloads": -1, "filename": "acdc_nn-0.0.16-py3-none-any.whl", "has_sig": false, "md5_digest": "a4c1900878fc58b7fa0faffb17dd8676", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85584, "upload_time": "2021-09-07T16:24:47", "upload_time_iso_8601": "2021-09-07T16:24:47.314166Z", "url": "https://files.pythonhosted.org/packages/85/27/a572bcfb921fb68dd68fac6e991c1b19ad3094e3212ed81882826a2c0f7d/acdc_nn-0.0.16-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a31a7a0fe93869c3e22ce405f4437074", "sha256": "d04843ae24e76f2edab08b23840efe99c90f847ef2b52a9abe18043f3ba8ef5b" }, "downloads": -1, "filename": "acdc-nn-0.0.16.tar.gz", "has_sig": false, "md5_digest": "a31a7a0fe93869c3e22ce405f4437074", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86465, "upload_time": "2021-09-07T16:24:48", "upload_time_iso_8601": "2021-09-07T16:24:48.754505Z", "url": "https://files.pythonhosted.org/packages/37/6e/fc89886fae70283c1ef006ea5d082cb65524484837266eb74173a3735288/acdc-nn-0.0.16.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "bb951b223af13f0d8df392ceec8a042f", "sha256": "d3981640475cf6257ab464f494d5e9fdac33ee5c333c18b200fef0b897634905" }, "downloads": -1, "filename": "acdc_nn-0.0.17-py3-none-any.whl", "has_sig": false, "md5_digest": "bb951b223af13f0d8df392ceec8a042f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85719, "upload_time": "2022-12-14T18:47:56", "upload_time_iso_8601": "2022-12-14T18:47:56.156693Z", "url": "https://files.pythonhosted.org/packages/3e/9d/251c95a3ea3bbdeaf95c07cb64a304868df0ce51ce48a5e9d52711f09748/acdc_nn-0.0.17-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "40ea8e2fd918f05c6591ccd0e12521c7", "sha256": "8cbbc1eebbf5668e5aa1045d6dfc9b7d12d2ccf1da72c5b07ef12efc1d78b31a" }, "downloads": -1, "filename": "acdc-nn-0.0.17.tar.gz", "has_sig": false, "md5_digest": "40ea8e2fd918f05c6591ccd0e12521c7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86331, "upload_time": "2022-12-14T18:47:57", "upload_time_iso_8601": "2022-12-14T18:47:57.616517Z", "url": "https://files.pythonhosted.org/packages/eb/9b/8fa62cef284a0e79997e945784f85ae34925b73abe2af13de0edebafad1b/acdc-nn-0.0.17.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "4e3463d2c703816929fbaaf7d7ea752a", "sha256": "cb7f8bc01ea6e61f1d6b82c18d495cb02f88d46941aed97f12522208e7330df8" }, "downloads": -1, "filename": "acdc_nn-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "4e3463d2c703816929fbaaf7d7ea752a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 30470, "upload_time": "2021-02-10T17:36:15", "upload_time_iso_8601": "2021-02-10T17:36:15.770383Z", "url": "https://files.pythonhosted.org/packages/be/11/6716701b80a2183131899beb2f974a1fef845f2d21fee20f2ef941d4393f/acdc_nn-0.0.5-py3-none-any.whl", "yanked": true, "yanked_reason": "buggy" }, { "comment_text": "", "digests": { "md5": "e69877e57dd7cca2519356b0934f5ee7", "sha256": "80d832b1d0c84590b6a8f877fe1ee399d0b13e154345801e4b52c33f32e1411d" }, "downloads": -1, "filename": "acdc-nn-0.0.5.tar.gz", "has_sig": false, "md5_digest": "e69877e57dd7cca2519356b0934f5ee7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 32313, "upload_time": "2021-02-10T17:36:17", "upload_time_iso_8601": "2021-02-10T17:36:17.313297Z", "url": "https://files.pythonhosted.org/packages/c1/32/4783e58ff12cfae9f662c4cca12224fb9825efb334cdf6d17a695d922acf/acdc-nn-0.0.5.tar.gz", "yanked": true, "yanked_reason": "buggy" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "4ec9b0b849b8c6eb34c0f141d171626b", "sha256": "6ee83c713ff7f500ae90c56d5955f39c2ed6e742876d4a4107c3ab821b670c06" }, "downloads": -1, "filename": "acdc_nn-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "4ec9b0b849b8c6eb34c0f141d171626b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 31540, "upload_time": "2021-02-11T15:43:36", "upload_time_iso_8601": "2021-02-11T15:43:36.280533Z", "url": "https://files.pythonhosted.org/packages/c1/3e/7a46729f0d0e34f5789f92436aababe80cd624c9a1cd95f9ba03301eb1c5/acdc_nn-0.0.6-py3-none-any.whl", "yanked": true, "yanked_reason": "buggy" }, { "comment_text": "", "digests": { "md5": "8b78d6a5e9bcfca39d325857366c308e", "sha256": "12faed1fc2822a5397188ece1d48c77659f5e953ea0aadc69853d7ec230975cd" }, "downloads": -1, "filename": "acdc-nn-0.0.6.tar.gz", "has_sig": false, "md5_digest": "8b78d6a5e9bcfca39d325857366c308e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 33969, "upload_time": "2021-02-11T15:43:37", "upload_time_iso_8601": "2021-02-11T15:43:37.556867Z", "url": "https://files.pythonhosted.org/packages/1f/b7/76bd2f29c8f2bb4019316b91ce3377ca28451b1f7581864497e67d148bf6/acdc-nn-0.0.6.tar.gz", "yanked": true, "yanked_reason": "buggy" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "4a153638c3d4aad841250a706411333e", "sha256": "8de9a466b69655adcc92632361781b0418c418df8af21c343ba4016be0b3d907" }, "downloads": -1, "filename": "acdc_nn-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "4a153638c3d4aad841250a706411333e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 31527, "upload_time": "2021-02-11T17:33:08", "upload_time_iso_8601": "2021-02-11T17:33:08.686867Z", "url": "https://files.pythonhosted.org/packages/38/90/0b6f4b78d68f2a8479434ff78e365fbbc4a8e95b870a156bd4b11be522b0/acdc_nn-0.0.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cd23ba4fe367857198b6af40e19e2fdf", "sha256": "b4d7ff7348a21056b25e00407403ed82e59eb77926102c7a79c6bdeeca8f2d9d" }, "downloads": -1, "filename": "acdc-nn-0.0.7.tar.gz", "has_sig": false, "md5_digest": "cd23ba4fe367857198b6af40e19e2fdf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 30734, "upload_time": "2021-02-11T17:33:10", "upload_time_iso_8601": "2021-02-11T17:33:10.382808Z", "url": "https://files.pythonhosted.org/packages/92/da/0edeeaa30e5196852ed8c148b9ca0220f8e36a17b5d69c6ea137a65e6ea9/acdc-nn-0.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "098c9cb17f2c3f3f4f504786c7253b73", "sha256": "c8c6120968e6aa7c9f5b48af046b10982c4deaf7cbe352282811afdd32568ff5" }, "downloads": -1, "filename": "acdc_nn-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "098c9cb17f2c3f3f4f504786c7253b73", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85517, "upload_time": "2021-06-23T17:01:00", "upload_time_iso_8601": "2021-06-23T17:01:00.046661Z", "url": "https://files.pythonhosted.org/packages/b4/66/800b6e89034fd457a54242589a8f7937d7c2f2f8cbf89bf87afc12e8406e/acdc_nn-0.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7d5d42d4149beef22455d27edc10372b", "sha256": "25760fa3d1821aae48abdd1448117815440d2e42df56b7400fba214c6f2e88eb" }, "downloads": -1, "filename": "acdc-nn-0.0.8.tar.gz", "has_sig": false, "md5_digest": "7d5d42d4149beef22455d27edc10372b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86059, "upload_time": "2021-06-23T17:01:01", "upload_time_iso_8601": "2021-06-23T17:01:01.869715Z", "url": "https://files.pythonhosted.org/packages/ec/9a/11616945fbc38f4f842b139c3977b1869ce596d4049304ea8ef03448e581/acdc-nn-0.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "949778ae7974454de29a2703fa2d8c8b", "sha256": "2cb32f0d9c7704b7dd8f1b5480d83cc44400d438f39d08dab17af272759da66c" }, "downloads": -1, "filename": "acdc_nn-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "949778ae7974454de29a2703fa2d8c8b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85514, "upload_time": "2021-07-09T15:28:57", "upload_time_iso_8601": "2021-07-09T15:28:57.406532Z", "url": "https://files.pythonhosted.org/packages/4b/b3/2d0b9222a05d33e9bd3d1479438151638b64a7f35357e99ef78ce6b5e823/acdc_nn-0.0.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "919fd40c22c61c636fef33865ff2e9d2", "sha256": "6a55fb8c087237e47369721dd00509a397b0570bc552ba071da846938044b62e" }, "downloads": -1, "filename": "acdc-nn-0.0.9.tar.gz", "has_sig": false, "md5_digest": "919fd40c22c61c636fef33865ff2e9d2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86093, "upload_time": "2021-07-09T15:28:58", "upload_time_iso_8601": "2021-07-09T15:28:58.602741Z", "url": "https://files.pythonhosted.org/packages/f9/4b/f42fffd343c8a0d91e85ca140ecebdfca622cae9f7500572ec71ce861790/acdc-nn-0.0.9.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bb951b223af13f0d8df392ceec8a042f", "sha256": "d3981640475cf6257ab464f494d5e9fdac33ee5c333c18b200fef0b897634905" }, "downloads": -1, "filename": "acdc_nn-0.0.17-py3-none-any.whl", "has_sig": false, "md5_digest": "bb951b223af13f0d8df392ceec8a042f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 85719, "upload_time": "2022-12-14T18:47:56", "upload_time_iso_8601": "2022-12-14T18:47:56.156693Z", "url": "https://files.pythonhosted.org/packages/3e/9d/251c95a3ea3bbdeaf95c07cb64a304868df0ce51ce48a5e9d52711f09748/acdc_nn-0.0.17-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "40ea8e2fd918f05c6591ccd0e12521c7", "sha256": "8cbbc1eebbf5668e5aa1045d6dfc9b7d12d2ccf1da72c5b07ef12efc1d78b31a" }, "downloads": -1, "filename": "acdc-nn-0.0.17.tar.gz", "has_sig": false, "md5_digest": "40ea8e2fd918f05c6591ccd0e12521c7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 86331, "upload_time": "2022-12-14T18:47:57", "upload_time_iso_8601": "2022-12-14T18:47:57.616517Z", "url": "https://files.pythonhosted.org/packages/eb/9b/8fa62cef284a0e79997e945784f85ae34925b73abe2af13de0edebafad1b/acdc-nn-0.0.17.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }