=============================
django-simple-user
=============================
.. image:: https://badge.fury.io/py/simple_user.svg
:target: https://badge.fury.io/py/simple_user
.. image:: https://travis-ci.org/tomasgarzon/simple_user.svg?branch=master
:target: https://travis-ci.org/tomasgarzon/simple_user
.. image:: https://codecov.io/gh/tomasgarzon/simple_user/branch/master/graph/badge.svg
:target: https://codecov.io/gh/tomasgarzon/simple_user
Simple reusable user storing only uuid and manage JWT Token auth_uuidentication in remote
Documentation
-------------
The full documentation is at https://simple_user.readthedocs.io.
Quickstart
----------
Install django-simple-user::
pip install simple_user
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'auth_uuid.apps.AuthConfig',
...
)
Add django-simple-user's URL patterns:
.. code-block:: python
from auth_uuid import urls as auth_uuid_urls
urlpatterns = [
...
url(r'^', include(auth_uuid_urls)),
...
]
Features
--------
* TODO
Running Tests
-------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
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 (2018-10-04)
++++++++++++++++++
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/exolever/django-simple-user",
"name": "simple-user",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "simple_user",
"author": "Tomas Garzon",
"author_email": "tomasgarzonhervas@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/81/f9/1b6e810be56398681adcec5f3fec0625261b077e32bf45c5931759fada84/simple_user-0.10.3.tar.gz",
"platform": null,
"description": "=============================\ndjango-simple-user\n=============================\n\n.. image:: https://badge.fury.io/py/simple_user.svg\n :target: https://badge.fury.io/py/simple_user\n\n.. image:: https://travis-ci.org/tomasgarzon/simple_user.svg?branch=master\n :target: https://travis-ci.org/tomasgarzon/simple_user\n\n.. image:: https://codecov.io/gh/tomasgarzon/simple_user/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/tomasgarzon/simple_user\n\nSimple reusable user storing only uuid and manage JWT Token auth_uuidentication in remote\n\nDocumentation\n-------------\n\nThe full documentation is at https://simple_user.readthedocs.io.\n\nQuickstart\n----------\n\nInstall django-simple-user::\n\n pip install simple_user\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'auth_uuid.apps.AuthConfig',\n ...\n )\n\nAdd django-simple-user's URL patterns:\n\n.. code-block:: python\n\n from auth_uuid import urls as auth_uuid_urls\n\n\n urlpatterns = [\n ...\n url(r'^', include(auth_uuid_urls)),\n ...\n ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n source <YOURVIRTUALENV>/bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.0 (2018-10-04)\n++++++++++++++++++\n\n* First release on PyPI.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Simple reusable user storing only uuid and manage JWT Token auth_uuidentication in remote",
"version": "0.10.3",
"split_keywords": [
"simple_user"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "81f91b6e810be56398681adcec5f3fec0625261b077e32bf45c5931759fada84",
"md5": "a400bdb393ac19021c546e90ab073eb5",
"sha256": "e5cfded09132d3f8afa482112c8a31f73d17578bc587833b66494edbf9f8d9ff"
},
"downloads": -1,
"filename": "simple_user-0.10.3.tar.gz",
"has_sig": false,
"md5_digest": "a400bdb393ac19021c546e90ab073eb5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10405,
"upload_time": "2023-01-19T09:41:34",
"upload_time_iso_8601": "2023-01-19T09:41:34.564896Z",
"url": "https://files.pythonhosted.org/packages/81/f9/1b6e810be56398681adcec5f3fec0625261b077e32bf45c5931759fada84/simple_user-0.10.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-19 09:41:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "exolever",
"github_project": "django-simple-user",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"requirements": [],
"tox": true,
"lcname": "simple-user"
}