connectionvault


Nameconnectionvault JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
Summaryhelp with connection details
upload_time2024-11-21 02:28:22
maintainerNone
docs_urlNone
authorYour Name
requires_python<4.0,>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Upload Python Package](https://github.com/ankit48365/ConnectionVault/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ankit48365/ConnectionVault/actions/workflows/python-publish.yml)
![Latest Release](https://img.shields.io/badge/release-v0.0.4-blue)

# ConnectionVault

To run this project :
define and save a path with name "conn_home", where you'll save connections.yaml file to save store your database credentials:

Linux:
echo 'export conn_home="path/outside/your/project/preferably"' >> ~/.bashrc
source ~/.bashrc

Windows: (takes a while for the new session to print the path)
setx conn_home "C:\path\outside\your\project\preferably"
echo %conn_home%



<!-- # Navigate to your project directory -->
<!-- cd /path/to/your/project

# Create and activate the virtual environment
python3 -m venv venv
source venv/bin/activate  # For Linux/Mac
# venv\Scripts\activate  # For Windows

# Install Poetry inside the virtual environment
pip install poetry

# Initialize the Poetry project if not already done
poetry init
ead


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "connectionvault",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/dc/43/9068bba05eeef24bd3248771dcda895b7375545dba2f5206621c2a8a4d9c/connectionvault-0.0.4.tar.gz",
    "platform": null,
    "description": "[![Upload Python Package](https://github.com/ankit48365/ConnectionVault/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ankit48365/ConnectionVault/actions/workflows/python-publish.yml)\n![Latest Release](https://img.shields.io/badge/release-v0.0.4-blue)\n\n# ConnectionVault\n\nTo run this project :\ndefine and save a path with name \"conn_home\", where you'll save connections.yaml file to save store your database credentials:\n\nLinux:\necho 'export conn_home=\"path/outside/your/project/preferably\"' >> ~/.bashrc\nsource ~/.bashrc\n\nWindows: (takes a while for the new session to print the path)\nsetx conn_home \"C:\\path\\outside\\your\\project\\preferably\"\necho %conn_home%\n\n\n\n<!-- # Navigate to your project directory -->\n<!-- cd /path/to/your/project\n\n# Create and activate the virtual environment\npython3 -m venv venv\nsource venv/bin/activate  # For Linux/Mac\n# venv\\Scripts\\activate  # For Windows\n\n# Install Poetry inside the virtual environment\npip install poetry\n\n# Initialize the Poetry project if not already done\npoetry init\nead\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "help with connection details",
    "version": "0.0.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aef9247ce94870c0bd06bd3a7618841d9249fa1e387ddc5f705d23dec195fd11",
                "md5": "04d7307597503931300da01c72b553a1",
                "sha256": "a017921c5e9105bf68c9100c1d16f3bae896980bfaf47a6a7b3e1135ff1f53ba"
            },
            "downloads": -1,
            "filename": "connectionvault-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04d7307597503931300da01c72b553a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 5194,
            "upload_time": "2024-11-21T02:28:21",
            "upload_time_iso_8601": "2024-11-21T02:28:21.437261Z",
            "url": "https://files.pythonhosted.org/packages/ae/f9/247ce94870c0bd06bd3a7618841d9249fa1e387ddc5f705d23dec195fd11/connectionvault-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc439068bba05eeef24bd3248771dcda895b7375545dba2f5206621c2a8a4d9c",
                "md5": "771dd674bdd5cdc42cf01771e70e71c2",
                "sha256": "7c9295152b70f41791786d4e900b30ad309186f738b370964073c6724bef5153"
            },
            "downloads": -1,
            "filename": "connectionvault-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "771dd674bdd5cdc42cf01771e70e71c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 4067,
            "upload_time": "2024-11-21T02:28:22",
            "upload_time_iso_8601": "2024-11-21T02:28:22.909495Z",
            "url": "https://files.pythonhosted.org/packages/dc/43/9068bba05eeef24bd3248771dcda895b7375545dba2f5206621c2a8a4d9c/connectionvault-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-21 02:28:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "connectionvault"
}
        
Elapsed time: 0.53598s