# Wrap Glmnet
[![](https://img.shields.io/pypi/v/wrap_glmnet.svg)](https://pypi.python.org/pypi/wrap_glmnet)
[![CI](https://github.com/maximz/wrap-glmnet/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/maximz/wrap-glmnet/actions/workflows/ci.yaml)
[![](https://img.shields.io/badge/docs-here-blue.svg)](https://wrap-glmnet.maximz.com)
[![](https://img.shields.io/github/stars/maximz/wrap-glmnet?style=social)](https://github.com/maximz/wrap-glmnet)
## TODOs: Configuring this template
Create a Netlify site for your repository, then turn off automatic builds in Netlify settings.
Add these CI secrets: `PYPI_API_TOKEN`, `NETLIFY_AUTH_TOKEN` (Netlify user settings - personal access tokens), `DEV_NETLIFY_SITE_ID`, `PROD_NETLIFY_SITE_ID` (API ID from Netlify site settings)
Set up Codecov at TODO
## Overview
## Installation
```bash
pip install wrap_glmnet
```
## Usage
## Development
Submit PRs against `develop` branch, then make a release pull request to `master`.
```bash
# Optional: set up a pyenv virtualenv
pyenv virtualenv 3.9 wrap_glmnet-3.9
echo "wrap_glmnet-3.9" > .python-version
pyenv version
# Install requirements
pip install --upgrade pip wheel
pip install -r requirements_dev.txt
# Install local package
pip install -e .
# Install pre-commit
pre-commit install
# Run tests
make test
# Run lint
make lint
# bump version before submitting a PR against master (all master commits are deployed)
bump2version patch # possible: major / minor / patch
# also ensure CHANGELOG.md updated
```
# Changelog
## 0.0.1
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/maximz/wrap-glmnet",
"name": "wrap-glmnet",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Maxim Zaslavsky",
"author_email": "maxim@maximz.com",
"download_url": "https://files.pythonhosted.org/packages/62/55/e09a595c97d81396eb42a7d2b065a56a14fe9e158030bdd4f0c0e4e355ea/wrap_glmnet-0.0.1.tar.gz",
"platform": null,
"description": "# Wrap Glmnet\n\n[![](https://img.shields.io/pypi/v/wrap_glmnet.svg)](https://pypi.python.org/pypi/wrap_glmnet)\n[![CI](https://github.com/maximz/wrap-glmnet/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/maximz/wrap-glmnet/actions/workflows/ci.yaml)\n[![](https://img.shields.io/badge/docs-here-blue.svg)](https://wrap-glmnet.maximz.com)\n[![](https://img.shields.io/github/stars/maximz/wrap-glmnet?style=social)](https://github.com/maximz/wrap-glmnet)\n\n## TODOs: Configuring this template\n\nCreate a Netlify site for your repository, then turn off automatic builds in Netlify settings.\n\nAdd these CI secrets: `PYPI_API_TOKEN`, `NETLIFY_AUTH_TOKEN` (Netlify user settings - personal access tokens), `DEV_NETLIFY_SITE_ID`, `PROD_NETLIFY_SITE_ID` (API ID from Netlify site settings)\n\nSet up Codecov at TODO\n\n## Overview\n\n## Installation\n\n```bash\npip install wrap_glmnet\n```\n\n## Usage\n\n## Development\n\nSubmit PRs against `develop` branch, then make a release pull request to `master`.\n\n```bash\n# Optional: set up a pyenv virtualenv\npyenv virtualenv 3.9 wrap_glmnet-3.9\necho \"wrap_glmnet-3.9\" > .python-version\npyenv version\n\n# Install requirements\npip install --upgrade pip wheel\npip install -r requirements_dev.txt\n\n# Install local package\npip install -e .\n\n# Install pre-commit\npre-commit install\n\n# Run tests\nmake test\n\n# Run lint\nmake lint\n\n# bump version before submitting a PR against master (all master commits are deployed)\nbump2version patch # possible: major / minor / patch\n\n# also ensure CHANGELOG.md updated\n```\n\n\n# Changelog\n\n## 0.0.1\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "Wrap Glmnet",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/maximz/wrap-glmnet"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f72056ba601a2b4ea451809f3022c55098aa325bf34c83840884e14f9ad7b4be",
"md5": "aef6acb60f833e3670f52a12ace74117",
"sha256": "df6a7dc1d4676b7249dbdb15c3720b50bb8ada8b7db9197566aa5fe2f90c6e18"
},
"downloads": -1,
"filename": "wrap_glmnet-0.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "aef6acb60f833e3670f52a12ace74117",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 3164,
"upload_time": "2024-02-23T08:35:53",
"upload_time_iso_8601": "2024-02-23T08:35:53.349014Z",
"url": "https://files.pythonhosted.org/packages/f7/20/56ba601a2b4ea451809f3022c55098aa325bf34c83840884e14f9ad7b4be/wrap_glmnet-0.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6255e09a595c97d81396eb42a7d2b065a56a14fe9e158030bdd4f0c0e4e355ea",
"md5": "ff9474e03fb5449de71393e26d950482",
"sha256": "d41e0d5d3f31c71a790b71acb86e1833c24a4f6a0552db55824b223ae3ecfc45"
},
"downloads": -1,
"filename": "wrap_glmnet-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "ff9474e03fb5449de71393e26d950482",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 7973,
"upload_time": "2024-02-23T08:35:54",
"upload_time_iso_8601": "2024-02-23T08:35:54.878615Z",
"url": "https://files.pythonhosted.org/packages/62/55/e09a595c97d81396eb42a7d2b065a56a14fe9e158030bdd4f0c0e4e355ea/wrap_glmnet-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-23 08:35:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "maximz",
"github_project": "wrap-glmnet",
"github_not_found": true,
"lcname": "wrap-glmnet"
}