Skip to main content

No project description provided

Project description

pyquickstart

Pipeline Coverage PyPI

Features

  • Intuitive Python project creation
  • Well-defined standard template

Standard template

We use this template for our own projects following modern best practices:

  • Linting with flake8
  • Testing automation with pytest and tox for current Python releases
  • Measuring code coverage with pytest-cov and coverage
  • Continuous integration on Gitlab
  • Packaging as wheel
  • Deployment on PyPI using twine

Technical requirements

Below is the list of currently supported Python releases:

# Python
1 3.6
2 3.7
3 3.8

Code and contribution

The code is open source and released under the MIT License (MIT). It is available on Gitlab and follows the guidelines about Semantic Versioning for transparency within the release cycle and backward compatibility whenever possible.

All contributions are welcome, whether bug reports, code contributions and reviews, documentation or feature requests.

Installation

Install pyquickstart using pip:

$ pip install pyquickstart

Usage

Create a new Python project from the standard template in your current working directory by running pyquickstart:

$ pyquickstart

Then answer a few simple questions, default values in square brackets:

project [shinyprojectname]: 
author [John Doe]: 
author_email [john@example.com]: 
repository_url [https://gitlab.com/johndoe/shinyprojectname]: 
year [2020]: 

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyquickstart-1.0.1-py3-none-any.whl (12.8 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