{"id":19482837,"url":"https://github.com/lowiehuyghe/python-simplified-setup-py","last_synced_at":"2025-06-30T02:33:47.983Z","repository":{"id":144102374,"uuid":"81421745","full_name":"LowieHuyghe/python-simplified-setup-py","owner":"LowieHuyghe","description":"Easier setup.py for Python Packages.","archived":false,"fork":false,"pushed_at":"2017-10-13T08:18:56.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T17:45:06.953Z","etag":null,"topics":["package","pip","python","setup","setuptools"],"latest_commit_sha":null,"homepage":"","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/LowieHuyghe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-09T07:21:02.000Z","updated_at":"2017-10-12T18:14:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"6afd836a-5e69-44cc-899e-af7733cfa11c","html_url":"https://github.com/LowieHuyghe/python-simplified-setup-py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LowieHuyghe/python-simplified-setup-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowieHuyghe%2Fpython-simplified-setup-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowieHuyghe%2Fpython-simplified-setup-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowieHuyghe%2Fpython-simplified-setup-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowieHuyghe%2Fpython-simplified-setup-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LowieHuyghe","download_url":"https://codeload.github.com/LowieHuyghe/python-simplified-setup-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LowieHuyghe%2Fpython-simplified-setup-py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262699033,"owners_count":23350228,"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":["package","pip","python","setup","setuptools"],"created_at":"2024-11-10T20:12:23.216Z","updated_at":"2025-06-30T02:33:47.959Z","avatar_url":"https://github.com/LowieHuyghe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simplified setup.py for Python Packages\n\nA Simplified setup.py for Python Packages! Keep your `setup.py` organized with a simple ini-config-file.\n\nExample:\n```ini-config-file\n[General]\nname: mypackage\nversion: scm\ndescription: My package\nlong_description: file://README.md\nurl: https://github.com/LowieHuyghe/my-package\nlicense: MIT\nkeywords: my, package\nrequirements: file://requirements.txt\n\n[Author]\nname: Lowie Huyghe\nemail: iam@lowiehuyghe.com\n\n[Classifiers]\nstatus: 3\nprogramming_languages: Python 2, Python 2.7, Python 3, Python 3.3, Python 3.4, Python 3.5\naudiences: Developers\ntopics: Build Tools\nlicense: MIT\n\n[Setup]\nrequirements: setuptools_scm\n\n[Tests]\nrequirements: mock, nose\nsuite: nose.collector\n\n[Packages]\ninclude: mypackage*\nexclude: tests*\n\n[Commands]\nmy_command: ./bin/my-command.sh\nmy_command-description: This is my command\n```\n\n\n## Installation\n\n1. Go to your project directory\n2. Add this project as a squashed subtree:\n\n ```bash\ngit subtree add --prefix setup git@github.com:LowieHuyghe/python-simplified-setup-py.git master --squash\n\n# To update:\ngit subtree pull --prefix setup git@github.com:LowieHuyghe/python-simplified-setup-py.git master --squash\n```\n3. Copy the example-files to your project\n\n ```bash\ncp ./setup/setup.example.py ./setup.py\ncp ./setup/setup.config.example.ini ./setup.config.ini\ncp ./setup/MANIFEST.example.in ./MANIFEST.in\n```\n4. Change `setup.config.ini` to your likings:\n  * Setup-kwargs that expect plain string:\n\n ```ini\n[Section]\nkey: plain text value\nkey: file://README.md  # Read from file\n```\n  * Setup-kwargs that expect lists:\n\n ```ini\n[Section]\nkey: plain, text, comma, separated\nkey: file://requirements.txt  # Read from file. Each line is an item in the list.\n```\n5. Debug the generated setup kwargs with:\n\n ```bash\npython setup.py --debug\n```\n\n\n## Usage\n\nYou can use the setup.py as you normally would:\n```bash\npython setup.py test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowiehuyghe%2Fpython-simplified-setup-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flowiehuyghe%2Fpython-simplified-setup-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowiehuyghe%2Fpython-simplified-setup-py/lists"}