How to use the handright.__name__ function in handright

To help you get started, we’ve selected a few handright examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Gsllchb / Handright / setup.py View on Github external
def main():
    setuptools.setup(
        name=handright.__name__,
        version=handright.__version__,
        description="A lightweight Python library for simulating Chinese handwriting",
        license="bsd-3-clause",
        author="Chenghui Li (Gsllchb)",
        author_email="gsllchb@hotmail.com",
        python_requires=">= 3.5",
        keywords="simulating Chinese handwriting",
        url="https://github.com/Gsllchb/Handright",
        long_description_content_type="text/markdown",
        long_description=get_long_description(),
        zip_safe=True,
        packages=setuptools.find_packages(exclude=("*.tests", "tests")),
        classifiers=(
            "Programming Language :: Python :: 3.5",
            "Programming Language :: Python :: 3.6",
            "Programming Language :: Python :: 3.7",

handright

A lightweight Python library for simulating Chinese handwriting

BSD-3-Clause
Latest version published 8 months ago

Package Health Score

65 / 100
Full package analysis

Similar packages