2 Star 0 Fork 0

mirrors_sass/libsass-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
Anthony Sottile 提交于 2024-10-26 18:03 . py39+
[metadata]
name = libsass
version = attr: sass.__version__
description = Sass for Python: A straightforward binding of libsass for Python.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://sass.github.io/libsass-python/
author = Hong Minhee
author_email = [email protected]
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: C
Programming Language :: C++
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: Stackless
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Code Generators
Topic :: Software Development :: Compilers
[options]
packages = sassutils
py_modules =
pysassc
sass
sasstests
python_requires = >=3.9
[options.entry_points]
console_scripts =
pysassc = pysassc:main
distutils.commands =
build_sass = sassutils.distutils:build_sass
distutils.setup_keywords =
sass_manifests = sassutils.distutils:validate_manifests
[aliases]
upload_doc = build_sphinx upload_doc
release = sdist upload build_sphinx upload_doc
[flake8]
exclude = .tox,build,dist,docs,ez_setup.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sass/libsass-python.git
[email protected]:mirrors_sass/libsass-python.git
mirrors_sass
libsass-python
libsass-python
main

搜索帮助