Metadata-Version: 2.4
Name: essential_building_blocks
Version: 1.0.2
Summary: A Python package of common functions, classes, and data structures.
Home-page: https://github.com/TheAdaptoid/Building-Blocks
Author: Marion Forrest
Author-email: 111011653+TheAdaptoid@users.noreply.github.com
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: summary


**Essential Building Blocks**
================

A Public Python Package for Commonly Used Functions, Classes, and Data Structures
--------------------------------------------------------------------------------

**Overview**
------------

Building Blocks is a Python package designed to simplify the development of school assignments, side projects, and hackathon submissions. It provides a collection of commonly used functions, classes, data structures, and other boilerplate code to help you get started quickly.

**Installation**
------------

To install Building Blocks, run the following command:

```bash
pip install essential-building-blocks==1.0.1
```

**Contributing**
------------

We welcome contributions to Building Blocks! If you'd like to add your code to the package, please follow these steps:

1. Clone the repository: `git clone https://github.com/your-username/building-blocks.git`
2. Create a new module or add to an existing module.
3. Add your name and project to the contributors list in `README.md`.
4. Submit a pull request to the main repository.

**Contents**
------------

Building Blocks currently includes the following modules:

* `data_structures`: A collection of common data structures.
* `mathematics`: A collection of common mathematical functions and classes.

**Contributors**
------------

| Module                       | Contributor    | University / Organization / Company |
| ---------------------------- | -------------- | ----------------------------------- |
| data_structures, mathematics | Marion Forrest | University of North Florida         |

**License**
-------

Building Blocks is released under the [GNU GENERAL PUBLIC LICENSE](LICENSE.txt).

**Acknowledgments**
---------------

Thank you for checking out and/or contributing to this package!
