thiagosantos0 / IFFT

Repository for tracking the development of "IFFT" tool for my "term paper".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IFFT v1.0

Repository for tracking the development of "IFFT" tool for my "term paper".

Brief Summary: Reminds developers that a set of files should be edited together. ifft

Usage

Right now the usage modes are here just as an illustration. An investigative work of the viability of these modes is still required.

PyPi Package

ifft run
ifft change_pattern
ifft exit

Hooks

- repo: [https://github.com/thiagosantos0/IFFT](https://github.com/thiagosantos0/IFFT)
  # Version
  rev: v1.0.0
  hooks:
    # Run ifft
    - id: ifft

Github Action

name: IFFT 
on: [ push ]
jobs:
  ruff:  
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

About

Repository for tracking the development of "IFFT" tool for my "term paper".


Languages

Language:HTML 76.6%Language:JavaScript 13.0%Language:Python 8.9%Language:CSS 1.6%