Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(update 1.0.0): refactor | Break Change #6

Merged
merged 13 commits into from
Jan 18, 2024
Merged

feat(update 1.0.0): refactor | Break Change #6

merged 13 commits into from
Jan 18, 2024

Commits on Jan 18, 2024

  1. 📦 chore(github): add publish.yml and python_test.yml workflows

    - Added publish.yml workflow for publishing releases to PyPI.
    - Added python_test.yml workflow for running tests on multiple Python versions.
    sudoskys committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8ce99ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    130bc3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cf5d54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    485c83b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35ce21f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5132bfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25975db View commit details
    Browse the repository at this point in the history
  8. ✨ feat(tests): add test_function.py with test cases for subtitle_utils

    The commit adds a new file, test_function.py, which contains test cases for the functions in the subtitle_utils module. The tests include checking the show list and the srt2ass method.
    sudoskys committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8f2d157 View commit details
    Browse the repository at this point in the history
  9. feat: Add subtitle conversion functions

    - Added functions for converting SRT to BCC format
    - Added functions for converting VTT to BCC format
    - Added functions for converting ASS to BCC format
    - Added functions for converting ASS to SRT format
    - Added functions for converting SRT to ASS format
    - Added functions for converting BCC to SRT format
    - Added functions for converting BCC to ASS format
    
    The functions are implemented in the `srt2bcc`, `vtt2bcc`, `ass2bcc`, `ass2srt`, `srt2ass`, `bcc2srt`, and `bcc2ass` modules. These functions provide the capability to convert between different subtitle formats.
    sudoskys committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0d65f43 View commit details
    Browse the repository at this point in the history
  10. feat: add split_exp.py for testing split method

    This commit adds the file split_exp.py, which is used for testing the split method. The method splits a string using "2" as the delimiter and assigns the result to sub_key and key variables. The split_exp.py file also includes a print statement to display the values of sub_key and key.
    sudoskys committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    adec670 View commit details
    Browse the repository at this point in the history
  11. 🔨 chore(pyproject.toml): Update pdm dev dependencies

    - Removed "pre-commit" and added "pytest" as a dev dependency in the pdm
      configuration file.
    sudoskys committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6b5400a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d20f10c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    095b972 View commit details
    Browse the repository at this point in the history