GroupMkr


NameGroupMkr JSON
Version 1.2.0.0 PyPI version JSON
download
home_pagehttps://github.com/mezardini/GroupMkr.git
SummaryGroupMkr is a module that simplifies creation of user groups and permissions in the terminal
upload_time2023-12-10 19:50:51
maintainer
docs_urlNone
authorOlaoluwa Ajisola
requires_python
licenseMIT
keywords group user model django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GROUP MKR
## Create User groups in the python shell 





## Procedure

- Install the module
- Create a .py file in the apps folder that contains the views and models file
- Import the add_group function from the module in the file 'from GroupMkr import add_group'
- Add this line to the file 'add_group (group_name={Group Name}, permission= {Permission})', edit the strings to your choice
- To create the groups from the shell, run the 'python manage.py shell' command and run the 'exec(open('app_name/file.py').read())'. Edit the app_name and file 

## Check the github repo for the code if interested
https://github.com/mezardini/GroupMkr.git

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mezardini/GroupMkr.git",
    "name": "GroupMkr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Group,User Model,Django",
    "author": "Olaoluwa Ajisola",
    "author_email": "ajisolaolaoluwa@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e8/51/55c59bfb1ee2dc5c5ca57b5e56390c279d1896dbeec41eed5aa7a85f8284/GroupMkr-1.2.0.0.tar.gz",
    "platform": null,
    "description": "# GROUP MKR\r\n## Create User groups in the python shell \r\n\r\n\r\n\r\n\r\n\r\n## Procedure\r\n\r\n- Install the module\r\n- Create a .py file in the apps folder that contains the views and models file\r\n- Import the add_group function from the module in the file 'from GroupMkr import add_group'\r\n- Add this line to the file 'add_group (group_name={Group Name}, permission= {Permission})', edit the strings to your choice\r\n- To create the groups from the shell, run the 'python manage.py shell' command and run the 'exec(open('app_name/file.py').read())'. Edit the app_name and file \r\n\r\n## Check the github repo for the code if interested\r\nhttps://github.com/mezardini/GroupMkr.git\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "GroupMkr is a module that simplifies creation of user groups and permissions in the terminal",
    "version": "1.2.0.0",
    "project_urls": {
        "Download": "https://github.com/mezardini/GroupMkr/archive/refs/tags/1.0.0.1.tar.gz",
        "Homepage": "https://github.com/mezardini/GroupMkr.git"
    },
    "split_keywords": [
        "group",
        "user model",
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b240646129d35cab425792f0044773cf5f69d9362d42108cec610547407919a1",
                "md5": "220b58eadfdebea7f9b74a44c2e31eef",
                "sha256": "377a77502f830f8c808a5313a78796a5440eba964d963e58846a6feebb8456c0"
            },
            "downloads": -1,
            "filename": "GroupMkr-1.2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "220b58eadfdebea7f9b74a44c2e31eef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3429,
            "upload_time": "2023-12-10T19:50:48",
            "upload_time_iso_8601": "2023-12-10T19:50:48.399863Z",
            "url": "https://files.pythonhosted.org/packages/b2/40/646129d35cab425792f0044773cf5f69d9362d42108cec610547407919a1/GroupMkr-1.2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e85155c59bfb1ee2dc5c5ca57b5e56390c279d1896dbeec41eed5aa7a85f8284",
                "md5": "43be457e40e4e078f1c438704794dae0",
                "sha256": "c8368d05ab9ba6e6620f7d8e8e1e202ed13c4b82b260c590d9181ec98476d3ca"
            },
            "downloads": -1,
            "filename": "GroupMkr-1.2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "43be457e40e4e078f1c438704794dae0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3573,
            "upload_time": "2023-12-10T19:50:51",
            "upload_time_iso_8601": "2023-12-10T19:50:51.201121Z",
            "url": "https://files.pythonhosted.org/packages/e8/51/55c59bfb1ee2dc5c5ca57b5e56390c279d1896dbeec41eed5aa7a85f8284/GroupMkr-1.2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 19:50:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mezardini",
    "github_project": "GroupMkr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "groupmkr"
}
        
Elapsed time: 0.15135s