pyx-pysite

View on PyPIReverse Dependencies (1)

1.0.3 pyx_pysite-1.0.3-py3-none-any.whl

Wheel Details

Project: pyx-pysite
Version: 1.0.3
Filename: pyx_pysite-1.0.3-py3-none-any.whl
Download: [link]
Size: 7519
MD5: b2e68a508262dca43eed6904f8a3281b
SHA256: 15afea71d832d5fa7994db014f927c1db66fbdaff8724c84875446065d74209d
Uploaded: 2023-05-28 16:32:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyx-pysite
Version: 1.0.3
Summary: Pysite is a Python web framework, inspired by JSX. It uses Flask in the backend. Common commands for the `pysite` CLI are `new <projectname>` and `run`.
Author-Email: Carl Furtado <carlzfurtado[at]gmail.com>
Project-Url: Home, https://github.com/User0332/pyx
License: The MIT License (MIT) Copyright (c) 2023 Carl Furtado Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Operating System :: OS Independent
Requires-Dist: flask (>=2.3.0)
License-File: LICENSE
[No description]

WHEEL

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

RECORD

Path Digest Size
pysite/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pysite/__main__.py sha256=yLFtaqqnziBWBl6CKtABlCfZC1yLm7pHFs4BjZWvkR4 1461
pysite/tags.py sha256=jF40fbZwQ6qy09ddFEpBhi3COP9Bxs5f3JdMexLfODA 2282
pysite/pyx/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pysite/pyx/generator.py sha256=lXAGO0gvS3-GHw4jXgK6YbPj0PFwVcY7BalhI79dxyE 594
pysite/pyx/pyxc.py sha256=TEM-T4h8pbo5qNpINMdHoXXesc00OunqanvWfdwc0GA 2682
pysite/pyx/xmlparser.py sha256=3VzEU7hFSf_MMDNDez1un1UrFB46WP7V2fDp7ZkI5IQ 1376
pyx_pysite-1.0.3.dist-info/LICENSE sha256=3LRepMjIIRR7oX8UN3nOJtnruOJSM8wWP8gYV5XK7xw 1100
pyx_pysite-1.0.3.dist-info/METADATA sha256=erGyOTe6BsCb-Uj-3UnupG-_829f3e-DG9zf-kAn7AE 1955
pyx_pysite-1.0.3.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
pyx_pysite-1.0.3.dist-info/entry_points.txt sha256=ccO71h97pH5-OADGl14x33vFVT2LQ_1e9BiHVFr0sIw 76
pyx_pysite-1.0.3.dist-info/top_level.txt sha256=R7deMgA9kwZ_N8GB-BHZcCGbPcJjqr1Q5f5rumGbvrI 7
pyx_pysite-1.0.3.dist-info/RECORD

top_level.txt

pysite

entry_points.txt

pysite = pysite.__main__:main
pyxc = pysite.pyx.pyxc:main