skosprovider-sqlalchemy


Nameskosprovider-sqlalchemy JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://github.com/OnroerendErfgoed/skosprovider_sqlalchemy
SummaryA sqlAlchemy implementation of skosprovider.
upload_time2023-03-20 14:20:13
maintainer
docs_urlNone
authorKoen Van Daele
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements SQLAlchemy skosprovider
Travis-CI
coveralls test coverage
            skosprovider_sqlalchemy
=======================

A SQLAlchemy implementation of the skosprovider_ interface.

.. image:: https://img.shields.io/pypi/v/skosprovider_sqlalchemy.svg
        :target: https://pypi.python.org/pypi/skosprovider_sqlalchemy
.. image:: https://readthedocs.org/projects/skosprovider_sqlalchemy/badge/?version=latest
        :target: https://readthedocs.org/projects/skosprovider_sqlalchemy/?badge=latest

.. image:: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_sqlalchemy.svg?branch=develop
        :target: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_sqlalchemy
.. image:: https://img.shields.io/coveralls/OnroerendErfgoed/skosprovider_sqlalchemy.svg
        :target: https://coveralls.io/r/OnroerendErfgoed/skosprovider_sqlalchemy
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5795912.svg
        :target: https://doi.org/10.5281/zenodo.5795912


Migrating to skosprovider_sqlalchemy 2.0.0
------------------------------------------
A change in the models has been made which requires a database upgrade.
The "concept" table's "concept_id" column has changed from being an int to a string.

Existing databases will therefor require a small change to update table scheme.
Typically this will look like::

    ALTER TABLE concept ALTER COLUMN concept_id TEXT NOT NULL;


Building the docs
-----------------

More information about this library can be found in `docs`. The docs can be 
built using `Sphinx <http://sphinx-doc.org>`_.

Please make sure you have installed Sphinx in the same environment where 
skosprovider_sqlalchemy is present.

.. code-block:: bash

    # activate your virtual env
    $ pip install -r requirements-dev.txt
    $ cd docs
    $ make html

.. _skosprovider: https://github.com/koenedaele/skosprovider

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy",
    "name": "skosprovider-sqlalchemy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Koen Van Daele",
    "author_email": "koen_van_daele@telenet.be",
    "download_url": "https://files.pythonhosted.org/packages/ec/39/a303b202d24456a8912e87a869c3434ad6d65921c762d7f7fbeca69b146c/skosprovider_sqlalchemy-2.0.1.tar.gz",
    "platform": null,
    "description": "skosprovider_sqlalchemy\n=======================\n\nA SQLAlchemy implementation of the skosprovider_ interface.\n\n.. image:: https://img.shields.io/pypi/v/skosprovider_sqlalchemy.svg\n        :target: https://pypi.python.org/pypi/skosprovider_sqlalchemy\n.. image:: https://readthedocs.org/projects/skosprovider_sqlalchemy/badge/?version=latest\n        :target: https://readthedocs.org/projects/skosprovider_sqlalchemy/?badge=latest\n\n.. image:: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_sqlalchemy.svg?branch=develop\n        :target: https://app.travis-ci.com/OnroerendErfgoed/skosprovider_sqlalchemy\n.. image:: https://img.shields.io/coveralls/OnroerendErfgoed/skosprovider_sqlalchemy.svg\n        :target: https://coveralls.io/r/OnroerendErfgoed/skosprovider_sqlalchemy\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5795912.svg\n        :target: https://doi.org/10.5281/zenodo.5795912\n\n\nMigrating to skosprovider_sqlalchemy 2.0.0\n------------------------------------------\nA change in the models has been made which requires a database upgrade.\nThe \"concept\" table's \"concept_id\" column has changed from being an int to a string.\n\nExisting databases will therefor require a small change to update table scheme.\nTypically this will look like::\n\n    ALTER TABLE concept ALTER COLUMN concept_id TEXT NOT NULL;\n\n\nBuilding the docs\n-----------------\n\nMore information about this library can be found in `docs`. The docs can be \nbuilt using `Sphinx <http://sphinx-doc.org>`_.\n\nPlease make sure you have installed Sphinx in the same environment where \nskosprovider_sqlalchemy is present.\n\n.. code-block:: bash\n\n    # activate your virtual env\n    $ pip install -r requirements-dev.txt\n    $ cd docs\n    $ make html\n\n.. _skosprovider: https://github.com/koenedaele/skosprovider\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A sqlAlchemy implementation of skosprovider.",
    "version": "2.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e3fd96fda06c18e5c233e79f5268c345d575355d780343d9e9bf5904dbc83d6",
                "md5": "ff186d9a2c9a2865c5a864adf0d29084",
                "sha256": "26ab452b12e4207d1856499b3d1ac748ca82f4367685194fea5412418c8f425b"
            },
            "downloads": -1,
            "filename": "skosprovider_sqlalchemy-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff186d9a2c9a2865c5a864adf0d29084",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13819,
            "upload_time": "2023-03-20T14:20:11",
            "upload_time_iso_8601": "2023-03-20T14:20:11.914716Z",
            "url": "https://files.pythonhosted.org/packages/3e/3f/d96fda06c18e5c233e79f5268c345d575355d780343d9e9bf5904dbc83d6/skosprovider_sqlalchemy-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec39a303b202d24456a8912e87a869c3434ad6d65921c762d7f7fbeca69b146c",
                "md5": "21858b5e94a40b40775a25ad37d65a94",
                "sha256": "51ab14d941beca64eed3d5735f4273f7e596bf83d5856e6c289158b01a358133"
            },
            "downloads": -1,
            "filename": "skosprovider_sqlalchemy-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "21858b5e94a40b40775a25ad37d65a94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16433,
            "upload_time": "2023-03-20T14:20:13",
            "upload_time_iso_8601": "2023-03-20T14:20:13.783669Z",
            "url": "https://files.pythonhosted.org/packages/ec/39/a303b202d24456a8912e87a869c3434ad6d65921c762d7f7fbeca69b146c/skosprovider_sqlalchemy-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 14:20:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "OnroerendErfgoed",
    "github_project": "skosprovider_sqlalchemy",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "SQLAlchemy",
            "specs": [
                [
                    "==",
                    "1.4.47"
                ]
            ]
        },
        {
            "name": "skosprovider",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "skosprovider-sqlalchemy"
}
        
Elapsed time: 0.07627s