Skip to content

Commit

Permalink
prepare for release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jan 16, 2016
1 parent df37cf5 commit 50e82cd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ install:
script:
make test
after_success:
coveralls
codecov
24 changes: 12 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ django-excel - Let you focus on data, instead of file formats
.. image:: https://api.travis-ci.org/pyexcel/django-excel.svg?branch=master
:target: http://travis-ci.org/pyexcel/django-excel

.. image:: https://coveralls.io/repos/chfw/django-excel/badge.svg?branch=master
:target: https://coveralls.io/r/chfw/django-excel?branch=master
.. image:: https://codecov.io/github/pyexcel/django-excel/coverage.png
:target: https://codecov.io/github/pyexcel/django-excel

.. image:: https://readthedocs.org/projects/django-excel/badge/?version=latest
:target: http://django-excel.readthedocs.org/en/latest/

**django-excel** is based on `pyexcel <https://github.com/chfw/pyexcel>`_ and makes
**django-excel** is based on `pyexcel <https://github.com/pyexcel/pyexcel>`_ and makes
it easy to consume/produce information stored in excel files over HTTP protocol as
well as on file system. This library can turn the excel data into Pythonic a list of
lists, a list of records(dictionaries), dictionaries of lists. And vice versa. Hence
Expand Down Expand Up @@ -46,11 +46,11 @@ Plugins Supported file formats
`pyexcel-text`_ (write only)json, rst, mediawiki,latex, grid, pipe, orgtbl, plain simple
================ ========================================================================

.. _pyexcel-xls: https://github.com/chfw/pyexcel-xls
.. _pyexcel-xlsx: https://github.com/chfw/pyexcel-xlsx
.. _pyexcel-ods: https://github.com/chfw/pyexcel-ods
.. _pyexcel-ods3: https://github.com/chfw/pyexcel-ods3
.. _pyexcel-text: https://github.com/chfw/pyexcel-text
.. _pyexcel-xls: https://github.com/pyexcel/pyexcel-xls
.. _pyexcel-xlsx: https://github.com/pyexcel/pyexcel-xlsx
.. _pyexcel-ods: https://github.com/pyexcel/pyexcel-ods
.. _pyexcel-ods3: https://github.com/pyexcel/pyexcel-ods3
.. _pyexcel-text: https://github.com/pyexcel/pyexcel-text


Known constraints
Expand All @@ -63,13 +63,13 @@ Tested Django Versions
========================

.. image:: https://img.shields.io/badge/django-1.9-green.svg
:target: http://travis-ci.org/chfw/django-excel
:target: http://travis-ci.org/pyexcel/django-excel

.. image:: https://img.shields.io/badge/django-1.8.2-green.svg
:target: http://travis-ci.org/chfw/django-excel
:target: http://travis-ci.org/pyexcel/django-excel

.. image:: https://img.shields.io/badge/django-1.7.8-green.svg
:target: http://travis-ci.org/chfw/django-excel
:target: http://travis-ci.org/pyexcel/django-excel


Installation
Expand All @@ -86,7 +86,7 @@ or clone it and install it:

.. code-block:: bash
$ git clone http://github.com/chfw/django-pyexcel.git
$ git clone http://github.com/pyexcel/django-pyexcel.git
$ cd django-excel
$ python setup.py install
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pip freeze
coverage run --source='django_excel' manage.py test
4 changes: 2 additions & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nose
rednose
nose-cov
python-coveralls
coverage==3.7.1
codecov
coverage
pyexcel-xls
pyexcel-xlsx
pyexcel-ods3
Expand Down

0 comments on commit 50e82cd

Please sign in to comment.