Simple command reminder application
Project description
Simple command reminder application
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 krmd cli application
$ krmd --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 Your local command reminder
,
and can be built with the included make
helper:
$ make docker
$ docker run -it krmd --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file krmd-0.0.1.dev20220320211225.tar.gz
.
File metadata
- Download URL: krmd-0.0.1.dev20220320211225.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25715f18848e139d2c538976ccecea9cfa5235cebbead4a79a56925736cff30c |
|
MD5 | 03db71770e479c959ea8c8e9d497cb32 |
|
BLAKE2b-256 | 9f358b3f56508949db5d70433ee0d24f23c83db76614f20d2c0d1370dd86e302 |
File details
Details for the file krmd-0.0.1.dev20220320211225-py3-none-any.whl
.
File metadata
- Download URL: krmd-0.0.1.dev20220320211225-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9af11964d6d6b7b17a665f416cfe257a297eed4a13b7a1809971875669ca2f2 |
|
MD5 | ed970bcba0f2fc6ad9a34dddb810ed59 |
|
BLAKE2b-256 | 1a2ce4d85dd3dda958096334e72ed996ae76f99107db961c14bcac723d1377b7 |