Metadata-Version: 2.0
Name: django-fine-uploader-s3
Version: 0.1.0
Summary: Your project description goes here
Home-page: https://github.com/anush0247/django-fine-uploader-s3
Author: Aneesh Kumar
Author-email: aneesh@cybereyelabs.io
License: MIT
Keywords: django-fine-uploader-s3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

=============================
Django Fine Uploader S3
=============================

.. image:: https://badge.fury.io/py/django-fine-uploader-s3.png
    :target: https://badge.fury.io/py/django-fine-uploader-s3

.. image:: https://travis-ci.org/anush0247/django-fine-uploader-s3.png?branch=master
    :target: https://travis-ci.org/anush0247/django-fine-uploader-s3

Your project description goes here

Documentation
-------------

The full documentation is at https://django-fine-uploader-s3.readthedocs.org.

Quickstart
----------

Install Django Fine Uploader S3::

    pip install django-fine-uploader-s3

Then use it in a project::

    import django_fine_uploader_s3

Features
--------

* TODO

Running Tests
--------------

Does the code actually work?

::

    source <YOURVIRTUALENV>/bin/activate
    (myenv) $ pip install -r requirements_test.txt
    (myenv) $ python runtests.py

Credits
---------

Tools used in rendering this package:

*  Cookiecutter_
*  `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage




History
-------

0.1.0 (2016-10-09)
++++++++++++++++++

* First release on PyPI.


