Name | xync-scripts JSON |
Version |
0.0.2
JSON |
| download |
home_page | None |
Summary | Automate scripts for XyncNet |
upload_time | 2024-10-03 11:11:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
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-scripts",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "cex",
"author": null,
"author_email": "Mike Artemiev <mixartemev@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1c/12/df41934b162b374d6451b9d11ec4c9b4e5449bdcf134e706c1cc0fa78df3/xync_scripts-0.0.2.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.2",
"project_urls": {
"Homepage": "https://gitlab.com/XyncNet/scripts",
"Repository": "https://gitlab.com/XyncNet/scripts"
},
"split_keywords": [
"cex"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "087bb83addcd64a866d0aa662145d18d7910999a887c7b6245b755da5b8633a6",
"md5": "41bbe844309fbfd741ce240613f4ac8e",
"sha256": "364ff23c31cc15d03adc3e703323ce830f5a26ebbd5159909cd410248345517f"
},
"downloads": -1,
"filename": "xync_scripts-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "41bbe844309fbfd741ce240613f4ac8e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 14702,
"upload_time": "2024-10-03T11:11:06",
"upload_time_iso_8601": "2024-10-03T11:11:06.445455Z",
"url": "https://files.pythonhosted.org/packages/08/7b/b83addcd64a866d0aa662145d18d7910999a887c7b6245b755da5b8633a6/xync_scripts-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c12df41934b162b374d6451b9d11ec4c9b4e5449bdcf134e706c1cc0fa78df3",
"md5": "10d5b0f1949ef2fcc495520ba69ed559",
"sha256": "af715447e8e07fd60bda08009ae72dc879379ee2e6508c614baff427309ca702"
},
"downloads": -1,
"filename": "xync_scripts-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "10d5b0f1949ef2fcc495520ba69ed559",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 16074,
"upload_time": "2024-10-03T11:11:07",
"upload_time_iso_8601": "2024-10-03T11:11:07.802666Z",
"url": "https://files.pythonhosted.org/packages/1c/12/df41934b162b374d6451b9d11ec4c9b4e5449bdcf134e706c1cc0fa78df3/xync_scripts-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-03 11:11:07",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "XyncNet",
"gitlab_project": "scripts",
"lcname": "xync-scripts"
}