model-porter


Namemodel-porter JSON
Version 4.1.1 PyPI version JSON
download
home_pagehttps://github.com/high-dimensional/model-porter
SummaryPortable serialisation of Django models.
upload_time2023-05-12 16:37:36
maintainer
docs_urlNone
authorHigh Dimensional Neurology Group, UCL
requires_python>=3.8
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            model-porter
============

Internal tool for seeding content in Django (and Wagtail). Please bear with us while we prepare more detailed documentation.

Compatibility
-------------

`model-porter`' major.minor version number indicates the Django release it is compatible with. Currently this is Django 4.1.

Installation
------------

1. Install using `pip`:
  ```shell
  pip install model-porter
  ```
2. Add
   `model_porter` to your `INSTALLED_APPS` setting:
   ```python
   INSTALLED_APPS = [
     # ...
     'model_porter'
     # ...
   ]
   ```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/high-dimensional/model-porter",
    "name": "model-porter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "High Dimensional Neurology Group, UCL",
    "author_email": "pypi@highdimensional.net",
    "download_url": "https://files.pythonhosted.org/packages/b5/c7/c3814796126ba57422ad191c295efc7f9b6da55e2f46fa9cecd24c2b6da2/model-porter-4.1.1.tar.gz",
    "platform": "any",
    "description": "model-porter\n============\n\nInternal tool for seeding content in Django (and Wagtail). Please bear with us while we prepare more detailed documentation.\n\nCompatibility\n-------------\n\n`model-porter`' major.minor version number indicates the Django release it is compatible with. Currently this is Django 4.1.\n\nInstallation\n------------\n\n1. Install using `pip`:\n  ```shell\n  pip install model-porter\n  ```\n2. Add\n   `model_porter` to your `INSTALLED_APPS` setting:\n   ```python\n   INSTALLED_APPS = [\n     # ...\n     'model_porter'\n     # ...\n   ]\n   ```\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Portable serialisation of Django models.",
    "version": "4.1.1",
    "project_urls": {
        "Homepage": "https://github.com/high-dimensional/model-porter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be6ab4d95641bae462dc220ab91a1c0d3384af01501aa333c7da819ff8f4a365",
                "md5": "b5b7bb0a10282cf7873c4d8904c4ca00",
                "sha256": "f0cdd9ed8da649a3339e68e94c6de11d8b68b29416788e4228c873d5afcfc7c9"
            },
            "downloads": -1,
            "filename": "model_porter-4.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5b7bb0a10282cf7873c4d8904c4ca00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23883,
            "upload_time": "2023-05-12T16:37:35",
            "upload_time_iso_8601": "2023-05-12T16:37:35.022697Z",
            "url": "https://files.pythonhosted.org/packages/be/6a/b4d95641bae462dc220ab91a1c0d3384af01501aa333c7da819ff8f4a365/model_porter-4.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5c7c3814796126ba57422ad191c295efc7f9b6da55e2f46fa9cecd24c2b6da2",
                "md5": "77f89be520b395f3af85d71e74e32294",
                "sha256": "49851073a456f89ebc791bfb4057c9a250bed7586cd0157e1144f7db9928328c"
            },
            "downloads": -1,
            "filename": "model-porter-4.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "77f89be520b395f3af85d71e74e32294",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18370,
            "upload_time": "2023-05-12T16:37:36",
            "upload_time_iso_8601": "2023-05-12T16:37:36.208968Z",
            "url": "https://files.pythonhosted.org/packages/b5/c7/c3814796126ba57422ad191c295efc7f9b6da55e2f46fa9cecd24c2b6da2/model-porter-4.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-12 16:37:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "high-dimensional",
    "github_project": "model-porter",
    "github_not_found": true,
    "lcname": "model-porter"
}
        
Elapsed time: 0.06913s