Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
PythonSpring
/
pyspring-core
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
19
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
bca6e20
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 18, 2025
chore: Update version to 0.0.12 and refactor application event handler registry (#6)
NFUChen
authored
bca6e20
Copy full SHA for bca6e20
Event System Implementation (#5)
NFUChen
authored
2e67669
Copy full SHA for 2e67669
Commits on Jun 16, 2025
Route Mapping Decorators Implementation (#3)
NFUChen
authored
8e4d09a
Copy full SHA for 8e4d09a
Security Updates: Dependency Vulnerabilities Fix (#4)
NFUChen
authored
09e622a
Copy full SHA for 09e622a
Commits on Jun 15, 2025
Dependency Updates and Configuration Cleanup (#2)
NFUChen
authored
5419a55
Copy full SHA for 5419a55
Commits on Jun 14, 2025
feat: Add Support for Qualifiers (#1)
NFUChen
authored
1cc1aa8
Copy full SHA for 1cc1aa8
Commits on Jan 6, 2025
Create LICENSE
NFUChen
authored
cc2370f
Copy full SHA for cc2370f
Update README.md
NFUChen
authored
8cd302a
Copy full SHA for 8cd302a
Commits on Oct 10, 2024
update: Update framwork version
William-W-Chen
committed
3d927ee
Copy full SHA for 3d927ee
refactor: Refactor TypeCheckingService to enhance error logging and add targeted type checking
Show description for 7b39f87
William-W-Chen
committed
7b39f87
Copy full SHA for 7b39f87
Commits on Oct 5, 2024
packaging: update package version
William-W-Chen
committed
94d91e6
Copy full SHA for 94d91e6
feat: integrate strict mypy type checking service and refactor type hint checks
Show description for 1394b83
William-W-Chen
committed
1394b83
Copy full SHA for 1394b83
Commits on Oct 4, 2024
refactor: Refactor type annotations, improve return handling, and update dependencies
Show description for c9485c8
William-W-Chen
committed
c9485c8
Copy full SHA for c9485c8
Commits on Oct 3, 2024
update: package version
William-W-Chen
committed
c80e2df
Copy full SHA for c80e2df
update: Update project description
William-W-Chen
committed
55cf568
Copy full SHA for 55cf568
chore: update patch version
William-W-Chen
committed
da4f6ec
Copy full SHA for da4f6ec
chore: update README.md
William-W-Chen
committed
c6945af
Copy full SHA for c6945af
add: Add pypi publishment workflow
William-W-Chen
committed
b50cf71
Copy full SHA for b50cf71
packaging: Refactor project structure and rename package to `py_spring_core`
Show description for 9691f1c
William-W-Chen
committed
9691f1c
Copy full SHA for 9691f1c
Commits on Oct 2, 2024
feat: add source code path for helping developer targeting problematic code
William-W-Chen
committed
c3fead8
Copy full SHA for c3fead8
chore: remove debug code
William-W-Chen
committed
9f6f626
Copy full SHA for 9f6f626
fix: type hints checker should raise error if member functions are not fully type hinted
William-W-Chen
committed
9b74729
Copy full SHA for 9b74729
add: Add support for skipping specific classes in ApplicationContextTypeChecker
Show description for 62a4c73
William-W-Chen
committed
62a4c73
Copy full SHA for 62a4c73
fix: if NameError is raised in type checking, it is largely due to the workaround for circular imports
William-W-Chen
committed
3de91df
Copy full SHA for 3de91df
refactor: Refactor entity provider registration and initialization
Show description for 28f83ff
William-W-Chen
committed
28f83ff
Copy full SHA for 28f83ff
fix: Adjust type hint checking in ApplicationContextTypeChecker
Show description for f5f4a95
William-W-Chen
committed
f5f4a95
Copy full SHA for f5f4a95
fix: fix type hint checking in utils.py
Show description for c1ce6ed
William-W-Chen
committed
c1ce6ed
Copy full SHA for c1ce6ed
update: Update framework version
William-W-Chen
committed
75bafe0
Copy full SHA for 75bafe0
feat: add type hint checker for ApplicationContext
Show description for d39548e
William-W-Chen
committed
d39548e
Copy full SHA for d39548e
format: ruff format
William-W-Chen
committed
c63ef85
Copy full SHA for c63ef85
refactor: Refactor type hint checks for callable functions and classes
Show description for 6d3a40d
William-W-Chen
committed
6d3a40d
Copy full SHA for 6d3a40d
feat: add type hints checking for callable functions
Show description for 23ed469
William-W-Chen
committed
23ed469
Copy full SHA for 23ed469
remove: remove unused functions for PySpringModel legacy code
William-W-Chen
committed
53be713
Copy full SHA for 53be713
Commits on Oct 1, 2024
update: Update package version
William-W-Chen
committed
66de4ba
Copy full SHA for 66de4ba
feat: add Loguru configuration for application logging
Show description for d8063df
William-W-Chen
committed
d8063df
Copy full SHA for d8063df
Pagination
Previous
Next
You can’t perform that action at this time.