Skip to main content

wex_core

Version: 29.0.2

Wex core

Table of Contents

Tests

This project uses pytest for testing and pytest-cov for code coverage analysis.

Installation

First, install the required testing dependencies:

.venv/bin/python -m pip install pytest pytest-cov

Basic Usage

Run all tests with coverage:

.venv/bin/python -m pytest --cov --cov-report=html

Common Commands

# Run tests with coverage for a specific module
.venv/bin/python -m pytest --cov=your_module

# Show which lines are not covered
.venv/bin/python -m pytest --cov=your_module --cov-report=term-missing

# Generate an HTML coverage report
.venv/bin/python -m pytest --cov=your_module --cov-report=html

# Combine terminal and HTML reports
.venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html

# Run specific test file with coverage
.venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing

Viewing HTML Reports

After generating an HTML report, open htmlcov/index.html in your browser to view detailed line-by-line coverage information.

Coverage Threshold

To enforce a minimum coverage percentage:

.venv/bin/python -m pytest --cov=your_module --cov-fail-under=80

This will cause the test suite to fail if coverage drops below 80%.

Integration in the Suite

This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.

Related Packages

The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.

Visit the Wexample Suite documentation for the complete package ecosystem.

Dependencies

  • attrs: >=23.1.0
  • cattrs: >=23.1.0
  • click:
  • psutil: >=5.9
  • wexample-app: >=19.0.0
  • wexample-cli: >=2.1.0
  • wexample-filestate-git: >=8.0.0
  • wexample-filestate: >=16.0.0
  • wexample-helpers-git: >=7.0.0

Versioning & Compatibility Policy

Wexample packages follow Semantic Versioning (SemVer):

  • MAJOR: Breaking changes
  • MINOR: New features, backward compatible
  • PATCH: Bug fixes, backward compatible

We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Free to use in both personal and commercial projects.

Integration in the Suite

This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.

Related Packages

The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.

Visit the Wexample Suite documentation for the complete package ecosystem.

About us

Wexample stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.

This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.

Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.

wex_core

Version: 20.3.3

Wex core

Table of Contents

Tests

This project uses pytest for testing and pytest-cov for code coverage analysis.

Installation

First, install the required testing dependencies:

.venv/bin/python -m pip install pytest pytest-cov

Basic Usage

Run all tests with coverage:

.venv/bin/python -m pytest --cov --cov-report=html

Common Commands

# Run tests with coverage for a specific module
.venv/bin/python -m pytest --cov=your_module

# Show which lines are not covered
.venv/bin/python -m pytest --cov=your_module --cov-report=term-missing

# Generate an HTML coverage report
.venv/bin/python -m pytest --cov=your_module --cov-report=html

# Combine terminal and HTML reports
.venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html

# Run specific test file with coverage
.venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing

Viewing HTML Reports

After generating an HTML report, open htmlcov/index.html in your browser to view detailed line-by-line coverage information.

Coverage Threshold

To enforce a minimum coverage percentage:

.venv/bin/python -m pytest --cov=your_module --cov-fail-under=80

This will cause the test suite to fail if coverage drops below 80%.

Integration in the Suite

This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.

Related Packages

The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.

Visit the Wexample Suite documentation for the complete package ecosystem.

Dependencies

  • attrs: >=23.1.0
  • cattrs: >=23.1.0
  • click:
  • psutil: >=5.9
  • wexample-app: >=12.0.0
  • wexample-filestate-git: >=7.0.0
  • wexample-filestate: >=9.0.0
  • wexample-helpers-git: >=6.6.0

Versioning & Compatibility Policy

Wexample packages follow Semantic Versioning (SemVer):

  • MAJOR: Breaking changes
  • MINOR: New features, backward compatible
  • PATCH: Bug fixes, backward compatible

We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Free to use in both personal and commercial projects.

Integration in the Suite

This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.

Related Packages

The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.

Visit the Wexample Suite documentation for the complete package ecosystem.

About us

Wexample stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.

This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.

Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.

A Python toolkit providing the core wex framework and foundational utilities.

Known Limitations & Roadmap

Current limitations and planned features are tracked in the GitHub issues.

See the project roadmap for upcoming features and improvements.

Status & Compatibility

Maturity: Production-ready

Python Support: >=3.10

OS Support: Linux, macOS, Windows

Status: Actively maintained

Useful Links

Migration Notes

When upgrading between major versions, refer to the migration guides in the documentation.

Breaking changes are clearly documented with upgrade paths and examples.

Known Limitations & Roadmap

Current limitations and planned features are tracked in the GitHub issues.

See the project roadmap for upcoming features and improvements.

Status & Compatibility

Maturity: Production-ready

