Skip to main content

Python proj btstrp test

Project description

PythonProjectBootstrapperTest

CI Code Coverage License GitHub commit activity PyPI - Python Version PyPI - Version PyPI - Downloads

PythonProjectBootstrapperTest

Python proj btstrp test

Overview

TODO: Complete this section

How to use PythonProjectBootstrapperTest

TODO: Complete this section

Installation via Executable

Download an executable for Linux, MacOS, or Windows to use the functionality provided by this repository without a dependency on Python.

  1. Download the archive for the latest release here; the files will begin with exe. and contain the name of your operating system.
  2. Decompress the archive

Installation via pip

Install the pyprjbtsttsting package via pip (Package Installer for Python) to use it with your python code.

pip install pyprjbtsttsting

Local Development

Follow these steps to prepare the repository for local development activities.

  1. Clone this repository

  2. Bootstrap the local repository by running...

    Operating System Command
    Linux / MacOS

    Standard:
    Bootstrap.sh

    Standard + packaging:
    Bootstrap.sh --package

    Windows

    Standard:
    Bootstrap.cmd

    Standard + packaging:
    Bootstrap.cmd --package

  3. Activate the development environment by running...

    Operating System Command
    Linux / MacOS . ./Activate.sh
    Windows Activate.cmd
  4. Invoke Build.py

    Command Description Example Notes
    black Validates that the source code is formatted by black.

    Validation:
    python Build.py black

    Perform formatting:
    python Build.py black --format

    pylint Validates the source code using pylint. python Build.py pylint
    pytest Runs automated tests using pytest.

    Without Code Coverage:
    python Build.py pytest

    With Code Coverage:
    python Build.py pytest --code-coverage

    update_version Updates the semantic version of the package based on git commits using AutoGitSemVer. python Build.py update_version
    package Creates a Python wheel package for distribution; outputs to the /dist directory. python Build.py package Requires --package when bootstrapping in step #2.
    publish Publishes a Python wheel package to PyPi.

    https://test.pypi.org:
    python Build.py publish

    https://pypi.org:
    python Build.py publish --production

    Requires --package when bootstrapping in step #2.
    build_binary Builds an executable for your package that can be run on machines without a python installation; outputs to the /build directory. python Build.py build_binary Requires --package when bootstrapping in step #2.
  5. [Optional] Deactivate the development environment by running...

    Operating System Command
    Linux / MacOS . ./Deactivate.sh
    Windows Deactivate.cmd

License

PythonProjectBootstrapperTest is licensed under the MIT license.

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

If you're not sure about the file name format, learn more about wheel file names.

pyprjbtsttsting-0.1.12-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file pyprjbtsttsting-0.1.12-py3-none-any.whl.

File metadata

File hashes

Hashes for pyprjbtsttsting-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 debdb9fc37e8e5f49b096a480e3bb108ead1038ca726de01141be7ac8272bf9f
MD5 5a5970d498f9dbcbc0004bc0ed237615
BLAKE2b-256 59ec54b68b4b13c4aed857aa4264e9891caa8e0d2214feaba48e0a22278fccec

See more details on using hashes here.

Supported by

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