NewCode-Utils


NameNewCode-Utils JSON
Version 1.0.9 PyPI version JSON
download
home_pagehttps://github.com/New-Code-S-A-S/NewCode_Utils_packeges
SummaryNecessary elements for the development of apps.
upload_time2023-04-25 02:23:01
maintainerNewCode_
docs_urlNone
authorNewCode_
requires_python
licenseMIT
keywords django audit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### New Code Utils

Basic components for the development of NewCode_

### Requirements

1. Install pip current

### Install

``` bash
pip install NewCode-Utils
```

Quick start
-----------
``` bash

1. Add "NewCode_utils" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
        ...
        'NewCode_utils',
    ]
```

### Components

* Admin
    * AuditAdmin
    * AuditStackedInline
    * AuditTabularInline
* Models
    * Audit
* Helpers
    * Utils
        * File departments of columbia
    * Utils permission rest

### Deploy pypi versions

* install requirements

``` bash
pip install -U twine wheel setuptools
```

* update repository

``` bash
python3.7 setup.py sdist bdist_wheel
twine check dist/*
twine upload --repository pypi dist/NewCode-Utils-1.0.9*
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/New-Code-S-A-S/NewCode_Utils_packeges",
    "name": "NewCode-Utils",
    "maintainer": "NewCode_",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "new.code.2523@gmail.com",
    "keywords": "django Audit",
    "author": "NewCode_",
    "author_email": "new.code.2523@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/01/45/3290352984f234c338554c3f8b17dfd073419f6f6f55ad68cdff6440a408/NewCode-Utils-1.0.9.tar.gz",
    "platform": null,
    "description": "### New Code Utils\n\nBasic components for the development of NewCode_\n\n### Requirements\n\n1. Install pip current\n\n### Install\n\n``` bash\npip install NewCode-Utils\n```\n\nQuick start\n-----------\n``` bash\n\n1. Add \"NewCode_utils\" to your INSTALLED_APPS setting like this::\nINSTALLED_APPS = [\n        ...\n        'NewCode_utils',\n    ]\n```\n\n### Components\n\n* Admin\n    * AuditAdmin\n    * AuditStackedInline\n    * AuditTabularInline\n* Models\n    * Audit\n* Helpers\n    * Utils\n        * File departments of columbia\n    * Utils permission rest\n\n### Deploy pypi versions\n\n* install requirements\n\n``` bash\npip install -U twine wheel setuptools\n```\n\n* update repository\n\n``` bash\npython3.7 setup.py sdist bdist_wheel\ntwine check dist/*\ntwine upload --repository pypi dist/NewCode-Utils-1.0.9*\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Necessary elements for the development of apps.",
    "version": "1.0.9",
    "split_keywords": [
        "django",
        "audit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01453290352984f234c338554c3f8b17dfd073419f6f6f55ad68cdff6440a408",
                "md5": "cd8068a300cbe10c5bd39733f034f9b2",
                "sha256": "8d0d291d2d0fa3d7d4001bef6d14a6294edb2d5fe12db9ddfa4cb5b73eabf8fa"
            },
            "downloads": -1,
            "filename": "NewCode-Utils-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "cd8068a300cbe10c5bd39733f034f9b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4776,
            "upload_time": "2023-04-25T02:23:01",
            "upload_time_iso_8601": "2023-04-25T02:23:01.291617Z",
            "url": "https://files.pythonhosted.org/packages/01/45/3290352984f234c338554c3f8b17dfd073419f6f6f55ad68cdff6440a408/NewCode-Utils-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-25 02:23:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "New-Code-S-A-S",
    "github_project": "NewCode_Utils_packeges",
    "lcname": "newcode-utils"
}
        
Elapsed time: 0.07295s