{"id":19866485,"url":"https://github.com/devopsmakers/dj-prosftpd","last_synced_at":"2025-07-20T12:05:54.289Z","repository":{"id":95879186,"uuid":"253912582","full_name":"devopsmakers/dj-prosftpd","owner":"devopsmakers","description":"Provide SFTP services with Django, ProFTPd and MySQL.","archived":false,"fork":false,"pushed_at":"2022-12-26T20:39:58.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T00:36:06.984Z","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/devopsmakers.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":"2020-04-07T21:09:46.000Z","updated_at":"2020-04-07T21:32:12.000Z","dependencies_parsed_at":"2023-05-12T23:45:42.998Z","dependency_job_id":null,"html_url":"https://github.com/devopsmakers/dj-prosftpd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devopsmakers/dj-prosftpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsmakers%2Fdj-prosftpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsmakers%2Fdj-prosftpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsmakers%2Fdj-prosftpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsmakers%2Fdj-prosftpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devopsmakers","download_url":"https://codeload.github.com/devopsmakers/dj-prosftpd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devopsmakers%2Fdj-prosftpd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266120313,"owners_count":23879296,"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-11-12T15:26:01.407Z","updated_at":"2025-07-20T12:05:54.268Z","avatar_url":"https://github.com/devopsmakers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=============================\nDjango ProSFTPd\n=============================\n\n.. image:: https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg\n     :target: https://conventionalcommits.org\n\n.. image:: https://badge.fury.io/py/dj-prosftpd.svg\n    :target: https://badge.fury.io/py/dj-prosftpd\n\n.. image:: https://travis-ci.org/devopsmakers/dj-prosftpd.svg?branch=master\n    :target: https://travis-ci.org/devopsmakers/dj-prosftpd\n\n.. image:: https://codecov.io/gh/devopsmakers/dj-prosftpd/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/devopsmakers/dj-prosftpd\n\nIntegrate Django and ProSFTPd with MySQL to provide SFTP services\n\nDocumentation\n-------------\n\nThe full documentation is at https://dj-prosftpd.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django ProSFTPd::\n\n    pip install dj-prosftpd\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n    INSTALLED_APPS = (\n        ...\n        'dj_prosftpd.apps.DjProSFTPdConfig',\n        ...\n    )\n\nAdd Django ProSFTPd's URL patterns:\n\n.. code-block:: python\n\n    from dj_prosftpd import urls as dj_prosftpd_urls\n\n\n    urlpatterns = [\n        ...\n        url(r'^', include(dj_prosftpd_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\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%2Fdevopsmakers%2Fdj-prosftpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevopsmakers%2Fdj-prosftpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevopsmakers%2Fdj-prosftpd/lists"}