Easyblogger Versions Save

Python client for Blogger platform. Write blog posts in Markdown or asciidoc and publish them on Blogger.

v3.1.2

5 years ago

v3.1.1

5 years ago

Minor fixes and dependency updates

v3.1.0

5 years ago
  • Support setting publish date of a post with --date argument post & update commands as well as in yaml/toml frontmatter
  • multiple dependency updates

https://pypi.org/project/EasyBlogger/3.1.0/

v3.0.1

6 years ago

v3.0.0

6 years ago

This release brings support for legacy frontmatter format with the new style frontmatter. Also gets rid of regex munging - using YAML for legacy frontmatter parsing.

v2.1.0

6 years ago

Bugfix release that allows for reading unicode strings from console for py27

v2.0.1

6 years ago

see #12

v2.0.0

6 years ago

key changes:

  1. TOML header while processing file.
  2. TOML header generated when downloading posts.
  3. Parallel downloads
  4. Many fixes

See https://blog.rraghur.in/2017/06/05/ann-easyblogger-2.0-released/

Installation:

pip install easyblogger

v1.2.4

7 years ago

Support getting blog by URL

Blog - https://blog.rraghur.in/2017/03/easyblogger-124-released-to-pypi.html

PyPI - https://pypi.python.org/pypi/EasyBlogger/1.2.4

Installlation - sudo pip install easyblogger