{ "info": { "author": "Adriano P. Almeida", "author_email": "adriano.almeida@inpe.br", "bugtrack_url": null, "classifiers": [], "description": "
\n\n
\n\n# INPE CAPPY239 - An\u00e1lise Espectral de Processos Estoc\u00e1sticos\nFerramenta desenvolvida para a disciplina CAP 238 Matem\u00e1tica Computacional I - An\u00e1lise Espectral de Processos Estoc\u00e1sticos, ministrada pelo Dr. Reinaldo Roberto Rosa no programa de P\u00f3s Gradua\u00e7\u00e3o em Computa\u00e7\u00e3o Aplicada no Instituto Nacional de Pesquisas Espaciais.\nO m\u00f3dulo possui as seguintes fun\u00e7\u00f5es:\n\n## Instala\u00e7\u00e3o\n pip install cappy239\n\n> Dispon\u00edvel para Python 3.0 ou superior.\n\n## Powernoise\nA fun\u00e7\u00e3o `powernoise` gera sinais estoc\u00e1sticos, ru\u00eddos 1/f\u03b2. \u00c9 uma adapta\u00e7\u00e3o do c\u00f3digo implementado em Matlab pelo Dr. Reinaldo R. Rosa e Dale B. Dalrymple.\n\nAlguns exemplos com 212 valores:\n - **White noise**:\n```python\nfrom cappy239 import powernoise\nwhite_noise = powernoise(beta=0, N=4096)\n```\n - **Pink noise**:\n```python\nfrom cappy239 import powernoise\npink_noise = powernoise(beta=1, N=4096)\n```\n - **Red noise**:\n```python\nfrom cappy239 import powernoise\nred_noise = powernoise(beta=2, N=4096)\n```\n\n> Por padr\u00e3o s s\u00e9rie temporal est\u00e1 normalizada, caso n\u00e3o queria isso passe o argumento `varargin='randpower'`.\n\n## Mapeamento Quadr\u00e1tico (Log\u00edstico)\nA fun\u00e7\u00e3o `logistic_map` gera uma s\u00e9rie ca\u00f3tica . \nExemplo com 100 valores:\n```python\nfrom cappy239 import logistic_map\nchaotic_serie = logistic_map(rho=3.85, a0=0.001, n=100)\n```\n> Refer\u00eancia: [https://geoffboeing.com/2015/03/chaos-theory-logistic-map/](https://geoffboeing.com/2015/03/chaos-theory-logistic-map/)\n\n## Pmodel\nA fun\u00e7\u00e3o `pmodel` \u00e9 utilizada para gerar s\u00e9ries temporais estacion\u00e1rias. O c\u00f3digo \u00e9 uma adapta\u00e7\u00e3o da implementa\u00e7\u00e3o em Matlab dispon\u00edvel em [http://www2.meteo.uni-bonn.de/staff/venema/themes/surrogates/pmodel/pmodel.m](http://www2.meteo.uni-bonn.de/staff/venema/themes/surrogates/pmodel/pmodel.m).\nAlguns exemplos com 212 valores:\n\n - **S8: p=0.52, \u03b2=-1.66**\n```python\nfrom cappy239 import pmodel\nkolmogorov = pmodel(noValues=4096, p=0.52, slope=-1.66)\n```\n\n``` ______ _ _______ _______ ____ ____ _____ ______ ______ \n .' ___ | / \\ |_ __ \\|_ __ \\|_ _||_ _|/ ___ `./ ____ `..' ____ '. \n/ .' \\_| / _ \\ | |__) | | |__) | \\ \\ / / |_/___) |`' __) || (____) | \n| | / ___ \\ | ___/ | ___/ \\ \\/ / .'____.'_ |__ '.'_.____. | \n\\ `.___.'\\ _/ / \\ \\_ _| |_ _| |_ _| |_ / /_____| \\____) || \\____| | \n `.____ .'|____| |____||_____| |_____| |______| |_______|\\______.' \\______,' \n By Adriano P. Almeida\n``` \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://adrianopereira.github.io", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cappy239", "package_url": "https://pypi.org/project/cappy239/", "platform": "", "project_url": "https://pypi.org/project/cappy239/", "project_urls": { "Homepage": "https://adrianopereira.github.io" }, "release_url": "https://pypi.org/project/cappy239/0.0.15/", "requires_dist": [ "matplotlib (>=3.1.0)", "numpy (>=1.15.2)" ], "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Algorithms Computational Mathematics I: Spectral Analysis of Stochastic Processes taught by Dr Reinaldo Roberto Rosa at National Institute for Spacial Research (INPE).", "version": "0.0.15" }, "last_serial": 5381222, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "ef4cf77bbdaee69e7e060fa74a8face1", "sha256": "ae0fa000566304acfec024faa50d9fc84c14d92679104190bd63b46d0093f6b9" }, "downloads": -1, "filename": "cappy239-0.0.10-py2-none-any.whl", "has_sig": false, "md5_digest": "ef4cf77bbdaee69e7e060fa74a8face1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3549, "upload_time": "2019-06-05T13:13:42", "url": "https://files.pythonhosted.org/packages/07/a3/9c42a82ba4bbe8bd04720d8a7c42b977c204fcd770ddc60c18dce85c6abf/cappy239-0.0.10-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12e8293c4dda6402a3412c50c93f74a4", "sha256": "20255adb5a9004f861aac4af3834f48de8c49c849126fa189443cb9dcae1a43b" }, "downloads": -1, "filename": "cappy239-0.0.10.tar.gz", "has_sig": false, "md5_digest": "12e8293c4dda6402a3412c50c93f74a4", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3078, "upload_time": "2019-06-05T13:13:43", "url": "https://files.pythonhosted.org/packages/81/23/9e01c2a236b1c0b39f61fe299435460d8af8abe2742cfb150dfce71c4ff8/cappy239-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "f77b165ae349fe235d0f24d976e4e2ed", "sha256": "27f605a199797a6b8357810e6d58bf36d435979ec5434e92434e7eedddaea99c" }, "downloads": -1, "filename": "cappy239-0.0.11-py2-none-any.whl", "has_sig": false, "md5_digest": "f77b165ae349fe235d0f24d976e4e2ed", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3569, "upload_time": "2019-06-05T13:45:46", "url": "https://files.pythonhosted.org/packages/80/6f/2da823afd4822856817c2b0810f246ff4c8b2f76a3deb246d95028e55734/cappy239-0.0.11-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9dba87e363ae650beaf03c4d943f0701", "sha256": "f571a84acaa55aa5ce503ab16b02d481d0ed68fdd99fff1a7f17c6cbb9d4e1f8" }, "downloads": -1, "filename": "cappy239-0.0.11.tar.gz", "has_sig": false, "md5_digest": "9dba87e363ae650beaf03c4d943f0701", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3107, "upload_time": "2019-06-05T13:45:47", "url": "https://files.pythonhosted.org/packages/df/f0/77035936d17b0c52eb0f3b154e4fb392f5355b067d9e47e4e888ee0ae188/cappy239-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "ff877f3d1ea01996ca573427a7afefee", "sha256": "4a18b10acc6c0abd7ec0644edb2e703a362a88bccd878d0b31648f945d34577c" }, "downloads": -1, "filename": "cappy239-0.0.12-py2-none-any.whl", "has_sig": false, "md5_digest": "ff877f3d1ea01996ca573427a7afefee", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4670, "upload_time": "2019-06-05T14:59:20", "url": "https://files.pythonhosted.org/packages/83/2a/6cb98577f5cc3f869e432f6700ecaf8dadbe7286ab78fdf7b495c0b621da/cappy239-0.0.12-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b29d9e1fe357a4af1d3526b83ffb111", "sha256": "863c3446ca05cdc45e3328fd1dc42f23f302d5e4ed7c26596405f069435ab754" }, "downloads": -1, "filename": "cappy239-0.0.12.tar.gz", "has_sig": false, "md5_digest": "4b29d9e1fe357a4af1d3526b83ffb111", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4281, "upload_time": "2019-06-05T14:59:21", "url": "https://files.pythonhosted.org/packages/41/72/b21ec960a77fb29d29999fb09c42bbd30bf6480d8e9584c613f57f5f8c63/cappy239-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "14072fc2d904e0532ca4992b3e6e9836", "sha256": "063897b5f54d104e633ae7e24b25a3c5a9182fa0f0538e202a5dd3281fdf0b7d" }, "downloads": -1, "filename": "cappy239-0.0.13-py2-none-any.whl", "has_sig": false, "md5_digest": "14072fc2d904e0532ca4992b3e6e9836", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 8261, "upload_time": "2019-06-08T14:55:18", "url": "https://files.pythonhosted.org/packages/1b/71/ed26e649070a84397fae0c8ebc5c83597f29dae888dc2ce03609b84fe316/cappy239-0.0.13-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "688da659763eb8e97f28e5fe0cf57c71", "sha256": "6c75d668530617d9421273eb2cc4a4afc328c2d97a8818b754063bc0c29c4792" }, "downloads": -1, "filename": "cappy239-0.0.13.tar.gz", "has_sig": false, "md5_digest": "688da659763eb8e97f28e5fe0cf57c71", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 7592, "upload_time": "2019-06-08T14:55:20", "url": "https://files.pythonhosted.org/packages/7d/b0/cf3fa34643a45e350cd31ed447b4649290787ecb6bef207fa6b415f3ffb0/cappy239-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "5a4b3d38ef21077a0c377c26840a09ac", "sha256": "349bf14600e572c721c2a547d68d00f33cf6632d779cffe276ccd1924615b76e" }, "downloads": -1, "filename": "cappy239-0.0.14-py2-none-any.whl", "has_sig": false, "md5_digest": "5a4b3d38ef21077a0c377c26840a09ac", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 8283, "upload_time": "2019-06-10T14:16:00", "url": "https://files.pythonhosted.org/packages/fa/da/5b8f409005ed49f6323fa132e52ce253f012ad3d6180205e88b10f096010/cappy239-0.0.14-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3098d52054cc903fe74abd6c2f704378", "sha256": "1dd2e9e3a9d1de047f4f9e758d467b1bdcbd8ee77ede34e88b0631052874427d" }, "downloads": -1, "filename": "cappy239-0.0.14.tar.gz", "has_sig": false, "md5_digest": "3098d52054cc903fe74abd6c2f704378", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 7596, "upload_time": "2019-06-10T14:16:02", "url": "https://files.pythonhosted.org/packages/79/f5/b48341ec4bb2206594ac507dbb16eaede4a6af4abc0fa15e96c4d6a1d015/cappy239-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "7bf8b3c254e88405dc3d8d4aea56dd0d", "sha256": "fa689c9431f6a74bc376a95003d679c65a51a9b6e086606d1d4e42508fbec2d9" }, "downloads": -1, "filename": "cappy239-0.0.15-py2-none-any.whl", "has_sig": false, "md5_digest": "7bf8b3c254e88405dc3d8d4aea56dd0d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 8281, "upload_time": "2019-06-10T14:22:11", "url": "https://files.pythonhosted.org/packages/13/0b/1b60471aaeca910b998884e2834a9546a4a2855e94874b08ab3bd27dda55/cappy239-0.0.15-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d24819b6fd3e9c17ed9e6e69abcb452", "sha256": "80fb88b78be4fb4499322f4e541330f59b2bd33e92a0ea1410ae66c03c76b276" }, "downloads": -1, "filename": "cappy239-0.0.15.tar.gz", "has_sig": false, "md5_digest": "8d24819b6fd3e9c17ed9e6e69abcb452", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 7599, "upload_time": "2019-06-10T14:22:13", "url": "https://files.pythonhosted.org/packages/a6/ed/561f920e774f710c2801cb1ef8f9aae481f8f7ece50070d4a0d065c7d732/cappy239-0.0.15.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9b06ff0722459a9e864a2b7980b6eb17", "sha256": "53676ea3c2c3591e99f480d4b10c08e742cb96ff8f636db95dae39e1cd671d5a" }, "downloads": -1, "filename": "cappy239-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "9b06ff0722459a9e864a2b7980b6eb17", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 2075, "upload_time": "2019-05-29T01:29:04", "url": "https://files.pythonhosted.org/packages/3e/b1/010d71858e388d8d8ca65c7864042b5cc18e38708c4c494e4129c18e2ec9/cappy239-0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c55db53fc9626b23fda3de334bc7bce0", "sha256": "2529224c1aee4cbad72bbe4a956c0ae27085b29243fc2e8c5a93b34046feea9c" }, "downloads": -1, "filename": "cappy239-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c55db53fc9626b23fda3de334bc7bce0", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1802, "upload_time": "2019-05-29T01:29:05", "url": "https://files.pythonhosted.org/packages/a7/7e/beab6337ca48582753e7b5cd61ab20f6b2616444a06b4d8f6dcccd6cdfa0/cappy239-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "333e746a07524667314198d3b2fb8b9f", "sha256": "dbf91920dd23a9dcbd3a38c1b530691d0e57f5c9126d9c6ff8638b92d40af8a5" }, "downloads": -1, "filename": "cappy239-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "333e746a07524667314198d3b2fb8b9f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1931, "upload_time": "2019-06-02T13:40:39", "url": "https://files.pythonhosted.org/packages/5b/4a/ecfd23384810ee977eb972632f34f50706a3681b32b43381932ae4295c1b/cappy239-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6660b89176bca5fdbba9c3a4ca72da6e", "sha256": "3458561beb4257ed770e50440e9fd63e2573e21c9d76754eb1f4b7e017326145" }, "downloads": -1, "filename": "cappy239-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6660b89176bca5fdbba9c3a4ca72da6e", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1791, "upload_time": "2019-06-02T13:40:41", "url": "https://files.pythonhosted.org/packages/2e/13/82450ed85d7a1afa3c7ec27b861a74ec409621f83123955c8662b379da06/cappy239-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "8d8d5f89c7d2237c7974b9743abbde64", "sha256": "8446352694c5e073634e8815adfff08d3510081b3e37f1556f71c0180e617bac" }, "downloads": -1, "filename": "cappy239-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "8d8d5f89c7d2237c7974b9743abbde64", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1930, "upload_time": "2019-06-02T13:51:14", "url": "https://files.pythonhosted.org/packages/ac/cc/bad02295c18059961c25f991c242b4bc2b56798bdce512faacd11b294e27/cappy239-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7343181f2dae05226f739beaa624c75", "sha256": "38a5343ec059dac54fa1956240962893d97fbf5d27262458437673333a96c9e2" }, "downloads": -1, "filename": "cappy239-0.0.5.tar.gz", "has_sig": false, "md5_digest": "f7343181f2dae05226f739beaa624c75", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1790, "upload_time": "2019-06-02T13:51:15", "url": "https://files.pythonhosted.org/packages/1d/1b/ddf364e3e017bd9cf65680db039312a36a6e85b8e4888e56ee1fe7395405/cappy239-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "b9a4d237a144bf047a9440b8fc74e8d4", "sha256": "385b72c24e675a0e2c2708ae41459aa837bfdaf214f3d6e5e6a85abf556cb6e0" }, "downloads": -1, "filename": "cappy239-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "b9a4d237a144bf047a9440b8fc74e8d4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1931, "upload_time": "2019-06-02T14:00:23", "url": "https://files.pythonhosted.org/packages/17/f5/096b7f6e360ca9dd6e8ba747d26cb8bdf049fa4849ff27f13061dd8f5b40/cappy239-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "47a4e06df64d01ae7b1d85392330fe76", "sha256": "8228d31d6c747206255e6381ab2403f4b881edccaaa5c4ad6e62bced99d5c427" }, "downloads": -1, "filename": "cappy239-0.0.6.tar.gz", "has_sig": false, "md5_digest": "47a4e06df64d01ae7b1d85392330fe76", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1796, "upload_time": "2019-06-02T14:00:25", "url": "https://files.pythonhosted.org/packages/36/ab/aa955ce6e9b7da8522066bfca0e25987db847db14b409b6f0f337271e1d1/cappy239-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "bc310c587d1f42c4196b6f220faa42f3", "sha256": "39cc6b5fa323b008ef0502c5b1363bab0d473401c186a87173d7d6b00b4e80cc" }, "downloads": -1, "filename": "cappy239-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "bc310c587d1f42c4196b6f220faa42f3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 2426, "upload_time": "2019-06-02T14:16:32", "url": "https://files.pythonhosted.org/packages/4a/c5/e728a3e971b9253c27f2de6e94248e9d5d20f46d0a9210c08a52ff013185/cappy239-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "861ee00e13a32f09a47ec7fc8189be3b", "sha256": "7c5014c7e71e4f880dbb2038789ac6709037745d15b1261ecfc430bc107036eb" }, "downloads": -1, "filename": "cappy239-0.0.7.tar.gz", "has_sig": false, "md5_digest": "861ee00e13a32f09a47ec7fc8189be3b", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 1979, "upload_time": "2019-06-02T14:16:34", "url": "https://files.pythonhosted.org/packages/c9/69/0346c0b6b0fdd470fce87f8d96b46edb79274e8ad36d92cbc11c752e12c0/cappy239-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "2a868d5a64530f7372e115f8c3490cbb", "sha256": "2078f4d0f0c4461d0c2adb96c4cc4330093225856ff1385bc6ad281eb4303f45" }, "downloads": -1, "filename": "cappy239-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "2a868d5a64530f7372e115f8c3490cbb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 2750, "upload_time": "2019-06-02T14:30:44", "url": "https://files.pythonhosted.org/packages/a3/d4/a4e99c2e696b430ef73530ec549e841990a72e10ffa237d9b9b87434d5c3/cappy239-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fd254366e0025f14e3d792a517292df", "sha256": "b985c680d0816cdd35029fb4d482a642c0779dc4b1b3f92b7ec1c249b58dc4e9" }, "downloads": -1, "filename": "cappy239-0.0.8.tar.gz", "has_sig": false, "md5_digest": "2fd254366e0025f14e3d792a517292df", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 2308, "upload_time": "2019-06-02T14:30:46", "url": "https://files.pythonhosted.org/packages/75/c8/8dac67d7e6e68d1b28d951fd17fbb28047289efc0267abec5688db4cba85/cappy239-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "8e552abcc486edbac0d65ddf52e8a9f6", "sha256": "f4343bf2c0d7a83b91510614c6846607dbd9e55cb43be4ce06bb307d9f39d076" }, "downloads": -1, "filename": "cappy239-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "8e552abcc486edbac0d65ddf52e8a9f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3229, "upload_time": "2019-06-02T20:09:05", "url": "https://files.pythonhosted.org/packages/4f/24/356a69aee1424e6da6d3eba93fa6c3bcb271069699ffacf16b661fcc01a7/cappy239-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "16af486bc49076f8a1ad8f7bf785ab05", "sha256": "ad9433af3834edd2d18c18d7c882f4298fca512241e1eb98c0532251dde50f68" }, "downloads": -1, "filename": "cappy239-0.0.9.tar.gz", "has_sig": false, "md5_digest": "16af486bc49076f8a1ad8f7bf785ab05", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 2792, "upload_time": "2019-06-02T20:09:06", "url": "https://files.pythonhosted.org/packages/c3/89/27bde44850b5a71b9c709288fb71a1725e5bcf418fec9a6985e6f55b3bdb/cappy239-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7bf8b3c254e88405dc3d8d4aea56dd0d", "sha256": "fa689c9431f6a74bc376a95003d679c65a51a9b6e086606d1d4e42508fbec2d9" }, "downloads": -1, "filename": "cappy239-0.0.15-py2-none-any.whl", "has_sig": false, "md5_digest": "7bf8b3c254e88405dc3d8d4aea56dd0d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 8281, "upload_time": "2019-06-10T14:22:11", "url": "https://files.pythonhosted.org/packages/13/0b/1b60471aaeca910b998884e2834a9546a4a2855e94874b08ab3bd27dda55/cappy239-0.0.15-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d24819b6fd3e9c17ed9e6e69abcb452", "sha256": "80fb88b78be4fb4499322f4e541330f59b2bd33e92a0ea1410ae66c03c76b276" }, "downloads": -1, "filename": "cappy239-0.0.15.tar.gz", "has_sig": false, "md5_digest": "8d24819b6fd3e9c17ed9e6e69abcb452", "packagetype": "sdist", "python_version": "source", "requires_python": "!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 7599, "upload_time": "2019-06-10T14:22:13", "url": "https://files.pythonhosted.org/packages/a6/ed/561f920e774f710c2801cb1ef8f9aae481f8f7ece50070d4a0d065c7d732/cappy239-0.0.15.tar.gz" } ] }