Name | xync-script JSON |
Version |
0.0.9
JSON |
| download |
home_page | None |
Summary | Automate scripts for XyncNet |
upload_time | 2025-01-04 18:11:18 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | EULA |
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/31/6a/00f504c28cee03d004fb2ecaddfb55261cb3d5a9160b81944672b9b28975/xync_script-0.0.9.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.9",
"project_urls": {
"Homepage": "https://gitlab.com/XyncNet/script",
"Repository": "https://gitlab.com/XyncNet/script"
},
"split_keywords": [
"cex"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "99c79ebb5ed299167aaa3f0bec32b66e4f348f36fe2738b93d1da5f841ac2dc4",
"md5": "a7b393fda34d39c95838bb26a9642e34",
"sha256": "cd25f5e9340093d8cd49110fd069ca1e8db34612c56aa039dcb1478bae6a3936"
},
"downloads": -1,
"filename": "xync_script-0.0.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a7b393fda34d39c95838bb26a9642e34",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 9052,
"upload_time": "2025-01-04T18:11:16",
"upload_time_iso_8601": "2025-01-04T18:11:16.052686Z",
"url": "https://files.pythonhosted.org/packages/99/c7/9ebb5ed299167aaa3f0bec32b66e4f348f36fe2738b93d1da5f841ac2dc4/xync_script-0.0.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "316a00f504c28cee03d004fb2ecaddfb55261cb3d5a9160b81944672b9b28975",
"md5": "f82ae7d5c658d5d4a94a52fb07cefa10",
"sha256": "840522dc8b7ecac9a603afa5c33e4db00760abd94fd89946fd5583cd4b7ab1fb"
},
"downloads": -1,
"filename": "xync_script-0.0.9.tar.gz",
"has_sig": false,
"md5_digest": "f82ae7d5c658d5d4a94a52fb07cefa10",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 10742,
"upload_time": "2025-01-04T18:11:18",
"upload_time_iso_8601": "2025-01-04T18:11:18.523434Z",
"url": "https://files.pythonhosted.org/packages/31/6a/00f504c28cee03d004fb2ecaddfb55261cb3d5a9160b81944672b9b28975/xync_script-0.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-04 18:11:18",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "XyncNet",
"gitlab_project": "script",
"lcname": "xync-script"
}