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
- Host: GitHub
- URL: https://github.com/theadaptoid/building-blocks
- Owner: TheAdaptoid
- License: gpl-3.0
- Created: 2024-09-22T22:45:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T04:09:30.000Z (about 1 year ago)
- Last Synced: 2025-10-27T09:42:59.571Z (8 months ago)
- Topics: modules, package, python
- Language: Python
- Homepage:
- Size: 385 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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!