appcraft

View on PyPIReverse Dependencies (0)

0.5.3 appcraft-0.5.3-py3-none-any.whl

Wheel Details

Project: appcraft
Version: 0.5.3
Filename: appcraft-0.5.3-py3-none-any.whl
Download: [link]
Size: 118765
MD5: e36f0425e08e12196c1ecebfba62ab10
SHA256: fcf7f1302d211f99e86e54565aa417daa29ec0626e633d74aa101aa46aba44b6
Uploaded: 2025-02-24 21:02:07 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: appcraft
Version: 0.5.3
Summary: Appcraft is a modular framework designed to simplify software development by providing a structured and extensible architecture. It enables developers to create and manage complex applications with ease, ensuring scalability and maintainability.
Author-Email: Dux Tecnologia <contato[at]tpereira.com.br>
Home-Page: https://github.com/duxtec/appcraft
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: prompt_toolkit
Requires-Dist: toml
Description-Content-Type: text/markdown
Dynamic: home-page
[Description omitted; length: 768 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
appcraft/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/scripts/add_template.py sha256=M9Nkx3bkzB3-D9Ajyiddqsg8qNVJa3jFoUEFK_9H9HQ 1079
appcraft/scripts/cli.py sha256=zJ6_CZuPYHU8iqcIqi1UEqmuiU6wOFhS0yrlCUMPhZk 988
appcraft/scripts/create_init.py sha256=0rElbvrGyej6B_7THDGd9jug1vkH0l665cwd5EhLdW8 497
appcraft/scripts/create_runner.py sha256=MybgGR78n4yTseFAbjWfkGbN42SC63IU3kBJFhbBEWo 3092
appcraft/scripts/list_templates.py sha256=cirG4vaLspxuuIFLmrgNfKjXqrTV4Dd0yKolvV-q8a4 560
appcraft/scripts/project_init.py sha256=kUY4MMhLgrqktv7JrFX24K3a3mGDJu9JF7P_-0eUnTs 2781
appcraft/templates/template_abc.py sha256=la6qvysIfuxq8oIUqNbrsnvAGbMpobv7tAHF2EVVaWQ 1183
appcraft/templates/template_manager.py sha256=daAtv8IKE2VXd26Pi_1LTVw0L6TUZSpyg6yF6NipFF0 934
appcraft/templates/base/__init__.py sha256=tFjTBOXz43QYOh0LUySLgdfh4nbELZImRXdderxRCB0 254
appcraft/templates/base/files/Pipfile sha256=0Oz4Lvpw3Mc-7YCRPV7IHbBWrDS5BEUuN40wzrtv2Pg 240
appcraft/templates/base/files/README.md sha256=ZimMFxENW6PW279RyrwKskbn-SWn09BjYTwVf_HhJxQ 1919
appcraft/templates/base/files/run sha256=0OxTBCvcaFiZmpYFXAkmFaoLd41TOOab9AaRpiDH7WE 158
appcraft/templates/base/files/run_tools sha256=IdYzmp4_rZUqBEzVm62VRWaEKa6nV83XhsWvGrFheCQ 148
appcraft/templates/base/files/application/dtos/app_dto.py sha256=JwquYBtU2ztCh47q1Z9gOiUnl4StOnoBzt5N1RpGEdg 521
appcraft/templates/base/files/application/dtos/user_dto.py sha256=4jyZl2A8Pbftd32HL0p-_YSqa-dEc4fwVWBsMNQV6T4 299
appcraft/templates/base/files/application/dtos/interfaces/__init__.py sha256=Ze2IWaCY5u6lXUadMySPMAc0uYCJO0OLN1I44ZcbBTs 109
appcraft/templates/base/files/application/mappers/app_mapper.py sha256=pxwj5JkimhOOaOfUlB74r6JFsxAwkAX9D7P64zcSOd0 554
appcraft/templates/base/files/application/mappers/user_mapper.py sha256=nnB16q8jwiqd3kRc5ZextljSDzw4DYh8AEqg8SnD5k4 439
appcraft/templates/base/files/application/mappers/interfaces/__init__.py sha256=cgRkaJqtn2eqPbzGcWpfiHjLdVdP02kvjCR2XjPeqfo 360
appcraft/templates/base/files/application/services/app_service.py sha256=FGwjcq_4qZ4JPZkS6WDxeID3oh-jY6zn68UwCvG2l-s 445
appcraft/templates/base/files/application/services/user_service.py sha256=LTFGJVynEp9EWSZCzfG8V1aPzVCuXC9IxzdFykj-vjU 1654
appcraft/templates/base/files/application/services/interfaces/__init__.py sha256=t7MLQ9oaKYLqbtTAl0Tp73cHAqNeDdJ_xodgX_9Iujs 260
appcraft/templates/base/files/config/app.toml sha256=BcG4TLdnjceoTAyn8g6E4UeK3_ikGCY4nyPbTq2XHL8 417
appcraft/templates/base/files/config/theme.json sha256=ZR6t4rUUTILO6JqR3xO3MML5XpIVrr9Yji6RkrfUZFI 52
appcraft/templates/base/files/docs/Makefile sha256=4zv3TVkTACm6JBaKgTES3ZI9cETXgM6ULbZkXZP1as8 638
appcraft/templates/base/files/docs/make.bat sha256=0qjrzODegavKd7LLwmr9ADhaYftiTnBgqOVAL9kApyo 769
appcraft/templates/base/files/docs/source/conf.py sha256=ZeFH3W1GUbdqca-1-tMyGXFO_r_XHxWBaTTCS8z_DUU 3512
appcraft/templates/base/files/docs/source/index.rst sha256=i8D7qPIzy066LhkubMbX_c4kqeWbDjXS8LjrG_hrFuY 482
appcraft/templates/base/files/docs/source/modules.rst sha256=3sbNUtMCoBe58IFna-zVMpBjcWD6qrFp24-un-9sA7g 306
appcraft/templates/base/files/domain/filters/__init__.py sha256=IGsmoDHDACsh9Jx-jPwiQ1yUYq-HL1cy7o9LjFwCm7s 2970
appcraft/templates/base/files/domain/interfaces/repositories/__init__.py sha256=xAH-qWeMhPKzwqVlgyrGEuGgMpLQeAm0KyKsk77ord8 240
appcraft/templates/base/files/domain/interfaces/repositories/user_repository.py sha256=aY25Hq1Rc7mH-ve6TBiirJ08CSTT_hHHBLAlbcVEIE4 504
appcraft/templates/base/files/domain/models/app.py sha256=9a6VRo2rWFYfpLHVM-pc0TkBCXNLDZy9ESfj36QaduA 1499
appcraft/templates/base/files/domain/models/user.py sha256=lT8Eomnz0jrzfn__-O1wlXPuR5WNQ4b-Tskze1XVf5A 553
appcraft/templates/base/files/domain/models/exceptions/__init__.py sha256=knyvcnYCt93q4QUMaTZTLtIDObWU7QEeAA168CP5Lsc 906
appcraft/templates/base/files/domain/models/exceptions/user_model_not_found.py sha256=ayWP09dm7Tl-EpHVl2DLd8bKHtslhBUGoNRpUXOnI_s 213
appcraft/templates/base/files/domain/models/inspector/__init__.py sha256=T7BClfzRicDdU_y4s5dy-e5w-ipciww0eKxENiZKEVo 4602
appcraft/templates/base/files/domain/models/interfaces/__init__.py sha256=ENpIv_N9EnmZhkvKQW-M1mk1se41LYK0389J4GYKA-4 411
appcraft/templates/base/files/domain/value_objects/id.py sha256=Tc1tr-2dhDlP_LwXaozDMD_EKosZYDDWUyAbURd9xxY 1219
appcraft/templates/base/files/domain/value_objects/username.py sha256=gePc1VWhosr8llW-q64dI-x-Ey9Pmqd3gcLHjEz0JIA 916
appcraft/templates/base/files/domain/value_objects/converters/type_conversor.py sha256=YlMIkSabIx5Xhn4e8T4ruptg5JGCSRvFDSS8FH6qlMU 2163
appcraft/templates/base/files/domain/value_objects/exceptions/__init__.py sha256=ucvMsARu31Mg85IiX9GnRmGGt83tMNBofdVNsoCj3kQ 2638
appcraft/templates/base/files/domain/value_objects/interfaces/__init__.py sha256=haj117p3ETZu4aaxYYUvWF4BzGwxdIinPBWBpjQY25g 506
appcraft/templates/base/files/infrastructure/framework/appcraft/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/base/files/infrastructure/framework/appcraft/core/app_manager.py sha256=sPurU1KUitBUBEPGkcyvBg1IfEexPc9N62UjjuKD1MI 2736
appcraft/templates/base/files/infrastructure/framework/appcraft/core/app_runner.py sha256=Paxp_pyv7xMfFP4TCNt05qnFpFyLI4ZTXkM7l8Qa9Kc 464
appcraft/templates/base/files/infrastructure/framework/appcraft/core/core_printer.py sha256=1T7mBVn4gt9-PqmM4No3jUShU91hgU-ooz7q9pfCX44 2455
appcraft/templates/base/files/infrastructure/framework/appcraft/core/error_handler.py sha256=r8DqpOQx8Jox2SQ8s6ygp5MYGuYzSS048WPHDE0hQf8 2300
appcraft/templates/base/files/infrastructure/framework/appcraft/core/initializer.py sha256=ErVPoE63xoeIGcNxm7MqSfY_YD8aFd2EnfKVo6WrL5w 6136
appcraft/templates/base/files/infrastructure/framework/appcraft/core/runner.py sha256=DWyeCGhrKwjkyFglMaRBjiGQ78Ipqj0UkN8RCBR54sY 8736
appcraft/templates/base/files/infrastructure/framework/appcraft/core/config/__init__.py sha256=0O5_MNVShyJ0LV8fTUrUgWxeqTzgF6u8hmTagRDrhPQ 1240
appcraft/templates/base/files/infrastructure/framework/appcraft/core/config/base.py sha256=k9PN6Sp6xvtYURoh51EB9mYYdGrQMlcsBq4E3yh3WqY 1645
appcraft/templates/base/files/infrastructure/framework/appcraft/core/config/env.py sha256=sG75boNx3Ld7SO8kor8Kh2gqpjomkCqAmyPkmu8lqgo 487
appcraft/templates/base/files/infrastructure/framework/appcraft/core/config/json.py sha256=6yWRQ0Om2NMnKWVwGNvrYQ9zxaRnpJR79KVUnKjXFEs 266
appcraft/templates/base/files/infrastructure/framework/appcraft/core/config/toml.py sha256=9fBUtTPTseIZHpJn18-RaPL4KuEgvQgU9_00PYexe1w 307
appcraft/templates/base/files/infrastructure/framework/appcraft/core/package_manager/__init__.py sha256=-MfuyqgkMugWc9mF0akLYSq2egj2gTLX0IyVmhBlKdw 74
appcraft/templates/base/files/infrastructure/framework/appcraft/core/package_manager/package_manager.py sha256=5krQ_IGrD_nlMH1tboXkhY6k7qMqW6xyX4pQimpizoc 283
appcraft/templates/base/files/infrastructure/framework/appcraft/core/package_manager/package_manager_abc.py sha256=Jmi7fzBweHOgn8htW3_Q3YygzD5RipOplmCEylaZyyQ 692
appcraft/templates/base/files/infrastructure/framework/appcraft/core/package_manager/pip_manager.py sha256=x3M0XYzKJAFNCy-6by6XNuHqa46bIBTJaRm7VXyLKpQ 2401
appcraft/templates/base/files/infrastructure/framework/appcraft/core/package_manager/pipenv_manager.py sha256=N4YOuqRmSypSajo5n-Wk9FKptvUKIdK-IjmwWIHqps8 2841
appcraft/templates/base/files/infrastructure/framework/appcraft/core/package_manager/poetry_manager.py sha256=YPSMGkpm-hGoFNpPa2WeaVdsvuJsD055QpamHlf9u4s 2821
appcraft/templates/base/files/infrastructure/framework/appcraft/templates/templates.json sha256=weraq8k0iYUmGhUAYb6L8vOGHdzl-OfzWsLgnyCsJiM 34
appcraft/templates/base/files/infrastructure/framework/appcraft/utils/color.py sha256=XVtmZ1m0lWg0voZtSVVa2gfXsR2nDzR9ztumG3wSS9c 3610
appcraft/templates/base/files/infrastructure/framework/appcraft/utils/component_printer.py sha256=jogu6utpWDpwmrYJ29cN5bZ4LMWnPnMGdrqCPanCOuc 2275
appcraft/templates/base/files/infrastructure/framework/appcraft/utils/import_manager.py sha256=ZvID7RHWtNmPP7ngb2Fqhl17GIH05syvjazjopo2wWY 8337
appcraft/templates/base/files/infrastructure/framework/appcraft/utils/printer.py sha256=pokX8EIVbPQJkMNNreOYuTzWAwhn7kxAYPpQBjfzg4o 2935
appcraft/templates/base/files/infrastructure/interfaces/adapter.py sha256=mhFdhTIM8Sn-LJEevHoRYnqSUWBWfJ22XXjV8WY869U 702
appcraft/templates/base/files/infrastructure/memory/adapters/app_adapter.py sha256=uU9dN3r8j9dgECcf9wlynL5K2L65J-ulxYIwd2f7lx4 578
appcraft/templates/base/files/infrastructure/memory/adapters/memory_adapter.py sha256=LtwLg_Y3pM4JbRpPBqZRTo-K_BE07-6ncxPN2GBuv5Y 5575
appcraft/templates/base/files/infrastructure/memory/adapters/interfaces/app_adapter_interface.py sha256=h9XROazSyXeTvryb4XlH0RdyTWCk-WwVf_BAHy7vlL8 242
appcraft/templates/base/files/infrastructure/repositories/user_repository.py sha256=8YAcQZx-4V7bm7QymsjNGeUNohkLu18bq038a05Wfyk 1318
appcraft/templates/base/files/presentation/cli/app_cli_presentation.py sha256=nWkEes9-3Ethq9zPzSVROnSL9-7jx4XJx_LXtT6nriY 1055
appcraft/templates/base/files/presentation/cli/user_cli_presentation.py sha256=RaabJhKOyDEZ8bHtY0Sno80A-gsUhyVF7MZz2uUCq6M 3786
appcraft/templates/base/files/presentation/cli/validator/input_validator.py sha256=aBzt5xBrsBIccxT8JadNksGYEcBpdDYb2HwVdhI08m0 1404
appcraft/templates/base/files/presentation/exceptions/input_exception.py sha256=I5tr7dZepHLvJn0Uqw33faHNYnSo8tkjjQIuVOHUmjE 42
appcraft/templates/base/files/runners/main/app.py sha256=FjO0eaikuDVjKYKgzrSs49w2rozkS7fuosekFGZE63c 617
appcraft/templates/base/files/runners/main/user.py sha256=jyuuFrBlhHTToiK0_VOvhmiELFtBLnvoqdVSuLpDyG0 1424
appcraft/templates/base/files/runners/tools/app.py sha256=WEY2Byv_5YpXtvKzqPS_d91s6vCZzonIZwQPWleNJrs 543
appcraft/templates/ci_cd/__init__.py sha256=ARB3IWKm__o6yJOwnyn-kK2LmB7ZLpOF6K-b8owrxxs 388
appcraft/templates/ci_cd/files/Pipfile sha256=o8aS10kdQuD4xcwRez6C1z1LFVHBOgrnpBhj9zJt9a8 123
appcraft/templates/ci_cd/files/.github/workflows/ci.yml sha256=saQPh-QSVlJ72xDVLwqbXImWP_2oaO0ZloLpNGBcm40 577
appcraft/templates/ci_cd/files/.github/workflows/deploy.yml sha256=mSaFY8440-Eu9ty9AkW6OOQcpmK-Y2YCD_uzvNw0i-I 154
appcraft/templates/ci_cd/files/config/ci_cd.toml sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/ci_cd/files/docs/Makefile sha256=4zv3TVkTACm6JBaKgTES3ZI9cETXgM6ULbZkXZP1as8 638
appcraft/templates/ci_cd/files/docs/make.bat sha256=0qjrzODegavKd7LLwmr9ADhaYftiTnBgqOVAL9kApyo 769
appcraft/templates/ci_cd/files/docs/source/conf.py sha256=ZeFH3W1GUbdqca-1-tMyGXFO_r_XHxWBaTTCS8z_DUU 3512
appcraft/templates/ci_cd/files/docs/source/index.rst sha256=i8D7qPIzy066LhkubMbX_c4kqeWbDjXS8LjrG_hrFuY 482
appcraft/templates/ci_cd/files/docs/source/modules.rst sha256=3sbNUtMCoBe58IFna-zVMpBjcWD6qrFp24-un-9sA7g 306
appcraft/templates/ci_cd/files/infrastructure/adapters/deploy_adapter_protocol.py sha256=-9VkmZY4oVZPokHVDRs6b2eQA5kUPX1_SqiX2rLJoJM 78
appcraft/templates/ci_cd/files/runners/main/deploy.py sha256=lXwTOcN2XEHwK069Zkikjs--n6Cj-3K3DK2N1RjOuHg 153
appcraft/templates/data_analysis/__init__.py sha256=u0cOJLaB6DRJF0Ie3jZFK6zPNll1mbXgcvntjIYHR7U 389
appcraft/templates/data_analysis/files/Pipfile sha256=TKu4kyDhAfBHZVH_SwtZq5zEWZcOtLFXstfrPAgrUzE 265
appcraft/templates/data_analysis/files/config/data_analysis.toml sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/data_analysis/files/docs/Makefile sha256=4zv3TVkTACm6JBaKgTES3ZI9cETXgM6ULbZkXZP1as8 638
appcraft/templates/data_analysis/files/docs/make.bat sha256=0qjrzODegavKd7LLwmr9ADhaYftiTnBgqOVAL9kApyo 769
appcraft/templates/data_analysis/files/docs/source/conf.py sha256=ZeFH3W1GUbdqca-1-tMyGXFO_r_XHxWBaTTCS8z_DUU 3512
appcraft/templates/data_analysis/files/docs/source/index.rst sha256=r18WXaDpjnYkqwdE5HvgJiqNt76UCF2xsXhEGuPiHsQ 483
appcraft/templates/data_analysis/files/docs/source/modules.rst sha256=GrLo6bNWSyPA9QEjWZFnUbr_aW87nvobzucLJrBtmUM 309
appcraft/templates/data_analysis/files/domain/models/data_analysis.py sha256=4m00XukvXxZRRQNM4TLzLxu960xjeUahlYDfrAZc2N8 1366
appcraft/templates/data_analysis/files/infrastructure/adapters/file_adapter_protocol.py sha256=AvNSttbLAt01t81RYvpreg6RXbFMJ5DJS9JkvfII62A 76
appcraft/templates/data_visualization/__init__.py sha256=dhW1GvpJEBseVyPZudCEftObsrM2epObKMsQtCHOljU 381
appcraft/templates/data_visualization/files/config/data_visualization.toml sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/data_visualization/files/docs/Makefile sha256=4zv3TVkTACm6JBaKgTES3ZI9cETXgM6ULbZkXZP1as8 638
appcraft/templates/data_visualization/files/docs/make.bat sha256=0qjrzODegavKd7LLwmr9ADhaYftiTnBgqOVAL9kApyo 769
appcraft/templates/data_visualization/files/docs/source/conf.py sha256=ZeFH3W1GUbdqca-1-tMyGXFO_r_XHxWBaTTCS8z_DUU 3512
appcraft/templates/data_visualization/files/docs/source/index.rst sha256=i8D7qPIzy066LhkubMbX_c4kqeWbDjXS8LjrG_hrFuY 482
appcraft/templates/data_visualization/files/docs/source/modules.rst sha256=3sbNUtMCoBe58IFna-zVMpBjcWD6qrFp24-un-9sA7g 306
appcraft/templates/data_visualization/files/domain/models/charts.py sha256=-BkCiom7UvvpwvecfBOycHPSRDKg7bkzAjcZAOcoCNo 1436
appcraft/templates/data_visualization/files/infrastructure/adapters/file_adapter_protocol.py sha256=AvNSttbLAt01t81RYvpreg6RXbFMJ5DJS9JkvfII62A 76
appcraft/templates/docker/__init__.py sha256=R3sliyE7WkBsF1eALaQqknY68DTgVXTgMxWCLV2z43U 322
appcraft/templates/docker/files/infrastructure/docker/.dockerignore sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/docker/files/infrastructure/docker/Dockerfile sha256=8GUj4o9iWCoExA6BIM-rELea8cv_1CT1rj-Va3fET0g 171
appcraft/templates/docker/files/infrastructure/docker/docker-compose.yml sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/docker/files/runners/main/docker.py sha256=WsXFKwegfaEqVFtZ4sDQjyu8oVnPgIfzkq-1GIWq7KU 212
appcraft/templates/flask/files/app/pages/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask/files/app/pages/views.py sha256=I_DsKqSr4bQ3V-bB52zL1nVqtM-MIsNH7aCzO9A4csI 99
appcraft/templates/flask/files/app/pages/static/404.html sha256=uTSI7KbmBrahadssEtlo0tlztvLn25-7PQd1ZRMcP0A 23
appcraft/templates/flask/files/app/pages/static/index.html sha256=-gwe0RgUFlwHSTAKa5lvHsT88z3sp7U9l_v8Tr7Xisw 16
appcraft/templates/flask/files/app/templates/about.html sha256=1rOBUY01-nnW6BcrKNHdpVt44IHePAomZCg51a3PjFU 24
appcraft/templates/flask/files/app/templates/components/base.html sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask/files/app/templates/components/footer.html sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask/files/app/templates/components/header.html sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask/files/config/flask.toml sha256=X5DISN657ZjKwZLYeOWq-lLDu2bWdnxKg9hiY7De7Zc 39
appcraft/templates/flask/files/flask/app.py sha256=KjBXtoUiRs41unIJCBMBSM22s4lVX0KHcUlyUJ1418s 1334
appcraft/templates/flask/files/flask/routes.py sha256=qZrgNwt0YqfkSl1EUee1sUSxileJhofrrdCqyGJPQ7U 1622
appcraft/templates/flask/files/scripts/server.py sha256=MbKSllH7a7D8upaVsuoFzG44r2aFPDA35OvNz8prfKw 231
appcraft/templates/flask_api/__init__.py sha256=2SIVJ9QYsVgTlCcBO3l16IYwE6D51UHg6w60VNO3vt4 349
appcraft/templates/flask_api/files/Pipfile sha256=GL1LKzIr-3zbyS6y1Iymr2gUzz9g2pkj6Tqv2GNMvEs 270
appcraft/templates/flask_api/files/infrastructure/framework/flask/app.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask_api/files/infrastructure/framework/flask/routes.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask_ui/__init__.py sha256=l5kPXiG7zIdJ_XSFj1wzVLAWupYObRto4VS3JGP0aNQ 574
appcraft/templates/flask_ui/files/Pipfile sha256=klqGEG6lBMIrBMuAKlrEr38v5eMfhJSIH6reGRUSvpo 135
appcraft/templates/flask_ui/files/infrastructure/framework/flask/app.py sha256=iiTBq3kt9Rg4f5zN6giZgAW4Lc2nfKM9NMbh-RibkNI 1604
appcraft/templates/flask_ui/files/infrastructure/framework/flask/injector.py sha256=SO4KwezsXZ3stq-iM8-nVp1R2tGH02SVTpwJY7fYjkk 981
appcraft/templates/flask_ui/files/infrastructure/framework/flask/router.py sha256=xyhMqPhE6vvg9OpbXVwWeE1-nJiIs5xOGBCXMdANSew 2301
appcraft/templates/flask_ui/files/infrastructure/framework/flask/sqlalchemy.py sha256=cFYDq-Je8RprgfsghLw84JjMBCc78ClCHuSMIpC0ulk 1462
appcraft/templates/flask_ui/files/presentation/web/ui/static/css/main.css sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask_ui/files/presentation/web/ui/static/js/main.js sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask_ui/files/presentation/web/ui/templates/pages/index.html sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/flask_ui/files/presentation/web/ui/templates/views/app.html sha256=H0mBeI6j3GSjhHu77SsPYVvQiGGBDkXFBJSX1uzZMmw 574
appcraft/templates/flask_ui/files/presentation/web/ui/views/app.py sha256=KcaDSkKFJ-qmXA_7hf7kGxIqly_Jf_9nGbJgjwvBJcw 396
appcraft/templates/flask_ui/files/runners/main/flask.py sha256=bPI9qzMi5uD25syGEYc3HrI5Ty1FYoZCPfVeN9E9Pnw 328
appcraft/templates/git/__init__.py sha256=NyS86MLcL90jGzN0a4KE2z47BlP5R2u7wTXxZZGXbnk 316
appcraft/templates/git/files/runners/tools/remote_repository.py sha256=DTIgHtgLgnfngIyG_-fDRbD5MkLcctlPxTwHDM-7Gik 2091
appcraft/templates/graphql/__init__.py sha256=GCv-YlnpOAZTo86aDLHNC5kNtUu1T2UTXHiLZgkfzkE 334
appcraft/templates/locales/__init__.py sha256=kp00xNjJwjvXz69XL-TGOLoAwoUtX_on1wxJPGVL34c 325
appcraft/templates/locales/files/Pipfile sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/locales/files/infrastructure/framework/appcraft/utils/message_manager.py sha256=UW27R0bSROq71iTUKDyVlBe4IyMFHIW9cfNq6u8zoZo 5115
appcraft/templates/locales/files/locale/en/LC_MESSAGES/about.mo sha256=aeig46_51qtrUAeHkXidev4GjCt_5eEtudZ-Do9HF9M 534
appcraft/templates/locales/files/locale/en/LC_MESSAGES/about.po sha256=RrBa-l78dScvT3YKcZXKCffTmEUiMGHlHWJ3IXwtX4Q 538
appcraft/templates/locales/files/locale/en/LC_MESSAGES/app.mo sha256=iBEn6kbExLWEN2pPseUgVamyPpJN_7-Ek_DBkBOHgA4 599
appcraft/templates/locales/files/locale/en/LC_MESSAGES/app.po sha256=N89eYzBNvKFSbNbilxx6tuEIo_pcMWI0TkFsWnZj4q4 605
appcraft/templates/locales/files/locale/en/LC_MESSAGES/core.mo sha256=XqsBq3kisBXDON9NzRSCp2bPuPicCgM-jzGaPa9qoTI 1021
appcraft/templates/locales/files/locale/en/LC_MESSAGES/core.po sha256=pAzSFYCWVxevZ-60469a_aAbgh4HG80uzBpmxnCFzq4 1028
appcraft/templates/locales/files/locale/en/LC_MESSAGES/database.mo sha256=KfYYObOTuHyO8Es5zNWRB5XuLftkEXvA6Uopg66WAJ4 46
appcraft/templates/locales/files/locale/en/LC_MESSAGES/database.po sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/locales/files/locale/pt_BR/LC_MESSAGES/app.mo sha256=6OkEVAh1DQJXn0lwByZL8HChAWlBPPz26gjXq-O_aos 641
appcraft/templates/locales/files/locale/pt_BR/LC_MESSAGES/app.po sha256=IPs3ZJZZcIDHkEKXy-ndWynHiGSns8nY-HpfHwhBCQE 647
appcraft/templates/locales/files/locale/pt_BR/LC_MESSAGES/core.mo sha256=TamX50BLjdxwI0NOtm9kAR5PQZnbBMBISbdQbAHVU9M 1062
appcraft/templates/locales/files/locale/pt_BR/LC_MESSAGES/core.po sha256=ct0gHV_42Pa1ms4OhoocAKpWWyxz25lAxaBvAl4JEMg 1069
appcraft/templates/locales/files/locale/pt_BR/LC_MESSAGES/database.mo sha256=KfYYObOTuHyO8Es5zNWRB5XuLftkEXvA6Uopg66WAJ4 46
appcraft/templates/locales/files/locale/pt_BR/LC_MESSAGES/database.po sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/templates/locales/files/locale/pt_BR/LC_MESSAGES/my_app.mo sha256=0D9J_j5zuij44oEkHH48rP24hjt-butuUSQIi9Xm-rg 164
appcraft/templates/locales/files/locale/pt_BR/LC_MESSAGES/my_app.po sha256=BVtvsxWie7CbVUKF1iznL5sGvrRtXy0txlOizjcFhU8 146
appcraft/templates/logs/__init__.py sha256=brcRy_pBXE2BzZ_LEG_qmVLl9QPZUoz32Z4-r4k6YSk 330
appcraft/templates/logs/files/Pipfile sha256=YZAwGujuupb2r1nAn2ldMj39y3BrLg6yKCWyfuHVnoY 237
appcraft/templates/logs/files/infrastructure/framework/appcraft/utils/logger.py sha256=prmdMDwg1Tg11ZNGUVIQqVWmdGcm1ZJ0jWkvy63MzEc 2697
appcraft/templates/machine_learning/__init__.py sha256=6oLk4QP7N1OXh6PnYuBa_Cxwm3LLTS8TlLon18vN_Zs 342
appcraft/templates/machine_learning/files/Pipfile sha256=3cGgPRy0XO0Dov_nFrFcszzfXJofzZmaWZa0oQJweX4 341
appcraft/templates/mongodb/__init__.py sha256=CcbM_HsoJcoF7bBpkqcSkwp47ffSxAVv0aYsbxqLi-A 310
appcraft/templates/mongodb/files/Pipfile sha256=T1M5_PC_7G5Ju4TNYpTKWWMqn1H1MJPllaXGfiuaf1I 219
appcraft/templates/rabbitmq/__init__.py sha256=4VHuvZ8NoHzj7shY0p4MsAOulMFikRS3TONS_pseNr0 275
appcraft/templates/selenium/__init__.py sha256=XmAVCb9ds6nKXjOizcoZ4kjnhvNCjtcTnV2KvpwykSY 332
appcraft/templates/selenium/files/app/open_google.py sha256=3D8MqF9HFXJ1HmSD8fB2gBsDFzONWABSiHmfG8iDwcw 295
appcraft/templates/selenium/files/config/browser.toml sha256=HVmH1sRFmF8dnAxZBO5ZPuNGNo2-tCd1sjPBaozl2MY 74
appcraft/templates/selenium/files/core/browser.py sha256=WNbMle_kCjQOvccTkUV-KSoN1TUu4up74ZThFsUNJT0 1405
appcraft/templates/selenium/files/services/browser/google.py sha256=cX74JT41JS2gp8jJzIuE1P5j5Quk2G2N4MCwv7s1WJA 389
appcraft/templates/sqlalchemy/__init__.py sha256=xvyNeFB5fVcyn2JQBWInR5OhmUjLaaA4dKzoqK16lVw 348
appcraft/templates/sqlalchemy/files/Pipfile sha256=YEzR29nOhw2Durx5NXHOxRvQG5A41YtEQJjNgMIfEY4 288
appcraft/templates/sqlalchemy/files/application/services/database_service.py sha256=-f9YrBzNkFatUfKDL5mh91AS7dEKdnGeqH18ZYh5h-A 721
appcraft/templates/sqlalchemy/files/config/database.toml sha256=zIKrs4NjU-Z7SPumtBXIK-KoZcYWgoZX-eC8T6Gfy4U 44
appcraft/templates/sqlalchemy/files/domain/adapters/db_adapter_interface.py sha256=KMLCACow3xjassIlpZ3Rpz4VG9JV8G0207Gn339pyoU 226
appcraft/templates/sqlalchemy/files/domain/models/app.py sha256=E3v3Ay1T2TbLj-wXChraGuOxSWG9k5qdJa8PP0y9E70 3355
appcraft/templates/sqlalchemy/files/domain/models/user.py sha256=t6jszjW9fwbgXzfAqiXifPWaTaRyFql5HWn6BjzCJEQ 207
appcraft/templates/sqlalchemy/files/infrastructure/database/adapters/sqlalchemy_adapter.py sha256=JqWgqHVi4XnGZEivMnhIpD4HfsO9q6UNjkQ_rz8YF5E 2135
appcraft/templates/sqlalchemy/files/infrastructure/database/sqlalchemy/models/app_db.py sha256=-apl_z-5ny0OIGHtHqko7oGRVrb_diztZzIQNdlOCX0 1980
appcraft/templates/sqlalchemy/files/infrastructure/database/sqlalchemy/models/base.py sha256=maH1XV2SdNmvBGOZfWRVoIIbinN8pW9sP-KdFtakcDk 611
appcraft/templates/sqlalchemy/files/infrastructure/database/sqlalchemy/models/user_db.py sha256=L6TozJvWwUsc1SwBsBJiVMvcIeYFy4Bwjv2YVQR0xUk 360
appcraft/templates/sqlalchemy/files/infrastructure/database/sqlalchemy/repositories/app_repository.py sha256=Rj1jouTgMFAi4X4pCsUndz6jH2AECHEcjlyhj_-iic8 1926
appcraft/templates/sqlalchemy/files/infrastructure/database/sqlalchemy/repositories/user_repository.py sha256=8tA5_BcvllQjrp1w5rFCL7v7qF5hb28k1ayFgZbD5U8 834
appcraft/templates/sqlalchemy/files/presentation/cli/database_cli_presentation.py sha256=MS1fUyWVpFT2QbpKhBaQcocik8Jl7SOorFQ9KB4jMNA 1175
appcraft/templates/sqlalchemy/files/runners/main/app.py sha256=zQ4KOeoKYW3biu8imCvhNExkRcwd8FjL2mLhUEJxDVk 337
appcraft/templates/sqlalchemy/files/runners/main/database.py sha256=7AR-GnyTTi59TNdsoHNfqPfxuf6_-VYD8bu_v9ZV8wc 277
appcraft/templates/sqlalchemy/files/runners/tools/app.py sha256=8mZvVv2FdsE4mgUYNIXqs0JpycreXeFsIA4DdgbWkpk 269
appcraft/templates/tests/__init__.py sha256=USpqDxRLEvk3VTy2tqiBqWvAQ8V3pRFZeygLy4ZrEPA 327
appcraft/templates/tests/pyproject.toml sha256=h9P_8ATyGV8JMnBJ9fm6xoB2flIrR9owq-Nck9HNECU 82
appcraft/templates/tests/files/Pipfile sha256=mLO53HSRS3avwTbUkNZHvqfpDZNmktQX2Idg2bj4eNQ 253
appcraft/templates/web_scrapping/__init__.py sha256=wtoeuxVPPRXZP0IFswCN-a7VEH95OvMSwPgnpug2xL4 301
appcraft/templates/web_scrapping/files/Pipfile sha256=tcDmnHuYmSiMazu9M6Egz1FIRv0OC6BlSArBLYzDTlk 327
appcraft/templates/websockets/__init__.py sha256=s7O0MlEr0iH5X2466qOAzStYStbU3NwMW_llPaJ7dfw 312
appcraft/templates/websockets/files/Pipfile sha256=_EobiIGfZQ_TI4QQZbz3q9-oevWJh2yUN1XFM7loqWc 215
appcraft/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
appcraft/utils/files.py sha256=lOVMW5ls0tQ5h0wM0wJWSSMFLNyTxRl8rX87Y3DAIig 407
appcraft/utils/template_adder.py sha256=HB9Llfp45Hj_c-HForV5copTRCQ23rI5OEie8YMjSSI 3568
appcraft/utils/template_loader.py sha256=FZi7MXNAK8tVL_MQyIYBoB8AYV7fb3bRmtOhLEyTlq4 1722
appcraft-0.5.3.dist-info/METADATA sha256=I1INScr2UQXp02Hiq6vLuSjdNhpbKxLmvGS1ReuLOuM 1455
appcraft-0.5.3.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
appcraft-0.5.3.dist-info/entry_points.txt sha256=pssD-iXi6A08vgFlTQ0mMrR5deE9uyqv5-29FIrUxlg 55
appcraft-0.5.3.dist-info/top_level.txt sha256=YNlAnsDoRIpEEZNWpM_rphg-fc0FZe5ZpXPkg7U2Rtk 9
appcraft-0.5.3.dist-info/RECORD

top_level.txt

appcraft

entry_points.txt

appcraft = appcraft.scripts.cli:main