An open API service indexing awesome lists of open source software.

https://github.com/theadaptoid/building-blocks

A Public Python Package for Commonly Used Functions, Classes, and Data Structures
https://github.com/theadaptoid/building-blocks

modules package python

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

**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.2
```

**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!