A Cli tool for Grepsr Developers
Project description
A Cli tool for Grepsr Developers
Installation
$ pip install -r requirements.txt
$ pip install setup.py
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 grepsrcli cli application
$ grepsrcli --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 Grepsr Cli
,
and can be built with the included make
helper:
$ make docker
$ docker run -it grepsrcli --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
grepsr-cli-0.4.21.tar.gz
(14.9 kB
view details)
File details
Details for the file grepsr-cli-0.4.21.tar.gz
.
File metadata
- Download URL: grepsr-cli-0.4.21.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40243962dbe411c3267d53fb150a12fb5e2e24342e8c81774a863c2edd62e54e |
|
MD5 | c21c8edd3d62d9864fe698f37cc81eb6 |
|
BLAKE2b-256 | 1868dffcf48678f7a71e05de0386cc49d6b2edf212bd937780f6e73e3b757f62 |