CLI utility for reading news


License
MIT
Install
pip install grebarss==4.1.12

Documentation

Homework

Homework for EPAM Python Training 2021.09

How to push tasks into github repo

  1. Create fork from the following repo: https://github.com/E-P-T/Homework. (Docs: https://docs.github.com/en/get-started/quickstart/fork-a-repo )
  2. Clone your forked repo in your local folder.
  3. Create separate branches for each session.Example(session_2, session_3 and so on)
  4. Create folder with you First and Last name in you forked repo in the created session.
  5. Add your task into created folder
  6. Push finished session task in the appropriate branch in accordance with written above.
    You should get the structure that looks something like that
 Branch: Session_2  
        DzmitryKolb
             |___ Task1.py            
             |___ Task2.py
 
 Branch: Session_3  
         DzmitryKolb
              |___ Task1.py             
              |___ Task2.py

  1. When you finish your work on the task you should create Pull request to the appropriate branch of the main repo https://github.com/E-P-T/Homework (Docs: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)

Please use the following instructions to prepare good description of the pull request:

Pull request header should be: Session - .

Example: Session 2 - Dzmitry Kolb

Pull request body: You should write here what tasks were implemented.

Example: Finished: Task 1.2, Task 1.3, Task 1.6