lilya

View on PyPIReverse Dependencies (1)

0.5.0 lilya-0.5.0-py3-none-any.whl

Wheel Details

Project: lilya
Version: 0.5.0
Filename: lilya-0.5.0-py3-none-any.whl
Download: [link]
Size: 156654
MD5: 14da4d2bcac07df64192101c9c2e45bd
SHA256: 53f8d90376777d5052d4264dc11aff2081134605bb5134d357bf570813fa5fac
Uploaded: 2024-04-23 16:57:11 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: lilya
Version: 0.5.0
Summary: Yet another ASGI toolkit that delivers
Author-Email: Tiago Silva <tiago.arasilva[at]gmail.com>
Project-Url: Homepage, https://github.com/dymmond/lilya
Project-Url: Documentation, https://lilya.dev
Project-Url: Changelog, https://lilya.dev/release-notes/
Project-Url: Funding, https://github.com/sponsors/tarsil
Project-Url: Source, https://github.com/dymmond/lilya
Keywords: lilya
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: AnyIO
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: anyio (<5,>=3.4.0)
Requires-Dist: dymmond-settings (>=1.0.5)
Requires-Dist: multidict (<7.0.0,>=6.0.4)
Requires-Dist: typing-extensions (>=3.10.0); python_version < "3.10"
Requires-Dist: click (<9.0.0,>=8.1.7); extra == "all"
Requires-Dist: httpx (>=0.22.0); extra == "all"
Requires-Dist: ipython; extra == "all"
Requires-Dist: itsdangerous; extra == "all"
Requires-Dist: jinja2; extra == "all"
Requires-Dist: nest-asyncio; extra == "all"
Requires-Dist: ptpython; extra == "all"
Requires-Dist: python-multipart; extra == "all"
Requires-Dist: pyyaml; extra == "all"
Requires-Dist: rich (<15.0.0,>=13.7.0); extra == "all"
Requires-Dist: click (<9.0.0,>=8.1.7); extra == "cli"
Requires-Dist: jinja2 (>=3.1.3); extra == "cli"
Requires-Dist: nest-asyncio (<2.0.0,>=1.6.0); extra == "cli"
Requires-Dist: rich (<15.0.0,>=13.7.0); extra == "cli"
Requires-Dist: uvicorn (>=0.29.0); extra == "cli"
Requires-Dist: devtools (>=0.12.2); extra == "dev"
Requires-Dist: ipdb (<1.0.0,>=0.13.13); extra == "dev"
Requires-Dist: pdbpp; extra == "dev"
Requires-Dist: pre-commit (<4.0.0,>=3.3.1); extra == "dev"
Requires-Dist: griffe-typingdoc (<1.0,>=0.2.2); extra == "doc"
Requires-Dist: mdx-include (<2.0.0,>=1.4.2); extra == "doc"
Requires-Dist: mkautodoc (<0.3.0,>=0.2.0); extra == "doc"
Requires-Dist: mkdocs-markdownextradata-plugin (<0.3.0,>=0.2.5); extra == "doc"
Requires-Dist: mkdocs-material (<10.0.0,>=9.4.4); extra == "doc"
Requires-Dist: mkdocs-meta-descriptions-plugin (>=2.3.0); extra == "doc"
Requires-Dist: mkdocs (<2.0.0,>=1.1.2); extra == "doc"
Requires-Dist: mkdocstrings[python] (<0.30.0,>=0.23.0); extra == "doc"
Requires-Dist: pyyaml (<7.0.0,>=6.0); extra == "doc"
Requires-Dist: ipython (>=8.10.0); extra == "ipython"
Requires-Dist: ptpython (>=3.0.23); extra == "ptpython"
Requires-Dist: a2wsgi (<2.0.0,>=1.10.0); extra == "test"
Requires-Dist: anyio[trio] (<5.0.0,>=3.6.2); extra == "test"
Requires-Dist: asyncio[trio] (<4.0.0,>=3.4.3); extra == "test"
Requires-Dist: autoflake (<3.0.0,>=2.0.2); extra == "test"
Requires-Dist: black (<25.0,==24.3.0); extra == "test"
Requires-Dist: edgy[postgres] (<1.0.0,>=0.9.2); extra == "test"
Requires-Dist: email-validator (>=2.1.0.post1); extra == "test"
Requires-Dist: flask (<4.0.0,>=3.0.2); extra == "test"
Requires-Dist: freezegun (<2.0.0,>=1.4.0); extra == "test"
Requires-Dist: httpx (<1.0.0,>=0.25.2); extra == "test"
Requires-Dist: isort (<6.0.0,>=5.12.0); extra == "test"
Requires-Dist: jinja2 (<4.0.0,>=3.1.3); extra == "test"
Requires-Dist: mako (<2.0.0,>=1.3.2); extra == "test"
Requires-Dist: msgspec (<0.20.0,>=0.18.6); extra == "test"
Requires-Dist: mypy (==1.9.0); extra == "test"
Requires-Dist: pydantic (<3,>=2.6.0); extra == "test"
Requires-Dist: pytest-asyncio (>=0.23.2); extra == "test"
Requires-Dist: pytest-cov (<5.0.0,>=4.0.0); extra == "test"
Requires-Dist: pytest-mock (>=3.12.0); extra == "test"
Requires-Dist: pytest (<9.0.0,>=7.2.2); extra == "test"
Requires-Dist: python-multipart (>=0.0.6); extra == "test"
Requires-Dist: requests (>=2.28.2); extra == "test"
Requires-Dist: ruff (<5.0.0,>=0.3.0); extra == "test"
Provides-Extra: all
Provides-Extra: cli
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: ipython
Provides-Extra: ptpython
Provides-Extra: test
Description-Content-Type: text/markdown
License-Expression: MIT
License-File: LICENSE
[Description omitted; length: 6532 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.24.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
lilya/__init__.py sha256=LBK46heutvn3KmsCrKIYu8RQikbfnjZaj2xFrXaeCzQ 22
lilya/__main__.py sha256=nGcQZHr8Ey_ScWxlN2TsxjWSQUQuqZ1Sion6AoGa0NY 404
lilya/_utils.py sha256=LvbnaDgNsnMk0UxiuH5gxhnXiV9mFGjzdw-qtNfFKyM 610
lilya/apps.py sha256=amquqwsB0Iasf0ZhqtFSmSAhNzlIh2Q_dBGiWgfI7H0 29533
lilya/background.py sha256=9z114VSxyReOdpIVoRDpAkuPIEKBYcHW1rb8ZvUos5Q 3878
lilya/compat.py sha256=Z_n1DATwpWAO0FQgfaeU9t3ghuTccOyoF3zvdYcHEHU 3252
lilya/concurrency.py sha256=I-fUFHB7v5G3QazAOPk15Gn4oDoA_PT2nmYQgcorzWs 1832
lilya/context.py sha256=IVWE1LknzbKttym-iwY7NkU4BemoDofDtHbNqDRUYNk 4594
lilya/controllers.py sha256=RspZh5-hCIt5rfLhrPQGJeZ94oZMzRSHrpY7ZDuWqkk 8995
lilya/crypto.py sha256=TjpyOuT8jkqFREOxH0ZEQ8UgOlEhxvhMO_vsspD_zzM 726
lilya/datastructures.py sha256=ZrvCtsakAvK_lJuE4_tExlWGgx2_kdduSOEte7gY3lQ 22252
lilya/encoders.py sha256=FDJ4WTqHpYiPTOLi2ZREWWehpenS1IZZX-tYIuS08wI 139
lilya/enums.py sha256=PAVqjwbj5pFgz_lGCGHMRVTaq9NqQZo0ozHhJbX0zcg 3160
lilya/exceptions.py sha256=3aUR1kHXXdg02bJZ5PuOQeAOBC69P1KNs3sgs4fN_8o 3179
lilya/logging.py sha256=J4yVEoYh3fffWaGbVkyXtzY4wSBe5wTUvm8bWUV5mfE 881
lilya/py.typed sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
lilya/requests.py sha256=hb82ekH_M7mCuULOfCRQf0fgRPa2iVXeQ1wp3vkicjw 10659
lilya/responses.py sha256=94THlRKEXmuKEzrYiFUSKBGGIxS_6nyoYV6EyI0h3Y8 18080
lilya/routing.py sha256=2qSxKkmWhTZq579NjAWYHgqDUhFoIpCYsaBHao8dFOI 53033
lilya/staticfiles.py sha256=iwZYFteD8AOheAMln9lyVbaEHPKbp2xnj_Zk9VNdTqk 10847
lilya/status.py sha256=1ZBmzM9tgR1g7QvWoT81Uf_aC9tFq1pAk1JxtXvKPw8 5208
lilya/transformers.py sha256=lHIW683fKNhYnmxYV3nrhoK0Fg1fQ_eW5lCqgd6g3Ps 214
lilya/types.py sha256=PHDnBxN6EZdEwQwbjCrfnGWedw_JYyn_5g3CWDZTBXk 988
lilya/websockets.py sha256=GnLJsWRox0-Bny264Ijn-7_s3_KIgU8qLSRu2gYowxM 7737
lilya/_internal/__init__.py sha256=aQTekuFQyhDpQPI5jrxpf1oHVrbXu4W0K8q9Sjj4HeE 54
lilya/_internal/_connection.py sha256=RmzkDF4VkUzG73cJUleqfBnTh8lF1jSRXpCmcb9LnUg 5543
lilya/_internal/_encoders.py sha256=1kodzN4Qc2zDg1MNnydv4wLT1llJa32mGIRsha4WU_M 2591
lilya/_internal/_events.py sha256=iz9kTwGBTkU39OZHjNYbF8iibdAMQyeGTxL_Q52hakw 2418
lilya/_internal/_exception_handlers.py sha256=9HZE6s7aslm0YO19mVHnpkIwoIOKzdZmQ6rD98sq47c 5343
lilya/_internal/_helpers.py sha256=8Go38Ld6Ih8jsN9G472eT_kvWtm92haSpDkf-nlD4Zo 2299
lilya/_internal/_message.py sha256=Z1qCvv3yH10jXYi5azWsiXpe6HlUBFoxmOXm1NKuxzY 126
lilya/_internal/_module_loading.py sha256=tunuYI9J32Xw5DTVniOXDPbak52KE_TTxd__kgxyGKk 941
lilya/_internal/_parsers.py sha256=7nh5nM3L9FTw4eMwn-vRnU55vDrOTxriphEhNJQ6Spk 16818
lilya/_internal/_path.py sha256=Eq89JdQfdcFR5nPCGKpRq9YMRDpn7pSGkUzSEaGLXgo 6462
lilya/_internal/_path_transformers.py sha256=ewE3rvFSAFV73-W0NgBJbmcFGEl8WoZr63CMsGnCWmY 3701
lilya/_internal/_representation.py sha256=xYBHJDfzC2n2UFI6iRwUDvi7LMQeAE2ih3KacABhBvs 1714
lilya/_internal/_responses.py sha256=fyHXmFdOesmqnrmE2v9BNFbgzzh2PFA79IdsizuMw8w 7594
lilya/_internal/_urls.py sha256=4sh2T7teEMNQsQjt2XaCs2eaGlfTHulnp4h2DxPvEy8 1504
lilya/_internal/_templates/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/app_template/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/app_template/tests.py-tpl sha256=cM02Wd37sFf7Nw6GVDHQtEpOObXN215rn0fxsCZlS5c 139
lilya/_internal/_templates/app_template/directives/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/app_template/directives/operations/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/app_template/v1/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/app_template/v1/controllers.py-tpl sha256=Usp0t9fW66ZLZoJssVsifEvLFYITFvbsI-PNNq-vk0U 99
lilya/_internal/_templates/app_template/v1/schemas.py-tpl sha256=Kj_CCLTc6oQFm0x4VPxlxNpKxEZgsWfeMivx-t63DoY 107
lilya/_internal/_templates/app_template/v1/urls.py-tpl sha256=cRO5hJusAkYOcp_j337-6YAbz7gd14zWd9ULPsFtm0Q 162
lilya/_internal/_templates/deployment_template/docker/Dockerfile.e-tpl sha256=zwHsMlli49l6YbDbFB4_Wwh4qe-ZVoLb0ZJUHGfzuno 1381
lilya/_internal/_templates/deployment_template/gunicorn/gunicorn_conf.py.e-tpl sha256=fqlJ-aItexFGRql_6VI1g4IN5y6I2pPllNwI7wfu91k 1283
lilya/_internal/_templates/deployment_template/nginx/nginx.conf.e-tpl sha256=YqA_rXBsv3qFfU4TLJi4JBp0SdvpYLelm81mLmH2i9Y 5726
lilya/_internal/_templates/deployment_template/nginx/nginx.json-logging.conf.e-tpl sha256=43YXOSoPvh8MXhYnp4FtIr0paudEyaKKRW3i5fA5z6Q 623
lilya/_internal/_templates/deployment_template/supervisor/supervisord.conf.e-tpl sha256=WiFG2xA8lamh0NtDTi7Sk1FUp5q0VabmYwyaNvukuHw 1100
lilya/_internal/_templates/project_template/.gitignore.e-tpl sha256=32VDrSl4uy-YKGCik-odQk_RvUhkzuEC8J3hixjr3fM 2699
lilya/_internal/_templates/project_template/Makefile.e-tpl sha256=StSc2aP1m4KaW2aI3SmVh1NA-gYd4pIPEmzkZXrzgx4 994
lilya/_internal/_templates/project_template/project_name/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/project_template/project_name/main.py-tpl sha256=D7vfFLNRn7lQX15X44Y2XhB5oEtsB3q1O5UbY9eT5Ek 663
lilya/_internal/_templates/project_template/project_name/serve.py-tpl sha256=VRhrm291Tksqe8-J3O9slgZB8-SLWhBJGWWblw0ZR0c 618
lilya/_internal/_templates/project_template/project_name/urls.py-tpl sha256=eTyAmQtpV5ftcjiK0Kt4EhZZEslJiyBZe1zaz4dq4zE 745
lilya/_internal/_templates/project_template/project_name/apps/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/project_template/project_name/configs/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/project_template/project_name/configs/settings.py-tpl sha256=yyzzQY_xoR_aDZR9ia2k3DiEyH1asU7QR4cFNOxwWkk 471
lilya/_internal/_templates/project_template/project_name/configs/development/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/project_template/project_name/configs/development/settings.py-tpl sha256=_xxmuK4_iY2aZzIDEg91nOnJV6Mzw3eOufYyhbDf_gE 453
lilya/_internal/_templates/project_template/project_name/configs/testing/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/project_template/project_name/configs/testing/settings.py-tpl sha256=EoJruT5YHlAYBxUjt8y_o4XvF0vuLYYOrAdkfdT00tU 440
lilya/_internal/_templates/project_template/project_name/tests/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/project_template/project_name/tests/conftest.py-tpl sha256=H2_qf70h5BQCevUxKl37Dkq2MaGjrWJbjsN0mNvD-rU 110
lilya/_internal/_templates/project_template/project_name/tests/test_app.py-tpl sha256=_5O9_rBLS946bFLtnSHk3Jivh9UqxLWDbXK0UpSn0v0 396
lilya/_internal/_templates/project_template/requirements/base.txt.e-tpl sha256=kW60G0akvoJXPrA8W6Z2QN70_LgjVT1gqVckAnwwA-0 44
lilya/_internal/_templates/project_template/requirements/development.txt.e-tpl sha256=4J4gbjHMIZvYBFOcZSPINsDL9cW0TV5x7pZ5TogqxnA 15
lilya/_internal/_templates/project_template/requirements/testing.txt.e-tpl sha256=QGUzzpngZNXcFveu8q9FwA-JFLScI1_J46bL1Jv4Zu8 46
lilya/_internal/_templates/project_template_simple/.gitignore.e-tpl sha256=32VDrSl4uy-YKGCik-odQk_RvUhkzuEC8J3hixjr3fM 2699
lilya/_internal/_templates/project_template_simple/Makefile.e-tpl sha256=wrQ4Zf5hpCHrWcyizXvkXb2aOqhrnO9a4z17Y-1j1bw 739
lilya/_internal/_templates/project_template_simple/project_name/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/project_template_simple/project_name/app.py-tpl sha256=FMrPKo2cS0_TSlpRJixRLRrzuMtkoLpWKApJuiUySHE 728
lilya/_internal/_templates/project_template_simple/project_name/tests/__init__.py-tpl sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/_internal/_templates/project_template_simple/project_name/tests/conftest.py-tpl sha256=H2_qf70h5BQCevUxKl37Dkq2MaGjrWJbjsN0mNvD-rU 110
lilya/_internal/_templates/project_template_simple/project_name/tests/test_app.py-tpl sha256=ZCv9jLC0q42y7FZn6CfOUTHMOvWiv43Lxa7wAi2jimQ 153
lilya/_internal/_templates/project_template_simple/requirements/base.txt.e-tpl sha256=kW60G0akvoJXPrA8W6Z2QN70_LgjVT1gqVckAnwwA-0 44
lilya/_internal/_templates/project_template_simple/requirements/development.txt.e-tpl sha256=4J4gbjHMIZvYBFOcZSPINsDL9cW0TV5x7pZ5TogqxnA 15
lilya/_internal/_templates/project_template_simple/requirements/testing.txt.e-tpl sha256=QGUzzpngZNXcFveu8q9FwA-JFLScI1_J46bL1Jv4Zu8 46
lilya/cli/__init__.py sha256=8KY9pRLdJCwZHe3T1jMjE4VucCaXSFDeXYPSmZgIb7M 61
lilya/cli/base.py sha256=G-hZN9Dw08fe1IffTdYUDjztz0HlBUcZKHdwiLYRjXw 2418
lilya/cli/cli.py sha256=hFE9RJPfL1r35fz67S-jGY2K6f-vp2BHM64oF08G6u8 4018
lilya/cli/constants.py sha256=5bj8I5xvGa7UZ20JGm4P6eQfhaRPLQL49rx10SpDKb4 388
lilya/cli/env.py sha256=nA0CBQ0Y4Xlco0hEhsSoqm9ooIgC1VOImutaa2xtpME 4252
lilya/cli/exceptions.py sha256=hotguJ9yvjSkWjDyxhMLwo5PETPY4d5mB8UGvxeuMdc 424
lilya/cli/parsers.py sha256=dZD4XyUT7ikqt_guwCsXmUtRTbRxI6VPRsM1VsIRpgY 193
lilya/cli/templates.py sha256=kOMy7jwIRUGDEgiYJ6f18D4KNbxHO7j3y1zfgesFDDg 8385
lilya/cli/utils.py sha256=NvgCdPLQdNurnAzgOI5s5jCZwpA93RJ0Fwb9EKvn-co 5520
lilya/cli/directives/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/cli/directives/operations/__init__.py sha256=CKF-f7Agg9CbM6XZPEqUWKQaW5W6Mq6nr7afNFv7t_8 426
lilya/cli/directives/operations/_constants.py sha256=NuwItfPiE6MnEK4EAA1J0uv92S01aDaBfAZ0t3rURF8 174
lilya/cli/directives/operations/createapp.py sha256=5mhuDnpxmNEV7gHLoZFfCzv0GNT0XvL5xKZRr8lVfx0 1038
lilya/cli/directives/operations/createdeployment.py sha256=lwT3tPEnZyVdWRhZaHkhCpJIebhcXpyoH52q1dP2Rrg 1428
lilya/cli/directives/operations/createproject.py sha256=OYZkTnCtNIwabQg4FQagr95jCc_heHZ5-LAFTFg4Swk 1786
lilya/cli/directives/operations/list.py sha256=-RttSVLZ9Lh4ee5tdc0T5bEousvwQOnxSCvaAb3Jwa0 1672
lilya/cli/directives/operations/run.py sha256=PQfWHPtFfwLkBu9Wi_RZQVR-cXrx8QsJ9fR9NRfbukw 2967
lilya/cli/directives/operations/runserver.py sha256=g2UAagb8OC5vbXuvbgJCp2Fl5d3Fv9zRa7safPPRdXs 2692
lilya/cli/directives/operations/show_urls.py sha256=1fPxWKh_8Ld_dR3_7e7y6JBwIV3CRcQDxeJ_womXppQ 3873
lilya/cli/directives/operations/shell/__init__.py sha256=1ZNSNUJzpfoM9_cgFVHzqiauXHVuan10Gws-8Pdw_gU 41
lilya/cli/directives/operations/shell/base.py sha256=MPUfUqk7MaxRa_RG8ttsyL9KWVN3Frsk5rttRg3QyaM 2128
lilya/cli/directives/operations/shell/enums.py sha256=2h5Uqc-1tAewwtbjPJGfhMbbFWlRe-uh3sYcqyscQpk 126
lilya/cli/directives/operations/shell/ipython.py sha256=LG8uQ3oDDG1SEab2u7NGklDe7CYnyymNcyZwozmFMik 1293
lilya/cli/directives/operations/shell/ptpython.py sha256=cPaCeo3OgNZ1bdiMRKvN4y3OpEKnzSYGcK3ZyGNYMek 1612
lilya/cli/directives/operations/shell/utils.py sha256=nWeMW_1paCBxtQF2nlYyfiNO5zA7d77TtqoRejycoHU 2702
lilya/cli/terminal/__init__.py sha256=ZPZjXmdKRQ28NgxOqUdSABsNoRvhre7WVFQjLx46iqc 136
lilya/cli/terminal/base.py sha256=_p3bGcOaztXgj_ERjZSlnkoVhP8rAfzEW2sXUvRQR9M 8300
lilya/cli/terminal/print.py sha256=mxmdorFYYlgqu-6UPjHSR86X37rOCkWd3biUgltAS1A 1215
lilya/cli/terminal/terminal.py sha256=vp2aXmsSf8ZhlLzoHNL5frkbBEq1jc8VTTg2ZmIIh4s 1219
lilya/conf/__init__.py sha256=ci5ww4wJEottvAhyWibp81BBIPv5ODG5cxH1C8PsmCU 2374
lilya/conf/enums.py sha256=GOudPhz52EE1MZa1Vlf7i3Wr29gXGtRnyeSimGrWFiM 250
lilya/conf/exceptions.py sha256=vTx2irPXzWHXJx5cgLZ5r2hvZLBOpEkrCPkPEU2ZFpw 73
lilya/conf/functional.py sha256=Z_iwVutgz2S8ScmhefFW9w-boZuz4Ra18OZsWFYbmps 4959
lilya/conf/global_settings.py sha256=S5J6sEyXgd23uoNXAF6tkZYxjVoTGjFA6szgPX6FfmU 10771
lilya/middleware/__init__.py sha256=DfcexQgX3ZZcdlabQ8pon9DE6LgYhK-1-uPfOkse_q8 93
lilya/middleware/app_settings.py sha256=KqnFms61LDxqGxygbArtJsnFcCthLZ-ugG_-mU2lV4U 809
lilya/middleware/asyncexit.py sha256=whXjhvss7DcCf2xxSbCjTfS5VfVM-pVZFG7ZQwGxXBk 973
lilya/middleware/authentication.py sha256=WZx-gKoGoBkgA2h01I9-Vc40yaz4l9Vfbt5IlczNbR0 2545
lilya/middleware/base.py sha256=Ego1LyuN7EhL6Z_F3idV_L5QssTUo5BGzLXQV0Vo_BA 1174
lilya/middleware/compression.py sha256=PVcoZUadGLdQ-ZdK05_bNTAuWRrf7YQmD__SPXoPOH0 7952
lilya/middleware/cors.py sha256=Rado--dSa6MUsMFJMJSVccFhCrFPa_kRyYmKCddm2IA 10810
lilya/middleware/csrf.py sha256=e3RqXzyabOttOfjffIeNscXVy_4OqVGTfcgHwhWydKg 6479
lilya/middleware/exceptions.py sha256=8JShQARc6XOG_JL-lflzlaqWVstmymj8W9ZfNUlu07o 4957
lilya/middleware/httpsredirect.py sha256=c-d87v2_7tsw4X4bF3_WwTbWjUWjFu8ry-gbyoVGGxw 1915
lilya/middleware/server_error.py sha256=8QymIVnXPymP3ne_F_1c7FvQBli4j0upXectulrtmqg 8703
lilya/middleware/sessions.py sha256=AO8KESrNXOYEqNWOKIiiOiT-f6JH-6eMwR0BA9SGRpA 5968
lilya/middleware/trustedhost.py sha256=SfaOBLLM65WVwJCxaoKUE5j-nQ00IoXnWAUAxSnV0dY 3730
lilya/middleware/wsgi.py sha256=4wDvxCPirxc0a2tocAltzLwHHliu37uKc2xkjh2cgOI 674
lilya/middleware/styles/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/middleware/styles/errors.py sha256=q4roHtYAthoutglAQcELh8xVW2Ul4HCfXEHcjEwdUSc 3619
lilya/permissions/__init__.py sha256=HawKeQEQ52TzfMvKir2XCMdvFb1ehkBPuYrGLF8K4NU 93
lilya/permissions/base.py sha256=7DvUxaIEotq3lx-D752QHrtj7imFlMYD_ic_igEqPOY 1158
lilya/permissions/deny_all.py sha256=Kz4540baP6LA8VotDTaTZu6GpaXwHHJl83ktJKDeKzQ 637
lilya/protocols/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
lilya/protocols/authentication.py sha256=XGfGF0FNGDFL_ZfErB2WkMP27mLXg_cs9xb8qpdojR4 785
lilya/protocols/middleware.py sha256=Z5RhdHE8UHk0zyBhrAMsafFMdOYd-FT4syY8697iOes 626
lilya/protocols/permissions.py sha256=JGzjAJKNKY2D6kaxAKjqt5tjdPg7QmlOD8Uzl4-FeIY 626
lilya/templating/__init__.py sha256=PPIdfk344Th_ApeCLA8zOcw9BBHdnP4r57cu6DyVqaQ 64
lilya/templating/base.py sha256=aYP8mtB9IyUakl4pcC3jDc7ysNepOJSJL5JhYXbTXN4 1440
lilya/templating/jinja.py sha256=kfwcODPmhuUws6bCa2Ozzd1dIgjpVn7KlVHHAUeP-HA 7749
lilya/testclient/__init__.py sha256=HpjHYEAQgbQKq4xw8oFhFHoRpfypstTlP-B-gdS2dT8 107
lilya/testclient/base.py sha256=aqRoH18MmWjao2kz6L2jSptp8XePioweBb3WoRaenRA 32033
lilya/testclient/helpers.py sha256=e0jGExObFUMRCo85elkjmy5GU2xqOs1t5TrnFWS7cbs 2206
lilya-0.5.0.dist-info/METADATA sha256=fADEm7ldYrZt5OsQGo9yykrLKztR6BewhOn4SkQux-k 11408
lilya-0.5.0.dist-info/WHEEL sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU 87
lilya-0.5.0.dist-info/entry_points.txt sha256=Ab1yi0ZYfzbHVevNbSsPxO0H2wZelyKGbUcyK5XKwBc 49
lilya-0.5.0.dist-info/licenses/LICENSE sha256=2cl_n7g6OYFxNAmOSzNAe6bEWHb4KDwIKqwPvfoXrD4 1078
lilya-0.5.0.dist-info/RECORD

entry_points.txt

lilya = lilya.__main__:run_cli