{"id":27938760,"url":"https://github.com/sunpy/pyflct","last_synced_at":"2025-06-21T04:36:39.242Z","repository":{"id":37941702,"uuid":"252472218","full_name":"sunpy/pyflct","owner":"sunpy","description":"A Python wrapper for Fourier Local Correlation Tracking","archived":false,"fork":false,"pushed_at":"2025-06-11T09:34:46.000Z","size":821,"stargazers_count":2,"open_issues_count":7,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-11T10:47:48.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pyflct.readthedocs.io","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunpy.png","metadata":{"funding":{"github":"sunpy","open_collective":"sunpy"},"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.rst","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,"zenodo":null}},"created_at":"2020-04-02T14:03:51.000Z","updated_at":"2025-04-07T22:06:31.000Z","dependencies_parsed_at":"2023-02-13T19:16:27.179Z","dependency_job_id":"bb192432-b421-4ab9-a398-fbcd608f2d07","html_url":"https://github.com/sunpy/pyflct","commit_stats":{"total_commits":72,"total_committers":4,"mean_commits":18.0,"dds":"0.45833333333333337","last_synced_commit":"3e617cca20bbafa2d07aeb00766d464a17a0c425"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/sunpy/pyflct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fpyflct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fpyflct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fpyflct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fpyflct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunpy","download_url":"https://codeload.github.com/sunpy/pyflct/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunpy%2Fpyflct/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260459314,"owners_count":23012525,"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":"2025-05-07T08:57:32.944Z","updated_at":"2025-06-21T04:36:39.186Z","avatar_url":"https://github.com/sunpy.png","language":"C","funding_links":["https://github.com/sponsors/sunpy","https://opencollective.com/sunpy"],"categories":[],"sub_categories":[],"readme":"****************************************************************\npyflct: A Python wrapper for Fourier Local Correlation Tracking.\n****************************************************************\n\n.. image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat\n    :target: http://www.sunpy.org\n    :alt: Powered by SunPy Badge\n\npyflct is a Python wrapper around the `Fourier Local Correlation Tracking C library \u003chttp://cgem.ssl.berkeley.edu/cgi-bin/cgem/FLCT/home\u003e`__.\n`Our built documentation is available here \u003chttps://pyflct.readthedocs.io/en/latest/\u003e`__.\n\nInstalling\n==========\n\nLinux and Mac OS\n----------------\n\nThe simplest way to install this library is through pip:\n\n.. code-block:: bash\n\n    $ pip install pyflct\n\nThis will install the pre-compiled binary wheels for these two platforms.\n\nWindows\n-------\n\nWe only officially support Windows through Conda.\nBut we do have rough instructions in our documentation if you want to install it manually.\n\n`Please find the instructions in our documentation \u003chttps://pyflct.readthedocs.io/en/latest/install.html\u003e`__.\n\nGetting Help\n============\n\nStop by our chat room `#sunpy:matrix.org`_ if you have any questions.\n\nContributing\n============\n\nIf you would like to get involved, check out the `Developer's Guide`_ section of the SunPy docs.\nHelp is always welcome so let us know what you like to work on, or check out the `issues page`_ for the list of known outstanding items.\nFor more information on general contributing, please read our `contributing guide`_.\n\nIf you want help develop pyflct you will need to install it from GitHub.\nThe best way to do this is to create a new python virtual environment (of your choice) and then fork this repository.\n\nThen:\n\n.. code-block:: bash\n\n    $ git clone https://github.com/\u003cusername\u003e/pyflct.git\n    $ cd pyflct\n    $ pip install -e .[dev]\n\nYou will need to install your operating system's FFTW3 development library.\nYou might need to `pip install extension_helpers` if there is an error about it being missing.\n\nYou can run:\n\n.. code-block:: bash\n\n    $ python setup.py build_ext --inplace\n\nto build the C extension in place.\n\nCode of Conduct\n===============\n\nWhen you are interacting with the SunPy community you are required to follow our `Code of Conduct.`_\n\nLicense\n=======\n\nThis project is Copyright (c) The SunPy Developers and licensed under the terms of the LGPL-2.1 license.\nThis package is based upon the `Openastronomy packaging guide \u003chttps://github.com/OpenAstronomy/packaging-guide\u003e`__ which is licensed under the BSD 3-clause licence.\n\n.. _`Developer's Guide`: https://docs.sunpy.org/en/latest/dev_guide/index.html\n.. _`#sunpy:matrix.org`: https://app.element.io/#/room/#sunpy:openastronomy.org\n.. _issues page: https://github.com/sunpy/pyflct/issues\n.. _contributing guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html\n.. _Code of Conduct.: https://sunpy.org/coc.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunpy%2Fpyflct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunpy%2Fpyflct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunpy%2Fpyflct/lists"}