Metadata-Version: 2.0
Name: curmit
Version: 0.1.2
Summary: Grabs text from a URL and commits it.
Home-page: http://github.com/jacebrowning/curmit
Author: Jace Browning
Author-email: jacebrowning@gmail.com
License: LGPL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Version Control
Requires-Dist: html2text (==3.200.3)

curmit
======

| |Build Status|
| |Coverage Status|
| |PyPI Version|

Grabs text from a URL and commits it.

Requirements
------------

-  Python 3.3: http://www.python.org/download/releases/3.3.3/#download
-  git: http://git-scm.com/downloads

Installation
------------

curmit can be installed with ``pip``:

::

    pip install curmit

Or directly from the source code:

::

    python setup.py install

Setup
-----

#. Create a new text file
#. Add the following somewhere in the first few lines:

   ::

       curmit: https://docs.google.com/document/d/<DocumentID>/pub?embedded=true

An example can be found
`here <https://github.com/jacebrowning/curmit/blob/master/docs/sample.md>`__.

Usage
-----

To update every flagged file with the current URL text, commit, and
push:

::

    curmit

**That's it!**

.. |Build Status| image:: https://travis-ci.org/jacebrowning/curmit.png?branch=master
   :target: https://travis-ci.org/jacebrowning/curmit
.. |Coverage Status| image:: https://coveralls.io/repos/jacebrowning/curmit/badge.png?branch=master
   :target: https://coveralls.io/r/jacebrowning/curmit?branch=master
.. |PyPI Version| image:: https://badge.fury.io/py/curmit.png
   :target: http://badge.fury.io/py/curmit

Changelog
=========

0.1.2 (2014/02/11)
------------------

 - Changed versioning method.

0.1.1 (2014/02/11)
------------------

 - Switched to a package.

0.1 (2014/02/11)
----------------

 - Initial release.


