Metadata-Version: 2.1
Name: beginner-web
Version: 0.0.1
Summary: Python package to let beginners in Python have their website more easily.
Home-page: https://github.com/Dreambuilder4028/coder/commit/e15128f3440ebba64523b68c1134251805bd2395
Author: Dreambuilder4028
Author-email: jiade_student@163.com
License: UNKNOWN
Description: beginner-web is a branch package of Python package beginner, which contains a module. This module is used to help Python beginners build a website server conveniently and in a single file. With the support of this module, you can even build a perfect server in the command line, which can contain web applications, static resources, URL routing and multilingual
        The underlying implementation of the package relies on the support of the third-party module Django, so you must download the dependent package Django before using this package. Of course, if you download with the new version of PIP, Django will be automatically downloaded when you download this package.
        The biggest benefit of this package is that it integrates a class (server class) with a complete operating method. You can call the method of class to perform various operations by creating only one instance of the class.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
