xync-script


Namexync-script JSON
Version 0.0.10 PyPI version JSON
download
home_pageNone
SummaryAutomate scripts for XyncNet
upload_time2025-02-09 11:20:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseEULA
keywords cex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## INSTALL
```bash
# Create python virtual environment
python3 -m venv venv
# Activate this environment
source venv/bin/activate
# Install dependencies
pip install .'[dev]'

# Create pg db
createdb --U username -W dbname
## set password for db user

# Copy .env file from sample template
cp .env.sample .env
## set your pg creds in .env file
```

## TEST
```bash
pytest
```


### pre-commit
You can done `commit` only after `pytest` will done success.
Pre-commit script stored in `.git/hooks/pre-commit` file; current script is:
```shell
#!/bin/sh
pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xync-script",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "cex",
    "author": null,
    "author_email": "Mike Artemiev <mixartemev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9b/ea/d126829f640b173f0352866313dbc514d42f2aa836e86e83c315de23fd91/xync_script-0.0.10.tar.gz",
    "platform": null,
    "description": "## INSTALL\n```bash\n# Create python virtual environment\npython3 -m venv venv\n# Activate this environment\nsource venv/bin/activate\n# Install dependencies\npip install .'[dev]'\n\n# Create pg db\ncreatedb --U username -W dbname\n## set password for db user\n\n# Copy .env file from sample template\ncp .env.sample .env\n## set your pg creds in .env file\n```\n\n## TEST\n```bash\npytest\n```\n\n\n### pre-commit\nYou can done `commit` only after `pytest` will done success.\nPre-commit script stored in `.git/hooks/pre-commit` file; current script is:\n```shell\n#!/bin/sh\npytest\n```\n",
    "bugtrack_url": null,
    "license": "EULA",
    "summary": "Automate scripts for XyncNet",
    "version": "0.0.10",
    "project_urls": {
        "Homepage": "https://gitlab.com/XyncNet/script",
        "Repository": "https://gitlab.com/XyncNet/script"
    },
    "split_keywords": [
        "cex"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb42cb33f8a6533287ede042c50ffe751945188492f2f8f9227da72d1be4ed07",
                "md5": "a7e5ca1381406c2513ff9ba0b71547fe",
                "sha256": "7332602e33b44868f4c851faabc35758e0fe6af295c4a9f6c062fa6d6f55077c"
            },
            "downloads": -1,
            "filename": "xync_script-0.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7e5ca1381406c2513ff9ba0b71547fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 9190,
            "upload_time": "2025-02-09T11:20:12",
            "upload_time_iso_8601": "2025-02-09T11:20:12.514652Z",
            "url": "https://files.pythonhosted.org/packages/fb/42/cb33f8a6533287ede042c50ffe751945188492f2f8f9227da72d1be4ed07/xync_script-0.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bead126829f640b173f0352866313dbc514d42f2aa836e86e83c315de23fd91",
                "md5": "b9180ce5e073ba09578c0e91ddd39a8b",
                "sha256": "e4f0b68a0b49604549a5e5e9c3bcba05afb61fad62c04776cb4ee47d93ccf810"
            },
            "downloads": -1,
            "filename": "xync_script-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "b9180ce5e073ba09578c0e91ddd39a8b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 10864,
            "upload_time": "2025-02-09T11:20:13",
            "upload_time_iso_8601": "2025-02-09T11:20:13.679122Z",
            "url": "https://files.pythonhosted.org/packages/9b/ea/d126829f640b173f0352866313dbc514d42f2aa836e86e83c315de23fd91/xync_script-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-09 11:20:13",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "XyncNet",
    "gitlab_project": "script",
    "lcname": "xync-script"
}
        
Elapsed time: 1.01953s