{"id":17003310,"url":"https://github.com/webyneter/django-humble-utils","last_synced_at":"2025-06-18T21:34:06.578Z","repository":{"id":101934673,"uuid":"95871162","full_name":"webyneter/django-humble-utils","owner":"webyneter","description":"Django utils for everyday use","archived":false,"fork":false,"pushed_at":"2020-08-04T19:46:23.000Z","size":23,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T16:37:04.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webyneter.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-30T09:12:59.000Z","updated_at":"2021-09-26T16:07:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c05a77c-c632-4ec6-b5b0-7870c582c090","html_url":"https://github.com/webyneter/django-humble-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fdjango-humble-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fdjango-humble-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fdjango-humble-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webyneter%2Fdjango-humble-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webyneter","download_url":"https://codeload.github.com/webyneter/django-humble-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386270,"owners_count":20930618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T04:30:20.496Z","updated_at":"2025-04-05T19:16:57.770Z","avatar_url":"https://github.com/webyneter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=============================\nDjango Humble Utils\n=============================\n\n.. image:: https://badge.fury.io/py/django-humble-utils.svg\n    :target: https://badge.fury.io/py/django-humble-utils\n\n.. image:: https://travis-ci.org/webyneter/django-humble-utils.svg?branch=master\n    :target: https://travis-ci.org/webyneter/django-humble-utils\n\n.. image:: https://codecov.io/gh/webyneter/django-humble-utils/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/webyneter/django-humble-utils\n\nYour project description goes here\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-humble-utils.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django Humble Utils::\n\n    pip install django-humble-utils\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'django_humble_utils.apps.DjangoHumbleUtilsConfig',\n        ...\n    )\n\nAdd Django Humble Utils's URL patterns:\n\n.. code-block:: python\n\n    from django_humble_utils import urls as django_humble_utils_urls\n\n\n    urlpatterns = [\n        ...\n        url(r'^', include(django_humble_utils_urls)),\n        ...\n    ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n    source \u003cYOURVIRTUALENV\u003e/bin/activate\n    (myenv) $ pip install tox\n    (myenv) $ tox\n\n\nDevelopment commands\n---------------------\n\n::\n\n    pip install -r requirements_dev.txt\n    invoke -l\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebyneter%2Fdjango-humble-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebyneter%2Fdjango-humble-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebyneter%2Fdjango-humble-utils/lists"}