Python Support: >=3.10

OS Support: Linux, macOS, Windows

Status: Actively maintained

Useful Links

Migration Notes

When upgrading between major versions, refer to the migration guides in the documentation.

Breaking changes are clearly documented with upgrade paths and examples.

Download files

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

Source Distribution

wexample_wex_core-29.0.2.tar.gz (70.0 kB view details)

Uploaded Source

Built Distribution

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

wexample_wex_core-29.0.2-py3-none-any.whl (119.3 kB view details)

Uploaded Python 3

File details

Details for the file wexample_wex_core-29.0.2.tar.gz.

File metadata

  • Download URL: wexample_wex_core-29.0.2.tar.gz
  • Upload date:
  • Size: 70.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.25.9 CPython/3.12.3 Linux/6.8.0-134-generic

File hashes

Hashes for wexample_wex_core-29.0.2.tar.gz
Algorithm Hash digest
SHA256 9acd136fd86b805acbdce15b3b24d74001d7262c6fa351f9c758e20d8fbe827c
MD5 96466ba69f951bc29e35b11d4365e85e
BLAKE2b-256 003a9ab2fd09c0561681521298de8b7f418779899afe93816e8cad863e8794c0

See more details on using hashes here.

File details

Details for the file wexample_wex_core-29.0.2-py3-none-any.whl.

File metadata

  • Download URL: wexample_wex_core-29.0.2-py3-none-any.whl
  • Upload date:
  • Size: 119.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: pdm/2.25.9 CPython/3.12.3 Linux/6.8.0-134-generic

File hashes

Hashes for wexample_wex_core-29.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 73b753a17bd46c7db962b8ddd1e392a0432839780037b7b5d6bc1e15af474741
MD5 b46bcfa1183812d814924c7b1f9c83c3
BLAKE2b-256 ee33e66c6bcd4984079684b1fd2dae96a7dbebb6a524c68a89da1b027bb47dfc

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

29.0.2 This release

2 files

29.0.1

2 files

29.0.0

2 files

28.1.0

2 files

28.0.0

2 files

27.0.2

2 files

27.0.1

2 files

27.0.0

2 files

26.1.4

2 files

26.1.3

2 files

26.1.2

2 files

26.1.1

2 files

26.1.0

2 files

26.0.1

2 files

26.0.0

2 files

25.1.0

2 files

25.0.0

2 files

24.5.0

2 files

24.4.0

2 files

24.3.0

2 files

24.2.0

2 files

24.1.4

2 files

24.1.3

2 files

24.1.2

2 files

24.1.1

2 files

24.1.0

2 files

24.0.0

2 files

23.0.2

2 files

23.0.1

2 files

23.0.0

2 files

22.2.1

2 files

22.2.0

2 files

22.1.0

2 files

22.0.0

2 files

20.3.3

2 files

20.3.2

2 files

20.3.1

2 files

20.3.0

2 files

20.2.1

2 files

20.2.0

2 files

20.1.0

2 files

20.0.2

2 files

20.0.1

2 files

20.0.0

2 files

17.0.0

2 files

16.0.1

2 files

16.0.0

2 files

15.4.0

2 files

15.3.1

2 files

15.3.0

2 files

15.2.0

2 files

15.1.0

2 files

15.0.0

2 files

14.1.0

2 files

14.0.0

2 files

7.3.0

2 files

7.2.0

2 files

7.1.0

2 files

7.0.0

2 files

6.0.68

2 files

6.0.67

2 files

6.0.66

2 files

6.0.65

2 files

6.0.64

2 files

6.0.55

2 files

6.0.49

2 files

6.0.48

2 files

6.0.47

2 files

6.0.45

2 files

6.0.44

2 files

6.0.43

2 files

6.0.41

2 files

6.0.40

1 file

6.0.39

2 files

6.0.38

2 files

6.0.37

2 files

6.0.36

2 files

6.0.35

2 files

6.0.34

2 files

6.0.33

2 files

6.0.32

2 files

6.0.31

2 files

6.0.30

2 files

6.0.29

2 files

6.0.28

2 files

6.0.27

2 files

6.0.26

1 file

6.0.25

2 files

6.0.24

2 files

6.0.23

2 files

6.0.21

2 files

6.0.20

2 files

6.0.17

2 files

6.0.16

2 files

6.0.15

2 files

6.0.14

2 files

6.0.13

2 files

6.0.10

2 files

6.0.9

2 files

6.0.8

2 files

6.0.7

2 files

6.0.6

2 files

6.0.5

2 files

6.0.4

2 files

6.0.3

2 files

6.0.2

2 files

6.0.1

2 files

0.0.40

1 file

Supported by

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