{"id":18743788,"url":"https://github.com/pluginfactory/nbackend","last_synced_at":"2025-11-21T23:30:13.738Z","repository":{"id":57445078,"uuid":"212789191","full_name":"pluginfactory/nbackend","owner":"pluginfactory","description":"A node JS backend components scaffolder using python","archived":false,"fork":false,"pushed_at":"2019-10-04T11:12:59.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T09:41:17.031Z","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/pluginfactory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-04T10:24:13.000Z","updated_at":"2019-10-05T12:50:35.000Z","dependencies_parsed_at":"2022-09-26T17:30:45.381Z","dependency_job_id":null,"html_url":"https://github.com/pluginfactory/nbackend","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/pluginfactory%2Fnbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginfactory%2Fnbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginfactory%2Fnbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluginfactory%2Fnbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pluginfactory","download_url":"https://codeload.github.com/pluginfactory/nbackend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627302,"owners_count":19670844,"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-07T16:12:31.549Z","updated_at":"2025-11-21T23:30:13.311Z","avatar_url":"https://github.com/pluginfactory.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NBackend\nStands for Node-Backend.\nThe scaffolding tool to automatically create the node project modules with the standard followed in node-starter-kit distributed under pluginfactory.\nThe repository has missing description for now as this project is under development. You can watch this repository to keep yourself sync with the upcoming\nchanges and development.\n\n## Setup\n### Distributing a setuptools based project\nBefore you begin, make sure you have the latest versions of setuptools and wheel:\n```\npython3 -m pip install --user --upgrade setuptools wheel\n```\nTo build a setuptools project, run this command from the same directory where setup.py is located:\n```\npython3 setup.py sdist bdist_wheel\n```\nThis will generate distribution archives in the dist directory.\n\nBefore you upload the generated archives make sure you’re registered on https://test.pypi.org/account/register/. You will also need to verify your email to be able to upload any packages. You should install twine to be able to upload packages:\n```\npython3 -m pip install --user --upgrade setuptools wheel\n```\nNow, to upload these archives, run:\n```\npython3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*\n```\nTo install your newly uploaded package `nbackend-pluginfactory`, you can use pip:\n```\npython3 -m pip install --index-url https://upload.pypi.org/simple/ nbackend-pluginfactory\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluginfactory%2Fnbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluginfactory%2Fnbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluginfactory%2Fnbackend/lists"}