Metadata-Version: 2.1
Name: todolist-v1
Version: 1.0.17
Summary: A simple Django app to keep track of your todo list. It comes with a RESTful API, celery task queue, Oauth2 and is fully tested.
Home-page: UNKNOWN
Author: Kenneth Mathenge
Author-email: mathenge@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: Django (==2.2.3)
Requires-Dist: celery (==3.1.18)
Requires-Dist: django-allauth (==0.39.1)
Requires-Dist: django-rest-framework (==0.1.0)
Requires-Dist: django-environ (==0.4.5)
Requires-Dist: psycopg2 (==2.8.3)
Requires-Dist: gunicorn (==19.9.0)
Requires-Dist: django-rest-auth (==0.9.5)
Requires-Dist: redis (==3.2.1)
Requires-Dist: fabric3 (==1.14.post1)

=========
Todo List
=========

A simple Django app to keep track of your todo list. It comes with a RESTful API, celery task queue, Oauth2 and is fully tested. It comes with its required dependancies such as Django, Django Rest Framework and Oauth2.

Features
--------

- Django
- Django Rest Framework
- Oauth2
- Django-Redis
- Django-Celery

Prerequisites
-------------

 - Python >=3.6
 - Pip
 - Virtualenv

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

1. Setup a local deploymnet environment::
	python3 -m venv {{ virtualenv_name }}
	source {{ virtualenv_name }}/bin/activate

2. Pip3 install the application::
	pip3 install todolist_v1

3. Run the applications server::
	todo_manage runserver

4. To remove the application::
	pip3 uninstall todolist_v1

License
-------

You can checkout the license here https://gitlab.slade360emr.com/training/mathenge-project/blob/master/LICENSE.


