Name | periancli JSON |
Version |
0.0.26
JSON |
| download |
home_page | https://perian.io |
Summary | Perian Sky Job Platform CLI |
upload_time | 2023-11-13 12:39:53 |
maintainer | |
docs_url | None |
author | Perian |
requires_python | |
license | unlicensed |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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 pcli cli application
$ pcli --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 `My Application`,
and can be built with the included `make` helper:
```
$ make docker
$ docker run -it pcli --help
```
Raw data
{
"_id": null,
"home_page": "https://perian.io",
"name": "periancli",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Perian",
"author_email": "info@perian.io",
"download_url": "https://files.pythonhosted.org/packages/1c/c5/66c207b3a3251c264795ae0727bbb473aa1730f5ce558dd17457b0f9d1fe/periancli-0.0.26.tar.gz",
"platform": null,
"description": "# MyApp Does Amazing Things!\n\n## Installation\n\n```\n$ pip install -r requirements.txt\n\n$ python setup.py install\n```\n\n## Development\n\nThis project includes a number of helpers in the `Makefile` to streamline common development tasks.\n\n### Environment Setup\n\nThe following demonstrates setting up and working with a development environment:\n\n```\n### create a virtualenv for development\n\n$ make virtualenv\n\n$ source env/bin/activate\n\n\n### run pcli cli application\n\n$ pcli --help\n\n\n### run pytest / coverage\n\n$ make test\n```\n\n\n### Releasing to PyPi\n\nBefore releasing to PyPi, you must configure your login credentials:\n\n**~/.pypirc**:\n\n```\n[pypi]\nusername = YOUR_USERNAME\npassword = YOUR_PASSWORD\n```\n\nThen use the included helper function via the `Makefile`:\n\n```\n$ make dist\n\n$ make dist-upload\n```\n\n## Deployments\n\n### Docker\n\nIncluded is a basic `Dockerfile` for building and distributing `My Application`,\nand can be built with the included `make` helper:\n\n```\n$ make docker\n\n$ docker run -it pcli --help\n```\n",
"bugtrack_url": null,
"license": "unlicensed",
"summary": "Perian Sky Job Platform CLI",
"version": "0.0.26",
"project_urls": {
"Homepage": "https://perian.io"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5ec3d81d60207dbd9597e3cdfe21c940fd861a8cd0c332195522f1bb35fe388b",
"md5": "feb687e767c2d92281fc938f856954fb",
"sha256": "0138b0debe597fc3719e02bb93b6790f8488af52655a0aa7150f4c6bbcbbbbd9"
},
"downloads": -1,
"filename": "periancli-0.0.26-py3-none-any.whl",
"has_sig": false,
"md5_digest": "feb687e767c2d92281fc938f856954fb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 14129,
"upload_time": "2023-11-13T12:39:52",
"upload_time_iso_8601": "2023-11-13T12:39:52.112941Z",
"url": "https://files.pythonhosted.org/packages/5e/c3/d81d60207dbd9597e3cdfe21c940fd861a8cd0c332195522f1bb35fe388b/periancli-0.0.26-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1cc566c207b3a3251c264795ae0727bbb473aa1730f5ce558dd17457b0f9d1fe",
"md5": "d75a60b986cbb2612c5601f79700668b",
"sha256": "a4bc333c168b554ee2551462ae50506986e4cc4625e777298e3cfe457725588e"
},
"downloads": -1,
"filename": "periancli-0.0.26.tar.gz",
"has_sig": false,
"md5_digest": "d75a60b986cbb2612c5601f79700668b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11572,
"upload_time": "2023-11-13T12:39:53",
"upload_time_iso_8601": "2023-11-13T12:39:53.827386Z",
"url": "https://files.pythonhosted.org/packages/1c/c5/66c207b3a3251c264795ae0727bbb473aa1730f5ce558dd17457b0f9d1fe/periancli-0.0.26.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-13 12:39:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "periancli"
}