Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
eoyilmaz
/
timecode
Public
forked from
bantonj/PyTimeCode
Notifications
You must be signed in to change notification settings
Fork
36
Star
171
Code
Issues
4
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
67 mordernize the python library
- #68
#68
Merged
eoyilmaz
merged 18 commits into
develop
eoyilmaz/timecode:develop
from
67-mordernize-the-python-library
eoyilmaz/timecode:67-mordernize-the-python-library
Copy head branch name to clipboard
Dec 29, 2025
Conversation
Commits
18
(18)
Checks
Files changed
Merged
67 mordernize the python library
#68
eoyilmaz
merged 18 commits into
develop
eoyilmaz/timecode:develop
from
67-mordernize-the-python-library
eoyilmaz/timecode:67-mordernize-the-python-library
Copy head branch name to clipboard
Commits
Commits on Dec 29, 2025
[#67] Moved all source files to the `src` folder.
eoyilmaz
committed
95a5df0
View commit details
Copy full SHA for 95a5df0
Browse repository at this point
[#67] Updated `.gitignore` file.
eoyilmaz
committed
12448f2
View commit details
Copy full SHA for 12448f2
Browse repository at this point
[#67] Moved all the content of the `timecode/__init__.py` to `timecode/timecode.py` to leave the `__init__.py` empty.
eoyilmaz
committed
79a32fa
View commit details
Copy full SHA for 79a32fa
Browse repository at this point
[#67] Added a new empty `__init__.py` file.
eoyilmaz
committed
162d726
View commit details
Copy full SHA for 162d726
Browse repository at this point
[#67] Added `VERSION` file to easily update library version.
eoyilmaz
committed
d79b7d1
View commit details
Copy full SHA for d79b7d1
Browse repository at this point
[#67] Added `Makefile` to start using the Makefile Workflow.
eoyilmaz
committed
d948c9f
View commit details
Copy full SHA for d948c9f
Browse repository at this point
[#67] Updated `MANIFEST.in` file to include only the required files in the source distribution.
eoyilmaz
committed
e819599
View commit details
Copy full SHA for e819599
Browse repository at this point
[#67] Added `pyproject.toml` and removed `setup.cfg` file.
eoyilmaz
committed
0cbd050
View commit details
Copy full SHA for 0cbd050
Browse repository at this point
[#67] Removed metadata enum values from the `timecode` module.
eoyilmaz
committed
e8fc0b8
View commit details
Copy full SHA for e8fc0b8
Browse repository at this point
[#67] Updated the test file to import the `timecode` module correctly.
eoyilmaz
committed
8c1ed36
View commit details
Copy full SHA for 8c1ed36
Browse repository at this point
[#67] Removed the `upload_to_pypi[.cmd]` files.
eoyilmaz
committed
9d2de09
View commit details
Copy full SHA for 9d2de09
Browse repository at this point
[#67] Updated the `clean` target in the `Makefile` so that it deletes the `__pycache__` folders. Also updated `clean-all` target to not to delete the `MANIFEST.in` file.
eoyilmaz
committed
39ff783
View commit details
Copy full SHA for 39ff783
Browse repository at this point
[#67] Updated `.github/workflows/python-package.yml` file:
Show description for df1bfe6
eoyilmaz
committed
df1bfe6
View commit details
Copy full SHA for df1bfe6
Browse repository at this point
[#67] Updated github workflow to reflect the change of the `master` branch renamed to `main`.
eoyilmaz
committed
7d817fc
View commit details
Copy full SHA for 7d817fc
Browse repository at this point
[#67] Updated github workflow to install packages to system wide Python.
eoyilmaz
committed
180e1a0
View commit details
Copy full SHA for 180e1a0
Browse repository at this point
[#67] Updated the module level imports to not to break backwards compatibility.
eoyilmaz
committed
c4decce
View commit details
Copy full SHA for c4decce
Browse repository at this point
[#67] Fixed all linting errors on the `timecode` module.
eoyilmaz
committed
71406d7
View commit details
Copy full SHA for 71406d7
Browse repository at this point
[#67] Updated `README.md` with fancy badges.
eoyilmaz
committed
d38cbbb
View commit details
Copy full SHA for d38cbbb
Browse repository at this point
You can’t perform that action at this time.