# pypi template
> A minimal template for creating a pypi package
Use this template to more easily create a project project to submit to pypi and conda.
## How to use the template:
- [Click here](https://github.com/fastai/pypi_template/generate) to create a new repo (you need to be logged in to GitHub for this link to work), and follow the instructions to create a new repo from this template
- `git clone` your new repo
- Edit `settings.ini` and fill out all the requested information (you can ignore parts starting with `%`)
- Install [fastrelease](https://fastrelease.fast.ai/), [twine](https://twine.readthedocs.io/en/latest/), and [conda-build](https://docs.conda.io/projects/conda-build/en/latest/)
- Register at [pypi](https://pypi.org/account/register/) and [Anaconda](https://anaconda.org/)
- Create a file called `~/.pypirc` with your pypi login details, as follows:
```
[pypi]
username = your_pypi_username
password = your_pypi_password
```
- Write your Python library!
- Add any package requirements to the `requirements` line in `settings.ini`
- Run `make release` in the root of your repo. This will automatically:
- Publish to pypi
- Publish to Anaconda
- Increment your version number
Raw data
{
"_id": null,
"home_page": "https://github.com/612twilight/deep_copilot/tree/master/",
"name": "deep-copilot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "anything not for deep learning",
"author": "gyw",
"author_email": "240590367@qqq.com",
"download_url": "https://files.pythonhosted.org/packages/9d/6d/679baca6742f55bc8f36fef8eb91bdc851b9948686390c15a14e440a8723/deep_copilot-0.0.12.tar.gz",
"platform": null,
"description": "# pypi template\n\n> A minimal template for creating a pypi package\n\nUse this template to more easily create a project project to submit to pypi and conda.\n\n## How to use the template:\n\n- [Click here](https://github.com/fastai/pypi_template/generate) to create a new repo (you need to be logged in to GitHub for this link to work), and follow the instructions to create a new repo from this template\n- `git clone` your new repo\n- Edit `settings.ini` and fill out all the requested information (you can ignore parts starting with `%`)\n- Install [fastrelease](https://fastrelease.fast.ai/), [twine](https://twine.readthedocs.io/en/latest/), and [conda-build](https://docs.conda.io/projects/conda-build/en/latest/)\n- Register at [pypi](https://pypi.org/account/register/) and [Anaconda](https://anaconda.org/)\n- Create a file called `~/.pypirc` with your pypi login details, as follows:\n\n```\n[pypi]\nusername = your_pypi_username\npassword = your_pypi_password\n```\n\n- Write your Python library!\n- Add any package requirements to the `requirements` line in `settings.ini`\n- Run `make release` in the root of your repo. This will automatically:\n - Publish to pypi\n - Publish to Anaconda\n - Increment your version number\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "gyw toolkits",
"version": "0.0.12",
"project_urls": {
"Homepage": "https://github.com/612twilight/deep_copilot/tree/master/"
},
"split_keywords": [
"anything",
"not",
"for",
"deep",
"learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fdda1b47020de23ad611d3297271324225ebb655f94a884b4020f13987a5f77e",
"md5": "1da3963ac30ac4d672950a46b101e85c",
"sha256": "6779742ad490c38223fe8365228acd4d8cbcc6de6b8b25952d7086da2e0b59c2"
},
"downloads": -1,
"filename": "deep_copilot-0.0.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1da3963ac30ac4d672950a46b101e85c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 59013,
"upload_time": "2023-05-18T06:12:29",
"upload_time_iso_8601": "2023-05-18T06:12:29.718334Z",
"url": "https://files.pythonhosted.org/packages/fd/da/1b47020de23ad611d3297271324225ebb655f94a884b4020f13987a5f77e/deep_copilot-0.0.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9d6d679baca6742f55bc8f36fef8eb91bdc851b9948686390c15a14e440a8723",
"md5": "4fe8b9778bccbbf8ee34bfcf9bb22759",
"sha256": "e0b16b3d9f3c4b98da070384140c054e12e455ea8aff8ec038fe34a255524829"
},
"downloads": -1,
"filename": "deep_copilot-0.0.12.tar.gz",
"has_sig": false,
"md5_digest": "4fe8b9778bccbbf8ee34bfcf9bb22759",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 48535,
"upload_time": "2023-05-18T06:12:32",
"upload_time_iso_8601": "2023-05-18T06:12:32.656513Z",
"url": "https://files.pythonhosted.org/packages/9d/6d/679baca6742f55bc8f36fef8eb91bdc851b9948686390c15a14e440a8723/deep_copilot-0.0.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-18 06:12:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "612twilight",
"github_project": "deep_copilot",
"github_not_found": true,
"lcname": "deep-copilot"
}