This website works better with JavaScript.
Home
Explore
Help
Sign In
trent_larson
/
py-push-server
Watch
4
Star
0
Fork
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61
Commits
5
Branches
1
Tag
326 KiB
Branch:
upgrade
master
regen-endpoint
test-message
upgrade
web-push-db-initialize
0.4.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'upgrade'
${ noResults }
py-push-server
/
requirements.txt
7 lines
80 B
Raw
Permalink
Normal View
History
Some adjustments to my first attempt. Try tomorow!
1 year ago
cryptography
Got gunicorn working. Problem with sqlite intiailization to fix.
1 year ago
flask>=2.0.0
WIP: building up VAPID and subscription
1 year ago
flask_sqlalchemy
pywebpush
Got gunicorn working. Problem with sqlite intiailization to fix.
1 year ago
gunicorn
docs: improve documentation across WebPushService class Comprehensive documentation update focusing on clarity and completeness while maintaining technical accuracy. Key improvements include: - Add detailed module-level documentation with features and dependencies - Enhance class-level documentation with responsibilities and endpoints - Improve method documentation with: - Clear workflow descriptions - Technical implementation details - Security considerations - Database impacts - Error handling specifics - Usage examples - Return type clarification - Thread safety notes Technical Changes: - Replace print statements with structured logging using structlog - Add specific error handling for SQLAlchemy and cryptography exceptions - Add type hints and improve return type annotations Security: - Document authentication requirements - Add security considerations sections - Clarify VAPID key handling - Document input validation Dependencies: - Add structlog>=24.1.0 to requirements.txt This improves code maintainability and helps future developers understand the system's security and operational characteristics.
2 weeks ago
structlog>=24.1.0