bdrc-db-lib


Namebdrc-db-lib JSON
Version 1.0.17 PyPI version JSON
download
home_page
SummaryBDRC Db Library
upload_time2024-03-11 16:11:14
maintainer
docs_urlNone
authorjimk
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            bdrc-db-lib
===========

Package which supports Uses an indirect config file for the database
connection

Development
===========

Pycharm: although this is a subfolder in the ``archive_ops`` project, it
**must** be developed as a standalone project. Other projects in
archive-ops use it as a client, and it **must** be imported into their
``venv`` Open the project ``bdrc_db_lib`` in \`archive_ops/bdrc_db_lib

Deployment
==========

.. code:: shell

   # be in project main dir
   python -m setup bdist_wheel
   twine upload --verbose  -r testpypi dist/bdrc_db_lib-x.MM.mm-py3-none-any.whl   

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

`pyPI.org bdrc-db-lib <https://pypi.org/project/bdrc-db-lib/>`__

Changelog
=========

======= ======================================================================================================= ===============================================
version                                                                                                         Comments
======= ======================================================================================================= ===============================================
1.0.16  `61a10cee <https://github.com/buda-base/archive-ops/commit/61a10ceee7f64dc69139ec15d2d5588920e20c2b>`__ Have the Orm constructor take a config argument
1.0.15                                                                                                          Update doc
1.0.14                                                                                                          Base classes for timestamp and mixin
1.0.10                                                                                                          Initial
======= ======================================================================================================= ===============================================



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bdrc-db-lib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "jimk",
    "author_email": "jimk@tbrc.org",
    "download_url": "",
    "platform": null,
    "description": "bdrc-db-lib\n===========\n\nPackage which supports Uses an indirect config file for the database\nconnection\n\nDevelopment\n===========\n\nPycharm: although this is a subfolder in the ``archive_ops`` project, it\n**must** be developed as a standalone project. Other projects in\narchive-ops use it as a client, and it **must** be imported into their\n``venv`` Open the project ``bdrc_db_lib`` in \\`archive_ops/bdrc_db_lib\n\nDeployment\n==========\n\n.. code:: shell\n\n   # be in project main dir\n   python -m setup bdist_wheel\n   twine upload --verbose  -r testpypi dist/bdrc_db_lib-x.MM.mm-py3-none-any.whl   \n\nInstallation\n------------\n\n`pyPI.org bdrc-db-lib <https://pypi.org/project/bdrc-db-lib/>`__\n\nChangelog\n=========\n\n======= ======================================================================================================= ===============================================\nversion                                                                                                         Comments\n======= ======================================================================================================= ===============================================\n1.0.16  `61a10cee <https://github.com/buda-base/archive-ops/commit/61a10ceee7f64dc69139ec15d2d5588920e20c2b>`__ Have the Orm constructor take a config argument\n1.0.15                                                                                                          Update doc\n1.0.14                                                                                                          Base classes for timestamp and mixin\n1.0.10                                                                                                          Initial\n======= ======================================================================================================= ===============================================\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "BDRC Db Library",
    "version": "1.0.17",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6065a36ae74b32b55d758f43c2d240214a11335384245d925311299aca79e567",
                "md5": "8cbbfd384d9aa98bc818d782c794bccc",
                "sha256": "52e01c7a77d1be37c65a280bbc93740e1955fec866eadcf26c04458237a88f15"
            },
            "downloads": -1,
            "filename": "bdrc_db_lib-1.0.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8cbbfd384d9aa98bc818d782c794bccc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 16784,
            "upload_time": "2024-03-11T16:11:14",
            "upload_time_iso_8601": "2024-03-11T16:11:14.195935Z",
            "url": "https://files.pythonhosted.org/packages/60/65/a36ae74b32b55d758f43c2d240214a11335384245d925311299aca79e567/bdrc_db_lib-1.0.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 16:11:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bdrc-db-lib"
}
        
Elapsed time: 0.42416s