# 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 praneetodo cli application
$ praneetodo --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 `Pranee Todo`,
and can be built with the included `make` helper:
```
$ make docker
$ docker run -it praneetodo --help
```
Raw data
{
"_id": null,
"home_page": "https://github.com/johndoe/myapp/",
"name": "praneetodo",
"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/d4/20/688a9766edcb4b5fc287a612713a9014f53224d1cd21092707959196312f/praneetodo-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 praneetodo cli application\r\n\r\n$ praneetodo --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 `Pranee Todo`,\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 praneetodo --help\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": "1a58f7a70c9a08cdbb3a889a82ccd84d",
"sha256": "ff6fe37b0e00f2a4118a879e86e2c155f980606f24879c75be1806f0e9e5ee0c"
},
"downloads": -1,
"filename": "praneetodo-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1a58f7a70c9a08cdbb3a889a82ccd84d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5408,
"upload_time": "2022-12-19T15:23:45",
"upload_time_iso_8601": "2022-12-19T15:23:45.281700Z",
"url": "https://files.pythonhosted.org/packages/0b/f4/fb98f455b715496100a8094f4f1c61fa541d7c6c9f5429de23c6abf25692/praneetodo-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "6bc391f6ab7bce2f60b9e1a5369d4f19",
"sha256": "6c7711e4734f4345dba1aae18a0a53c844ffcecfdb9619e3894291d6c9b1beae"
},
"downloads": -1,
"filename": "praneetodo-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "6bc391f6ab7bce2f60b9e1a5369d4f19",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4653,
"upload_time": "2022-12-19T15:23:47",
"upload_time_iso_8601": "2022-12-19T15:23:47.128272Z",
"url": "https://files.pythonhosted.org/packages/d4/20/688a9766edcb4b5fc287a612713a9014f53224d1cd21092707959196312f/praneetodo-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-19 15:23:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "johndoe",
"github_project": "myapp",
"lcname": "praneetodo"
}