{"id":30041558,"url":"https://github.com/syrte/handy","last_synced_at":"2025-08-07T02:49:57.321Z","repository":{"id":85039870,"uuid":"64844774","full_name":"syrte/handy","owner":"syrte","description":"Some handy python functions for statistics, computation and plotting (which are missed in numpy and matplotlib). ","archived":false,"fork":false,"pushed_at":"2023-10-23T06:41:24.000Z","size":262,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T14:50:22.002Z","etag":null,"topics":["cython","matplotlib","numpy","python","scientific-computing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syrte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-08-03T12:36:34.000Z","updated_at":"2023-06-28T19:07:42.000Z","dependencies_parsed_at":"2023-07-04T22:01:00.879Z","dependency_job_id":"64966348-2a4f-47c2-9793-ca8419736f24","html_url":"https://github.com/syrte/handy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/syrte/handy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syrte%2Fhandy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syrte%2Fhandy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syrte%2Fhandy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syrte%2Fhandy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syrte","download_url":"https://codeload.github.com/syrte/handy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syrte%2Fhandy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269189906,"owners_count":24375571,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cython","matplotlib","numpy","python","scientific-computing"],"created_at":"2025-08-07T02:49:52.069Z","updated_at":"2025-08-07T02:49:57.306Z","avatar_url":"https://github.com/syrte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# handy\nSome handy python functions for statistics, computation and plotting.\n\n## Document\nSee the docstring of each function.\nIt is pretty good in general.\n\n## Install\nJust clone 'handy' to a directory on your computer. I used to use put `handy` at `~/lib/handy`. \n```bash\ncd ~/lib/\ngit clone https://github.com/syrte/handy.git\n```\n\nOptionally, you can set the enviroment variable, so that Python knows where to find it hereafter.\n```\necho \"export PYTHONPATH=$HOME/lib:$PYTHONPATH\" \u003e\u003e ~/.bashrc\n```\n\nI might consider pushing it to pypi.org in the future.\n\n## Usage\nIf you have set `PYTHONPATH` in .bashrc as above, then you can simply `import handy` in Python\n```\nimport handy\n```\n\nOtherwise, you should tell Python where to find it before importing\n```\nimport sys\nsys.path.append('path_dir/')\n\nimport handy\n```\nNote that `path_dir` should the the absolute path of the *parent* directory where you placed 'handy',\nin my case, it is `/home/username/lib/`.\n\n\n## Update\n\n```bash\ncd ~/lib/handy\ngit pull\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyrte%2Fhandy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyrte%2Fhandy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyrte%2Fhandy/lists"}