tracebloc-package


Nametracebloc-package JSON
Version 0.6.7 PyPI version JSON
download
home_pagehttps://gitlab.com/tracebloc/tracebloc-py-package
SummaryPackage required to run Tracebloc jupyter notebook to create experiment
upload_time2025-01-09 08:14:48
maintainerNone
docs_urlNone
authorTracebloc
requires_python>=3
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tracebloc package
This package is pre-requiste to run tracebloc jupyter notebook.


This package helps to create and start the experiment for training ML models in 
tracebloc environment.


# Deployment Steps

Pre Requisite - Make sure you have a PyPi account and have access to tracebloc-package and tracebloc-package-dev

### Step 1 - Clean up:

Delete the following folders if they exist

- dist
- tracebloc_package.egg-info
- tracebloc_package_dev.egg-info

### Step 2 - Update Config:

Update the following details in setup.py and commit

- Version
    - As applicable

### Step 3 - Install Requirements:

```
pip install -r requirements.txt
```

### Step 4 - Build:
**For Dev**
```
python setup.py sdist
```

**For Prod/Live**
```
python setup.py sdist --live
```

### Step 5 - Upload:
```
twine upload dist/*
    username: __token__
    password: <your auth token>
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/tracebloc/tracebloc-py-package",
    "name": "tracebloc-package",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tracebloc",
    "author_email": "lukas-wutke@tracebloc.io",
    "download_url": "https://files.pythonhosted.org/packages/a1/7b/f5bf3ebddc9f162c499a6fcce102568ed78b5971d36f5f927dd3c8df449b/tracebloc_package-0.6.7.tar.gz",
    "platform": null,
    "description": "# Tracebloc package\nThis package is pre-requiste to run tracebloc jupyter notebook.\n\n\nThis package helps to create and start the experiment for training ML models in \ntracebloc environment.\n\n\n# Deployment Steps\n\nPre Requisite - Make sure you have a PyPi account and have access to tracebloc-package and tracebloc-package-dev\n\n### Step 1 - Clean up:\n\nDelete the following folders if they exist\n\n- dist\n- tracebloc_package.egg-info\n- tracebloc_package_dev.egg-info\n\n### Step 2 - Update Config:\n\nUpdate the following details in setup.py and commit\n\n- Version\n    - As applicable\n\n### Step 3 - Install Requirements:\n\n```\npip install -r requirements.txt\n```\n\n### Step 4 - Build:\n**For Dev**\n```\npython setup.py sdist\n```\n\n**For Prod/Live**\n```\npython setup.py sdist --live\n```\n\n### Step 5 - Upload:\n```\ntwine upload dist/*\n    username: __token__\n    password: <your auth token>\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Package required to run Tracebloc jupyter notebook to create experiment",
    "version": "0.6.7",
    "project_urls": {
        "Homepage": "https://gitlab.com/tracebloc/tracebloc-py-package"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a17bf5bf3ebddc9f162c499a6fcce102568ed78b5971d36f5f927dd3c8df449b",
                "md5": "8afd214137b5aa92812f97973ada1bad",
                "sha256": "79a8635b68b702de14a83e004d2ad2ee245b9f4b2fc7dd9c15119c79d36b8819"
            },
            "downloads": -1,
            "filename": "tracebloc_package-0.6.7.tar.gz",
            "has_sig": false,
            "md5_digest": "8afd214137b5aa92812f97973ada1bad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 69282,
            "upload_time": "2025-01-09T08:14:48",
            "upload_time_iso_8601": "2025-01-09T08:14:48.163554Z",
            "url": "https://files.pythonhosted.org/packages/a1/7b/f5bf3ebddc9f162c499a6fcce102568ed78b5971d36f5f927dd3c8df449b/tracebloc_package-0.6.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-09 08:14:48",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "tracebloc",
    "gitlab_project": "tracebloc-py-package",
    "lcname": "tracebloc-package"
}
        
Elapsed time: 0.44909s