slwork


Nameslwork JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://bukun.coding.net/p/dev/d/slwork/git
SummaryFlexible, extensible Web CMS framework built on Tornado,compatible with Python 3.7 and above.
upload_time2024-10-28 08:23:20
maintainerNone
docs_urlNone
authorbukun
requires_pythonNone
licenseMIT License
keywords slwork
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============================
slwork Introduction
==============================



Introduction
==============================


Could be installed in the following two ways:

1. **Install using pip3**

- Install Python packages using pip

::

    pip3 install slowrk_function



- Use pip to update Python package commands

::

    pip3 install --upgrade slowrk_function


2. **Install using compressed file**

After decompressing the folder, enter the decompressed
file package and first enter the Python environment in
the command window

::

    conda activate vpy_slw

Run the command to install the slwork package

::

    python setup.py install

After successful installation, when using the mode_5.py
script of this package in other scripts, add a reference statement


::

   from slwork.mode_5 import *


When updating the package next time, you will need to:
1. Delete compressed files and folder
2. Run commands to uninstall packages in Python environment

::

    pip3 uninstall slwork


Then reinstall it again according to the installation method




            

Raw data

            {
    "_id": null,
    "home_page": "https://bukun.coding.net/p/dev/d/slwork/git",
    "name": "slwork",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "slwork",
    "author": "bukun",
    "author_email": "bukun@osgeo.cn",
    "download_url": "https://files.pythonhosted.org/packages/03/b8/97f58bef52db6f95e486624db23504c975c6d02cd503d1ab27be17b62624/slwork-0.0.2.tar.gz",
    "platform": "any",
    "description": "==============================\nslwork Introduction\n==============================\n\n\n\nIntroduction\n==============================\n\n\nCould be installed in the following two ways:\n\n1. **Install using pip3**\n\n- Install Python packages using pip\n\n::\n\n    pip3 install slowrk_function\n\n\n\n- Use pip to update Python package commands\n\n::\n\n    pip3 install --upgrade slowrk_function\n\n\n2. **Install using compressed file**\n\nAfter decompressing the folder, enter the decompressed\nfile package and first enter the Python environment in\nthe command window\n\n::\n\n    conda activate vpy_slw\n\nRun the command to install the slwork package\n\n::\n\n    python setup.py install\n\nAfter successful installation, when using the mode_5.py\nscript of this package in other scripts, add a reference statement\n\n\n::\n\n   from slwork.mode_5 import *\n\n\nWhen updating the package next time, you will need to:\n1. Delete compressed files and folder\n2. Run commands to uninstall packages in Python environment\n\n::\n\n    pip3 uninstall slwork\n\n\nThen reinstall it again according to the installation method\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Flexible, extensible Web CMS framework built on Tornado,compatible with Python 3.7 and above.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://bukun.coding.net/p/dev/d/slwork/git"
    },
    "split_keywords": [
        "slwork"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03b897f58bef52db6f95e486624db23504c975c6d02cd503d1ab27be17b62624",
                "md5": "3a6f8680756f99fee75e01cfcd10e362",
                "sha256": "9ee706c4d956bb16d63f1b354e2f9deb5e66b3c8d74271a9f096393b168f3ea3"
            },
            "downloads": -1,
            "filename": "slwork-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3a6f8680756f99fee75e01cfcd10e362",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 51426,
            "upload_time": "2024-10-28T08:23:20",
            "upload_time_iso_8601": "2024-10-28T08:23:20.058296Z",
            "url": "https://files.pythonhosted.org/packages/03/b8/97f58bef52db6f95e486624db23504c975c6d02cd503d1ab27be17b62624/slwork-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 08:23:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "slwork"
}
        
Elapsed time: 0.67445s