A public repository and museum for high-quality, reinvented machine learning modules and core computing algorithms.
Project description
OpenForge
Welcome to OpenForge! This is a public Python library built for developers who love to build things from scratch.
Have you ever spent days coding a custom Linear Regression algorithm, a unique Markov Chain module, or a custom game engine just to learn how it works under the hood? You can't merge it into major libraries like Scikit-Learn because they already have it—but your hard work shouldn't be wasted.
This library is a museum of reinvented wheels. It is a place to publish your custom-built modules, showcase your engineering grit, and leave your permanent mark on the open-source world.
🛠️ How It Works (The Import Layout)
To prevent anyone's code from overwriting someone else's, every single developer gets their own isolated username space. Users can import your exact code using this clean layout:
# If your username is 'alex' and you built a tictactoe bot
from artisan_wheelhouse.alex import infinite_tictactoe
# If your username is 'sarah' and you organized your ML modules
from artisan_wheelhouse.sarah.ml.supervised import linear_regression
📜 The Rules for Publishing
Anyone is welcome to contribute! To keep the library clean, functional, and organized, all submissions must follow these simple rules:
- Anyone Can Publish: Whether you are a computer science student or a senior engineer, if you built something from scratch to learn, you can submit it.
- Unique Usernames: Your username folder must be completely unique. Once a username is taken, it belongs to that developer.
- Username Format: Your username folder name must be all lowercase and contain no spaces (use underscores if needed, e.g.,
john_doe). It must be a valid Python identifier. - Strict Boundaries: You can only add or modify files inside your own specific username folder. Touching or modifying another user's folder will result in immediate rejection.
- The
__init__.pyRequirement: Every folder and sub-folder you create inside your namespace must contain an__init__.pyfile so Python can find and import your modules correctly. - Honest & Working Code: Your module must do exactly what it claims to do. It will be carefully reviewed. If it contains game-breaking bugs, malicious code, or does not work as advertised, it will be rejected.
- Keep Dependencies Low: Try to use vanilla Python or basic standard libraries. If your module requires heavy external packages, explain why in your pull request.
🚀 How to Submit Your Module
- Fork the repository on GitHub.
- Create your unique username folder under
artisan_wheelhouse/(e.g.,artisan_wheelhouse/your_username/). - Add an empty
__init__.pyfile inside your folder. - Write your beautiful code, organize it into categories if you like, and include a short docstring explaining how to use it.
- Open a Pull Request (PR). Once reviewed and merged, your code will be bundled into the next official PyPI release for everyone to
pip install!
Let's build, reinvent, and leave a mark!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openforge-0.1.0.tar.gz.
File metadata
- Download URL: openforge-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cc66919c5abcad1593a31183d7e8ab4dd647761816597cd414a72ae51db1547
|
|
| MD5 |
b80f7eac78746f95af857a000a1a5af4
|
|
| BLAKE2b-256 |
19cf71c1dbeb74f4513dcf168418122e2653161e348a5c9afebbcbff05c2c339
|
File details
Details for the file openforge-0.1.0-py3-none-any.whl.
File metadata
- Download URL: openforge-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d622ea820e1f656087a6085305341b60de7872eed915c5cfbeb74da49d319464
|
|
| MD5 |
137e5841931f33a1d714a0bcd311af66
|
|
| BLAKE2b-256 |
38b02c7e50b7a532a965803a2a37dab06942374caa7752cad7c83de6c446707b
|