{"library":"projen","title":"Projen","description":"Projen is a CDK (Cloud Development Kit) for software projects, allowing you to define and manage project configurations (e.g., build scripts, dependencies, CI/CD) using code. Version 0.99.52, with active development and regular releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install projen"],"cli":{"name":"projen","version":"Traceback (most recent call last):"}},"imports":["from projen import Project","from projen.typescript import TypeScriptProject","from projen.python import PythonProject"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from projen import Project\n\nproject = Project(\n    name=\"my-project\",\n    project_type=\"library\",\n    python_executable=\"python3\",\n)\n\nproject.synth()","lang":"python","description":"Create and synthesize a basic Projen project.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}