Skip to main content

Python Workflow for internal proprietary project.

Project description

Documentation Status https://github.com/MacHu-GWU/pywf_internal_proprietary-project/actions/workflows/main.yml/badge.svg https://codecov.io/gh/MacHu-GWU/pywf_internal_proprietary-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/pywf-internal-proprietary.svg https://img.shields.io/pypi/l/pywf-internal-proprietary.svg https://img.shields.io/pypi/pyversions/pywf-internal-proprietary.svg https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Document-blue.svg https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to pywf_internal_proprietary Documentation

https://pywf-internal-proprietary.readthedocs.io/en/latest/_static/pywf_internal_proprietary-logo.png

pywf_internal_proprietary streamlines internal proprietary Python project development by providing a unified workflow automation framework. It eliminates the cognitive overhead of switching between projects by normalizing common development tasks through a consistent interface.

The library automates common operations for projects using:

  • A public GitHub repo to host your project.

  • Use poetry to manage your project dependencies and build distribution package.

  • Use pytest unit test framework for testing.

  • Use GitHub Actions to run your test.

  • Use Codecov.io to publish your test coverage result.

  • Use sphinx-doc to build your documentation website.

  • A private CloudFlare Pages project that requires email login to host your documentation website.

  • A private AWS S3 Bucket to store your historical versioned document site as a record.

  • Use twine to publish your package to AWS CodeArtifact.

  • Use AWS CodeArtifact to publish your package.

  • Use GitHub Release to track your historical assets.

It assumes the following code folder structure:

.github/workflows/main.yml # GitHub Actions CI/CD configuration file
${package_name}/
${package_name}/__init__.py
${package_name}/*.py
docs/
docs/source # documentation source folder
docs/source/conf.py # sphinx doc configuration file
tests/ # unit test folder
bin/ # development workflow automation scripts
bin/pywf.py
bin/s01_....py
bin/s02_....py
bin/...
Makefile # makefile for automation
.coveragerc # code coverage test configuration file
codecov.yml # code coverage CI rules configuration file
pyproject.toml # Python project configuration file, no setup.py

Project Maintainer Note

This project follows the best practice mentioned in THIS DOCUMENT.

Install

pywf_internal_proprietary is released on PyPI, so all you need is to:

$ pip install pywf-internal-proprietary

To upgrade to latest version:

$ pip install --upgrade pywf-internal-proprietary

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

pywf_internal_proprietary-0.1.6.tar.gz (31.5 kB view details)

Uploaded Source

Built Distribution

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

pywf_internal_proprietary-0.1.6-py3-none-any.whl (43.7 kB view details)

Uploaded Python 3

File details

Details for the file pywf_internal_proprietary-0.1.6.tar.gz.

File metadata

File hashes

Hashes for pywf_internal_proprietary-0.1.6.tar.gz
Algorithm Hash digest
SHA256 6df8507c9c62871d3607e88a39d6554d859fb7b74c7372db6eead3271dacf6e5
MD5 7ddd8198343226373fb726ded8d56d1e
BLAKE2b-256 8e35db21d9c6bae499bdd368e1f8b6c59b915db0d919afa54f47d05fec7bb14f

See more details on using hashes here.

File details

Details for the file pywf_internal_proprietary-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for pywf_internal_proprietary-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 a72c189bb9f6ac9e6b8ef23f7b03649ab07981a4284cf3feaaba3992517beb9e
MD5 21d0200afaf2d1f7e0e5b653905cc91d
BLAKE2b-256 fd0fa4cf91deabeb1d1ac400ef44fa176e8408fcd90c460aab5c335d7103f48f

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