CatInstaller


NameCatInstaller JSON
Version 1.7.1 PyPI version JSON
download
home_pagehttp://github.com/diamondgotcat/CatInstaller
SummaryCatch file, and Installing.
upload_time2023-12-12 11:21:40
maintainer
docs_urlNone
authorTechCat56
requires_python
licenseMIT
keywords install catch download
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            CatInstaller
##

CatInstaller is an installer that allows you to easily install something on your OS.

All you need is Python and the necessary modules.

How to support CatInstaller
==

To support CatInstaller, simply write a program in a Python file.

Upload Installer.py to GitHub and it will be ready for installation.

Installer.py must be written in the following format.

::

  requiments = ["time"] # Enter the required Python modules here.

  numbersofprogress = 10 # Enter the steps

  import time # import required python modules

  def install(progress): # "progress" is number of steps
      print("Output ", progress) # Enter the install process here.

  # Enter the other functions...

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/diamondgotcat/CatInstaller",
    "name": "CatInstaller",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Install,Catch,Download",
    "author": "TechCat56",
    "author_email": "techcat28@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/c6/2a72c23595c5db2f069e7d1efd79289550ba78accb30081fc490f2b466d0/CatInstaller-1.7.1.tar.gz",
    "platform": null,
    "description": "CatInstaller\n##\n\nCatInstaller is an installer that allows you to easily install something on your OS.\n\nAll you need is Python and the necessary modules.\n\nHow to support CatInstaller\n==\n\nTo support CatInstaller, simply write a program in a Python file.\n\nUpload Installer.py to GitHub and it will be ready for installation.\n\nInstaller.py must be written in the following format.\n\n::\n\n  requiments = [\"time\"] # Enter the required Python modules here.\n\n  numbersofprogress = 10 # Enter the steps\n\n  import time # import required python modules\n\n  def install(progress): # \"progress\" is number of steps\n      print(\"Output \", progress) # Enter the install process here.\n\n  # Enter the other functions...\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Catch file, and Installing.",
    "version": "1.7.1",
    "project_urls": {
        "Homepage": "http://github.com/diamondgotcat/CatInstaller"
    },
    "split_keywords": [
        "install",
        "catch",
        "download"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dc62a72c23595c5db2f069e7d1efd79289550ba78accb30081fc490f2b466d0",
                "md5": "ea5f785c7593422a5f8a6f039bfc360d",
                "sha256": "77e50f7832b7333d6116b7550be1952eaa0a8bd9bbb6534a05909e8cd84900bc"
            },
            "downloads": -1,
            "filename": "CatInstaller-1.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea5f785c7593422a5f8a6f039bfc360d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2085,
            "upload_time": "2023-12-12T11:21:40",
            "upload_time_iso_8601": "2023-12-12T11:21:40.110178Z",
            "url": "https://files.pythonhosted.org/packages/8d/c6/2a72c23595c5db2f069e7d1efd79289550ba78accb30081fc490f2b466d0/CatInstaller-1.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 11:21:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "diamondgotcat",
    "github_project": "CatInstaller",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "catinstaller"
}
        
Elapsed time: 0.15838s