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 }}
introduction-to-python-bsuir-2019
/
PythonHomework
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
2
Code
Issues
0
Pull requests
40
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[WIP] Victor Mikhan
- #55
#55
Open
vmikhan
wants to merge 26 commits into
introduction-to-python-bsuir-2019:master
introduction-to-python-bsuir-2019/PythonHomework:master
from
vmikhan:master
vmikhan/PythonHomework:master
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Open
[WIP] Victor Mikhan
#55
vmikhan
wants to merge 26 commits into
introduction-to-python-bsuir-2019:master
introduction-to-python-bsuir-2019/PythonHomework:master
from
vmikhan:master
vmikhan/PythonHomework:master
Copy head branch name to clipboard
Commits
Commits on Nov 12, 2019
Add .idea files to gitignore
victormikhan
committed
88ee332
View commit details
Copy full SHA for 88ee332
Browse repository at this point
Commits on Nov 17, 2019
init component module. add parser load class. add few arguments for parser
victormikhan
committed
7838b27
View commit details
Copy full SHA for 7838b27
Browse repository at this point
add all required optional and positional argument to parser
victormikhan
committed
0787966
View commit details
Copy full SHA for 0787966
Browse repository at this point
add helpers classes. add feed classes for parsing rss data. fill setup.py with conf data
victormikhan
committed
6a3c62c
View commit details
Copy full SHA for 6a3c62c
Browse repository at this point
complete default parsing without json. add feed formater for provision output for rss
victormikhan
committed
6f19af3
View commit details
Copy full SHA for 6f19af3
Browse repository at this point
add json feature output to rss reader
victormikhan
committed
150cec4
View commit details
Copy full SHA for 150cec4
Browse repository at this point
add cli entry_point to conf
victormikhan
committed
998c60b
View commit details
Copy full SHA for 998c60b
Browse repository at this point
Commits on Nov 29, 2019
add logging module to rss_reader. add logging message to rss_reader
victormikhan
committed
ffb9b3a
View commit details
Copy full SHA for ffb9b3a
Browse repository at this point
Commits on Nov 30, 2019
fix setup module from package. add caching mechanism without loading cache yet. add loggers to cache files
victormikhan
committed
6d5c011
View commit details
Copy full SHA for 6d5c011
Browse repository at this point
add helper "map" for working with dicts. modifing cache mechanism for fully work with date option and loading specified cache data
victormikhan
committed
dca3b86
View commit details
Copy full SHA for dca3b86
Browse repository at this point
add colorize libs to requirements. add colorize output to rss-reader in verbose and feeds
victormikhan
committed
b261db6
View commit details
Copy full SHA for b261db6
Browse repository at this point
add initialization validation to no bool rss-reader param source, limit
victormikhan
committed
e362f8c
View commit details
Copy full SHA for e362f8c
Browse repository at this point
change to-html validator exceptions. add part of convertation module html
victormikhan
committed
05e5b43
View commit details
Copy full SHA for 05e5b43
Browse repository at this point
Commits on Dec 1, 2019
modifying path in project and setup file. change db cache structurture and cache mechanism. fix html template in converter
victormikhan
committed
02e1a57
View commit details
Copy full SHA for 02e1a57
Browse repository at this point
complete converter pdf and improve converter by jinja templates. add --to-pdf parametr. create default onverter templates
victormikhan
committed
9d92b67
View commit details
Copy full SHA for 9d92b67
Browse repository at this point
fixing json output parser. Add docstrings to several modules
victormikhan
committed
ebf3f5f
View commit details
Copy full SHA for ebf3f5f
Browse repository at this point
docstring parser component
victormikhan
committed
97aeefd
View commit details
Copy full SHA for 97aeefd
Browse repository at this point
docstring helper and converter modules
victormikhan
committed
f0d5996
View commit details
Copy full SHA for f0d5996
Browse repository at this point
Remove the ~/test directory
victormikhan
committed
7267b1b
View commit details
Copy full SHA for 7267b1b
Browse repository at this point
add docstring to cache module
victormikhan
committed
ed06aa8
View commit details
Copy full SHA for ed06aa8
Browse repository at this point
modify Redme. add Manifest. change json structure
victormikhan
committed
bc21b97
View commit details
Copy full SHA for bc21b97
Browse repository at this point
just change some small tip in setup.py
victormikhan
committed
32b3b26
View commit details
Copy full SHA for 32b3b26
Browse repository at this point
another tip in setup.py
vmikhan
authored
5d49282
View commit details
Copy full SHA for 5d49282
Browse repository at this point
Commits on Dec 8, 2019
fix install bug
victormikhan
committed
9dd95d0
View commit details
Copy full SHA for 9dd95d0
Browse repository at this point
add yaml and lxml libraries to requirements to avoiding errors after installing module. add package_data in setup.py to preserve non-py files in module
victormikhan
committed
aa1789a
View commit details
Copy full SHA for aa1789a
Browse repository at this point
add feature to read cache rss data without internet connection. set readable json encoding from cyrilic source
victormikhan
committed
e91eaa7
View commit details
Copy full SHA for e91eaa7
Browse repository at this point
You can’t perform that action at this time.