{"id":24115713,"url":"https://github.com/soleyhyman/peccary","last_synced_at":"2025-09-18T04:31:30.227Z","repository":{"id":248066263,"uuid":"827443543","full_name":"soleyhyman/peccary","owner":"soleyhyman","description":"Package for identifying regular, complex, and stochastic behavior in timeseries","archived":false,"fork":false,"pushed_at":"2024-12-10T01:32:50.000Z","size":1225,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-10T02:26:43.768Z","etag":null,"topics":["astro","astronomy","astrophysics","chaos","chaotic-systems","dynamics","orbital-dynamics","physics","python"],"latest_commit_sha":null,"homepage":"https://peccary.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soleyhyman.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T16:53:17.000Z","updated_at":"2024-12-10T01:32:54.000Z","dependencies_parsed_at":"2024-12-10T02:24:14.564Z","dependency_job_id":"3acf85c5-3cf2-401b-919a-ac275825e29c","html_url":"https://github.com/soleyhyman/peccary","commit_stats":null,"previous_names":["soleyhyman/peccary"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soleyhyman%2Fpeccary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soleyhyman%2Fpeccary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soleyhyman%2Fpeccary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soleyhyman%2Fpeccary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soleyhyman","download_url":"https://codeload.github.com/soleyhyman/peccary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233446346,"owners_count":18677488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astro","astronomy","astrophysics","chaos","chaotic-systems","dynamics","orbital-dynamics","physics","python"],"created_at":"2025-01-11T06:14:34.022Z","updated_at":"2025-09-18T04:31:24.908Z","avatar_url":"https://github.com/soleyhyman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|logo|\n\n*******\nPECCARY\n*******\n|PyPI| |conda| |Zenodo| |License|\n\nPECCARY (Permutation Entropy and statistiCal Complexity Analysis for astRophYsics) \nis a pure-python package for distinguishing between regular, complex, and stochastic\nbehavior in timeseries. It is based on the work by \n`Bandt \u0026 Pompe (2002) \u003chttps://ui.adsabs.harvard.edu/#abs/2002PhRvL..88q4102B/abstract\u003e`__ , \n`Rosso et al. (2007) \u003chttps://ui.adsabs.harvard.edu/#abs/2007PhRvL..99o4102R/abstract\u003e`__ , \nand `Weck et al. (2015) \u003chttps://ui.adsabs.harvard.edu/#abs/2015PhRvE..91b3101W/abstract\u003e`__.\nThis code is also based on work by collaborator David Schaffner, who wrote the initial \nversion of some of the method, called `PESCy \u003chttps://github.com/dschaffner/PESCy\u003e`__.\n\nIn addition to calculating the Permutation Entropy ($H$) and Statistical Complexity\n($C$) values, this package also has plotting tools for the $HC$-plane and visualizing the \nresulting $[H,C]$ values for various timeseries.\n\nA detailed summary of the PECCARY method can be found in Hyman, Daniel, \u0026 Schaffner (`arXiv:2407.11970 \u003chttps://arxiv.org/abs/2407.11970\u003e`__). \nIf you make use of PECCARY, please include a citation to Hyman, Daniel, \u0026 Schaffner (`arXiv:2407.11970 \u003chttps://arxiv.org/abs/2407.11970\u003e`__)\nin any publications.\n\nDocumentation\n-------------\n|Documentation Status|\n\nThe documentation for ``peccary`` is hosted on `Read the Docs \u003chttp://peccary.readthedocs.io\u003e`__.\n\nInstallation and Dependencies\n-----------------------------\n\nThe recommended way to install the latest stable version of ``peccary`` \nis with ``pip`` via the terminal with the command:\n\n\u003e\u003e\u003e pip install peccary\n\nYou can also use the command:\n\n\u003e\u003e\u003e python -m pip install peccary\n\nor with ``conda`` via:\n\n\u003e\u003e\u003e conda install -c conda-forge peccary\n\nSee the `installation instructions \u003chttps://peccary.readthedocs.io/en/latest/installation.html\u003e`__\nin the `documentation \u003chttps://peccary.readthedocs.io\u003e`__ for more instructions.\n\n.. |PyPI| image:: https://badge.fury.io/py/peccary.svg\n   :target: https://pypi.org/project/peccary/\n.. |conda| image:: https://anaconda.org/conda-forge/peccary/badges/version.svg\n   :target: https://anaconda.org/conda-forge/peccary\n.. |Documentation Status| image:: https://readthedocs.org/projects/peccary/badge/?version=latest\n   :target: http://peccary.readthedocs.io/en/latest/?badge=latest\n.. |logo| image:: https://peccary.readthedocs.io/en/latest/_static/peccary-logo-banner.png\n   :target: https://github.com/soleyhyman/peccary\n   :width: 400\n.. |License| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat\n   :target: https://github.com/soleyhyman/peccary/blob/main/LICENSE\n.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.13168299.svg\n   :target: https://doi.org/10.5281/zenodo.13168299\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoleyhyman%2Fpeccary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoleyhyman%2Fpeccary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoleyhyman%2Fpeccary/lists"}