Commit Graph

  • 7ad08dec17
    Merge pull request #5 from ooguz/testing master 0.1.6 Özcan Oğuz 2020-08-24 15:16:43 +0300
  • 465c2c7584
    RC2: 0.1.6 #5 testing Özcan Oğuz 2020-08-24 15:15:27 +0300
  • 27533359f2
    RC1: everything tested Özcan Oğuz 2020-08-24 15:14:00 +0300
  • d9ea75ddc0
    Typo fix Özcan Oğuz 2020-08-24 14:59:58 +0300
  • 2841b54e3e
    Merge pull request #4 from Cediddi/master Özcan Oğuz 2020-08-24 14:44:24 +0300
  • e01b61143d
    1- example `updated` timestamp replaced to epoch 2- __init__ or another file shouldn't be used as a main entry point. __main__ is the correct way. python3 -m pfxposter will work this way. 3- renamed pfxposter to poster, easier to import, easier to understand. 4- moved all stuff into functions, this is cleaner, hope for the cleanest code for all. 5- pip3 is not the best way, python3 -m pip is better due to pip3 may be in a different PATH than your virtual environment. 6- requests must be in requirements for development and setup.py for installation. Excluding it to not break the OS is just a bad workaround. 7- textwrap.dedent and triple quotes helps with readability 8- when using regular expressions, you should use raw strings (strings that ignores escape sequences like `\s`) 9- os._exit(0) is an immediate exit, sys.exit(0) will also exit the software but after flushing any open buffers and running any atexit callbacks. 10- breaking long chain calls is more readable #4 Umut Karcı 2020-08-24 14:10:20 +0300
  • ba46641064
    Fix typo Özcan Oğuz 2020-08-24 13:54:42 +0300
  • 069ea45fce
    README fix 0.1.4 Özcan Oğuz 2020-08-24 13:22:43 +0300
  • 4aa1a97eb7
    README fix Özcan Oğuz 2020-08-24 13:21:44 +0300
  • 605c4e6477
    0.1.4 Özcan Oğuz 2020-08-24 13:18:46 +0300
  • 1929174250
    Install and crossposters add Özcan Oğuz 2020-08-24 12:32:25 +0300
  • df326fb87b
    0.1.0 Özcan Oğuz 2020-08-24 12:17:21 +0300
  • bd467d6ca3
    Test files deleted Özcan Oğuz 2020-08-24 11:53:32 +0300
  • 79920d0ac1
    init 5 Özcan Oğuz 2020-08-24 11:52:30 +0300
  • effff24781 Initial commit Özcan Oğuz 2020-08-24 08:36:37 +0300