Metadata-Version: 2.0
Name: b.py
Version: 0.11.0
Summary: Post to Blogger or WordPress in markup language seamlessly
Home-page: http://bitbucket.org/livibetter/b.py
Author: Yu-Jie Lin
Author-email: livibetter@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: HTML

b.py
====

.. important::

  As of 2016-02-26, this project is under bugfix-only status and you are also
  required to provide your own OAuth `Client ID`_ if you are using *b.py* with
  Blogger; and you will need to re-authorize.

  .. _Client ID:
     http://pythonhosted.org/b.py/apidoc/bpy.services.html#client-id

  If you would like to take over the project, please contact project owner on
  Bitbucket.

Enabling bloggers to publish posts in their favorite markup language to Blogger
or WordPress.

Examples
--------

.. code:: sh

  b.py -s blogger post foobar.rst
  b.py -s wordpress post foobar.md

More information
----------------

* Documentation_
* b.py_ on Bitbucket
* PyPI_

.. _documentation: http://pythonhosted.org/b.py/
.. _b.py: http://bitbucket.org/livibetter/b.py
.. _PyPI: https://pypi.python.org/pypi/b.py


