{"id":23280271,"url":"https://github.com/moldyn/python-packaging","last_synced_at":"2025-04-06T13:30:30.038Z","repository":{"id":111463438,"uuid":"433736300","full_name":"moldyn/python-packaging","owner":"moldyn","description":"An example python packaging","archived":false,"fork":false,"pushed_at":"2021-12-02T14:43:56.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-12T19:45:42.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/moldyn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-12-01T08:04:48.000Z","updated_at":"2021-12-02T14:43:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"c21725e8-9bc0-46c2-9a88-ec8354356ac4","html_url":"https://github.com/moldyn/python-packaging","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moldyn%2Fpython-packaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moldyn%2Fpython-packaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moldyn%2Fpython-packaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moldyn%2Fpython-packaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moldyn","download_url":"https://codeload.github.com/moldyn/python-packaging/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247488233,"owners_count":20946902,"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":[],"created_at":"2024-12-19T23:31:24.856Z","updated_at":"2025-04-06T13:30:29.950Z","avatar_url":"https://github.com/moldyn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/wemake-services/wemake-python-styleguide\" alt=\"wemake-python-styleguide\" \u003e\n        \u003cimg src=\"https://img.shields.io/badge/style-wemake-000000.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/moldyn/python-packaging/blob/main/LICENSE\" alt=\"License\" \u003e\n        \u003cimg src=\"https://img.shields.io/github/license/moldyn/python-packaging\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://moldyn.github.io/python-packaging\" alt=\"Docs\" \u003e\n        \u003cimg src=\"https://img.shields.io/badge/pdoc3-Documentation-brightgreen\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\n# slowpca\nSlowpca is a package to perform principal component analysis based on\ncorrelation or covariance. This Repository is a only an example of\npython packaging.\n\nThe method was published in:\n\u003e Authors, ...,  *Title of publication goes here*, in preparation\n\nWe kindly ask you to cite these articles if you use this software package for\npublished works.\n\n## Features\n- performs PCA\n- easy to install\n- ...\n\n## Installation\nSo far the package is only published to [PyPI](https://pypi.org). For installing\nit to within a python environment simple call:\n```bash\npython3 -m pip install slowpca\n```\nor for the latest dev version\n```bash\n# via ssh key\npython3 -m pip install git+ssh://git@github.com/moldyn/python-packaging.git\n\n# , or via password-based login\npython3 -m pip install git+https://github.com/moldyn/python-packaging.git\n```\n\n## Usage\n### CI - Usage Directly from the Command Line\nIn general one can call the module directly by its entry point `$ slowpca`\nor by calling the module `$ python -m slowpca`. The latter method is\npreferred to ensure using the desired python environment.\nFor help simply call `$ python -m slowpca --help`.\n\n### Module - Inside a Python Script\n```python\nfrom slowpca import estimate_pca\n\n# Load file\n# X is np.ndarray of shape (n_samples, n_features)\nproj, evecs = estimate_pca(X)\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoldyn%2Fpython-packaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoldyn%2Fpython-packaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoldyn%2Fpython-packaging/lists"}