[PR #20] [MERGED] Package #44

Closed
opened 2026-02-27 19:05:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/akashrchandran/syrics/pull/20
Author: @akashrchandran
Created: 10/3/2022
Status: Merged
Merged: 10/3/2022
Merged by: @akashrchandran

Base: mainHead: package


📝 Commits (8)

  • bf037ee updated
  • 0251f0f standardize time code format to by @ronoren
  • d8280b8 updated to latest
  • 1baa1f6 update setup.py
  • 017d31d add better support for package version
  • 1e5d2e0 Create release_to_pypi.yml
  • 0d81d92 Merge pull request #19 from Riptide-11/package
  • 0285d85 Merge branch 'main' into package

📊 Changes

10 files changed (+259 additions, -66 deletions)

View changed files

.github/workflows/release_to_pypi.yml (+101 -0)
cli.py (+0 -34)
sample_config.json (+0 -11)
setup.cfg (+3 -0)
setup.py (+44 -0)
syrics/__init__.py (+1 -0)
📝 syrics/api.py (+6 -3)
syrics/cli.py (+86 -0)
📝 syrics/core.py (+17 -16)
📝 syrics/exceptions.py (+1 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/akashrchandran/syrics/pull/20 **Author:** [@akashrchandran](https://github.com/akashrchandran) **Created:** 10/3/2022 **Status:** ✅ Merged **Merged:** 10/3/2022 **Merged by:** [@akashrchandran](https://github.com/akashrchandran) **Base:** `main` ← **Head:** `package` --- ### 📝 Commits (8) - [`bf037ee`](https://github.com/akashrchandran/syrics/commit/bf037ee928715016ddf70d6ea798afff87c99de6) updated - [`0251f0f`](https://github.com/akashrchandran/syrics/commit/0251f0f0bac832178514088f23c0b52aa4a876fa) standardize time code format to by @ronoren - [`d8280b8`](https://github.com/akashrchandran/syrics/commit/d8280b83f0bab153919daa21089aff69034f811f) updated to latest - [`1baa1f6`](https://github.com/akashrchandran/syrics/commit/1baa1f67bdd4cc899cef528ad1ba501a5dcc5534) update setup.py - [`017d31d`](https://github.com/akashrchandran/syrics/commit/017d31dbd6c9ef95baf9e5d0e729044da4acd7e8) add better support for package version - [`1e5d2e0`](https://github.com/akashrchandran/syrics/commit/1e5d2e0fcc32e632e132f79628d3d1b676ac04f5) Create release_to_pypi.yml - [`0d81d92`](https://github.com/akashrchandran/syrics/commit/0d81d92f6481af9ffad8ad8114d41b50b052b479) Merge pull request #19 from Riptide-11/package - [`0285d85`](https://github.com/akashrchandran/syrics/commit/0285d851f3ad03c0b2e9384891eeb5f1a9e57540) Merge branch 'main' into package ### 📊 Changes **10 files changed** (+259 additions, -66 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/release_to_pypi.yml` (+101 -0) ➖ `cli.py` (+0 -34) ➖ `sample_config.json` (+0 -11) ➕ `setup.cfg` (+3 -0) ➕ `setup.py` (+44 -0) ➕ `syrics/__init__.py` (+1 -0) 📝 `syrics/api.py` (+6 -3) ➕ `syrics/cli.py` (+86 -0) 📝 `syrics/core.py` (+17 -16) 📝 `syrics/exceptions.py` (+1 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:05:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/syrics#44
No description provided.