# MyApp Does Amazing Things!
## Installation
```
$ pip install -r requirements.txt
$ python setup.py install
```
## Development
This project includes a number of helpers in the `Makefile` to streamline common development tasks.
### Environment Setup
The following demonstrates setting up and working with a development environment:
```
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run praneetodo2 cli application
$ praneetodo2 --help
### run pytest / coverage
$ make test
```
### Releasing to PyPi
Before releasing to PyPi, you must configure your login credentials:
**~/.pypirc**:
```
[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD
```
Then use the included helper function via the `Makefile`:
```
$ make dist
$ make dist-upload
```
## Deployments
### Docker
Included is a basic `Dockerfile` for building and distributing `praneetodo app`,
and can be built with the included `make` helper:
```
$ make docker
$ docker run -it praneetodo2 --help
```
Raw data
{
"_id": null,
"home_page": "https://github.com/johndoe/myapp/",
"name": "praneetodo2",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "John Doe",
"author_email": "john.doe@example.com",
"download_url": "https://files.pythonhosted.org/packages/15/91/156a73738d8d179fbe4d8d91577d5c1796279c8756d5b2edae07f0e3f6d9/praneetodo2-0.0.1.tar.gz",
"platform": null,
"description": "# MyApp Does Amazing Things!\r\n\r\n## Installation\r\n\r\n```\r\n$ pip install -r requirements.txt\r\n\r\n$ python setup.py install\r\n```\r\n\r\n## Development\r\n\r\nThis project includes a number of helpers in the `Makefile` to streamline common development tasks.\r\n\r\n### Environment Setup\r\n\r\nThe following demonstrates setting up and working with a development environment:\r\n\r\n```\r\n### create a virtualenv for development\r\n\r\n$ make virtualenv\r\n\r\n$ source env/bin/activate\r\n\r\n\r\n### run praneetodo2 cli application\r\n\r\n$ praneetodo2 --help\r\n\r\n\r\n### run pytest / coverage\r\n\r\n$ make test\r\n```\r\n\r\n\r\n### Releasing to PyPi\r\n\r\nBefore releasing to PyPi, you must configure your login credentials:\r\n\r\n**~/.pypirc**:\r\n\r\n```\r\n[pypi]\r\nusername = YOUR_USERNAME\r\npassword = YOUR_PASSWORD\r\n```\r\n\r\nThen use the included helper function via the `Makefile`:\r\n\r\n```\r\n$ make dist\r\n\r\n$ make dist-upload\r\n```\r\n\r\n## Deployments\r\n\r\n### Docker\r\n\r\nIncluded is a basic `Dockerfile` for building and distributing `praneetodo app`,\r\nand can be built with the included `make` helper:\r\n\r\n```\r\n$ make docker\r\n\r\n$ docker run -it praneetodo2 --help\r\n```\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "unlicensed",
"summary": "MyApp Does Amazing Things!",
"version": "0.0.1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "044ff205af1f4b98f2fbd9761e05fa11",
"sha256": "af09aa1044403c12e24743d4a0f6ea2b0f7c9c55c05ec9cc2756ad46a5f7a594"
},
"downloads": -1,
"filename": "praneetodo2-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "044ff205af1f4b98f2fbd9761e05fa11",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5455,
"upload_time": "2022-12-19T15:38:15",
"upload_time_iso_8601": "2022-12-19T15:38:15.694471Z",
"url": "https://files.pythonhosted.org/packages/de/b5/ea5925361c17d6249613247501956cf07d310d1f8443b1c43a8ed1170b7f/praneetodo2-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "fb6124b631b63e06ee647a33f450ad2b",
"sha256": "6e78e12f9426904f7338f1a23e7c7f8172a8d086f4815414d01b11bcadc59c0a"
},
"downloads": -1,
"filename": "praneetodo2-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "fb6124b631b63e06ee647a33f450ad2b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4854,
"upload_time": "2022-12-19T15:38:17",
"upload_time_iso_8601": "2022-12-19T15:38:17.840552Z",
"url": "https://files.pythonhosted.org/packages/15/91/156a73738d8d179fbe4d8d91577d5c1796279c8756d5b2edae07f0e3f6d9/praneetodo2-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-19 15:38:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "johndoe",
"github_project": "myapp",
"lcname": "praneetodo2"
}