{"id":15009855,"url":"https://github.com/hushmkun/artec","last_synced_at":"2025-04-09T17:52:13.968Z","repository":{"id":226749096,"uuid":"651340513","full_name":"HushmKun/Artec","owner":"HushmKun","description":"Artec is a python application that creates a configurable project template in a given directory.","archived":false,"fork":false,"pushed_at":"2023-08-06T10:45:54.000Z","size":265,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-09T14:07:24.908Z","etag":null,"topics":["boil","collaborate","communityexchange","github","learn","python3","student-vscode"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/Artec/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HushmKun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.MD","contributing":"CONTRIBUTING.md","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}},"created_at":"2023-06-09T03:13:45.000Z","updated_at":"2023-11-26T22:37:39.000Z","dependencies_parsed_at":"2024-03-09T12:44:55.761Z","dependency_job_id":"39f65ef6-144b-4e2a-b210-001df3d6f041","html_url":"https://github.com/HushmKun/Artec","commit_stats":null,"previous_names":["hushmkun/artec"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HushmKun%2FArtec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HushmKun%2FArtec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HushmKun%2FArtec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HushmKun%2FArtec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HushmKun","download_url":"https://codeload.github.com/HushmKun/Artec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248083264,"owners_count":21045069,"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":["boil","collaborate","communityexchange","github","learn","python3","student-vscode"],"created_at":"2024-09-24T19:28:54.782Z","updated_at":"2025-04-09T17:52:13.934Z","avatar_url":"https://github.com/HushmKun.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](img/Artec.png)\n# Artec\nA python application that creates a configurable python project template in a given directory.\u003cbr\u003e\n_It's a maintained version of PyBoiler_\n\n## Installation\n\nDownload from pip \n\n```bash\n$ pip install Artec\n```\n\nor Install manually\n```bash\n$ git clone https://github.com/HushmKun/Artec\n$ cd Artec\n$ pip install -U . \n```\n## Usage\nCreate a JSON file to match the folder structure you desire\n```\n$ vim structure.json \n    \n# Paste the below into your file and modify as you desire\n{\n    \"folders\": [\n        \"{}\",\n        \"test\"\n    ], \n    \"files\": [\n        \"{}/__init__.py\",\n        \"test/__init__.py\",\n        \"README.md\",\n        \"LICENSE\",\n        \"setup.py\",\n        \"pyproject.toml\"\n    ]\n}\n\n```\nHow to execute\n```\n$ artec -h\nusage: artec [OPTIONS] -o [DEST] \n\nArtec is a python application that creates a configurable python project template in a given directory.\n\noptions:\n  -h, --help            show this help message and exit\n  -s SOURCE, --source-file SOURCE\n                        Source JSON file containing structure to be created\n  -t TEMPLATE, --template TEMPLATE\n                        Uses ready-made templates.\n  -o TARGET, --output-directory TARGET\n                        Target output path where the structure will be created\n  -ls, --list-template  lists all ready-made templates.\n  -v, --verbose         Runs Artec in verbose mode.\n  -g, --git-init        Creates a git Repo for the project.\n  -V, --version         Display current version of Artec\n\nExamples:\n        artec -h\n        artec -o dest\n        artec -o dest -t python\n        artec -o dest -s structure.json\n        artec -o dest -s structure.json -v\n```\n\n## Templates\n- Python\n- Flask \n- Node.Js\n- Data_Science\n\n## Version\n\n    0.3.1\n\n## Contributing\nPlease refer to [Here](CONTRIBUTING.md) for contributing.\nAny help that can contribute to the templates will be really appreciated.\n\n* Big Thanks to [Link-](https://github.com/Link-) for jump starting the project.\n* Thanks for [Narayandas Akhil Achary](https://github.com/0018akhil) for various fixes \u0026 features.\n\n## Learning\nSince this project is intended as a learning project, It helps me figure out what is the best practices of X, How to use Y, etc...\n\nIf you come here to learn, Read [this](LEARN.md), I will be glad if it helped you learn something new. \n## License\n\n[GNU GPLv3.0](https://choosealicense.com/licenses/gpl-3.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhushmkun%2Fartec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhushmkun%2Fartec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhushmkun%2Fartec/lists"}