tracebloc-package-dev


Nametracebloc-package-dev JSON
Version 0.5.74 PyPI version JSON
download
home_pagehttps://gitlab.com/tracebloc/tracebloc-py-package/-/tree/dev
SummaryPackage required to run Tracebloc jupyter notebook to create experiment
upload_time2024-08-23 11:05:03
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/-/tree/dev",
    "name": "tracebloc-package-dev",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tracebloc",
    "author_email": "info@tracebloc.io",
    "download_url": "https://files.pythonhosted.org/packages/5b/83/fe47efe2e1ae0cf105377b2d18ceb301e2e278cb7d0a5470d6ac71089882/tracebloc_package-dev-0.5.74.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.5.74",
    "project_urls": {
        "Homepage": "https://gitlab.com/tracebloc/tracebloc-py-package/-/tree/dev"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b83fe47efe2e1ae0cf105377b2d18ceb301e2e278cb7d0a5470d6ac71089882",
                "md5": "544888cca1ce609cffb19831239efff9",
                "sha256": "34354a54c6da3fe8ebf598127e1ee91170bd336b5c863b92d760af6cb3256723"
            },
            "downloads": -1,
            "filename": "tracebloc_package-dev-0.5.74.tar.gz",
            "has_sig": false,
            "md5_digest": "544888cca1ce609cffb19831239efff9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 50901,
            "upload_time": "2024-08-23T11:05:03",
            "upload_time_iso_8601": "2024-08-23T11:05:03.809609Z",
            "url": "https://files.pythonhosted.org/packages/5b/83/fe47efe2e1ae0cf105377b2d18ceb301e2e278cb7d0a5470d6ac71089882/tracebloc_package-dev-0.5.74.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-23 11:05:03",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "tracebloc",
    "gitlab_project": "tracebloc-py-package",
    "lcname": "tracebloc-package-dev"
}
        
Elapsed time: 0.28176s