Metadata-Version: 2.4
Name: testing_testing_1_2_3
Version: 0.1.1
Summary: testing out library setup in python
Author: Blake Thollaug
Maintainer: Blake Thollaug
License-Expression: MIT
Keywords: sample,packaging,testing
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy>=2.4
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# Testing Testing 1 2 3 

**Author**: Blake Thollaug

**Overview**: This is a test program for understanding how to create and manage pythonic libraries.

**Features**: As this is only a test, the features of this project exist to serve as reference for how to do whatever it is that they accomplish. The package comes with two modules (module_1 and module_2) where each module has a single example.py script containing a function that takes an argument, does math and returns the result and a function that logs a string to console. This is to ensure that any furture packages can make full use of the modular structure of python libraries and to determine how both to call functions with arguments and to call functions through the command line. Moreover, the math functions use a resource from an imported package, testing out whether packages can use other packages in all the environments where the test package may be utilized.

## Installation
install with pip    : `pip install testing-testing-1-2-3`
uninstall with pip  : `pip uninstall testing-testing-1-2-3`
