Skip to main content

Python project generator.

Project description

monty

In what follows python3 is an alias for python3.5 or any later version (python3.6 and so on).

Installation

Install the latest pip & setuptools packages versions

python3 -m pip install --upgrade pip setuptools

Release

Download and install the latest stable version from PyPI repository

python3 -m pip install --upgrade montemplate

Developer

Download and install the latest version from GitHub repository

git clone https://github.com/lycantropos/monty.git
cd monty
python3 setup.py install

Development

Bumping version

Install bump2version.

Choose which version number category to bump following semver specification.

Test bumping version

bump2version --dry-run --verbose $VERSION

where $VERSION is the target version number category name, possible values are patch/minor/major.

Bump version

bump2version --verbose $VERSION

Note: to avoid inconsistency between branches and pull requests, bumping version should be merged into master branch as separate pull request.

Running tests

Plain

python3 setup.py test

Inside Docker container

docker-compose up

Bash script (e.g. can be used in Git hooks)

./run-tests.sh

PowerShell script (e.g. can be used in Git hooks)

.\run-tests.ps1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

montemplate-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

montemplate-0.0.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page