A cement boilerplate
Project description
A cement boilerplate
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 cementstarter cli application
$ cementstarter --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 Starter project Using Cemnet framework,
and can be built with the included make helper:
$ make docker
$ docker run -it cementstarter --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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cementstarter-0.0.1.tar.gz.
File metadata
- Download URL: cementstarter-0.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a114268a76ea504c9c028a28de4b5d95aff3387d4ed1690b8d8ed938c278bc8
|
|
| MD5 |
f2ae58a9677c2eb323193e284ac3afc3
|
|
| BLAKE2b-256 |
6634160c96b8f8e2fdac63864cb7740d742056334690ec6e0961ba36f34d2db7
|
File details
Details for the file cementstarter-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cementstarter-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a88f04acc9c890340684a0a9f7e80a508136d751bacb9011ec747d4153720a4d
|
|
| MD5 |
70ef91941fabfdf527a2a362becc0193
|
|
| BLAKE2b-256 |
b2fb24d1a4af5692dc38ca5b751194cca4fa5ca0edb6c975406694cb509bce6f
|