Metadata-Version: 2.4
Name: pstorch
Version: 0.1.2
Summary: The goal of this project is to make pytorch easier to use.
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: huggingface>=0.0.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: safetensors>=0.7.0
Requires-Dist: torch>=2.9.1
Requires-Dist: transformers>=4.57.3

# Building my own mini-Pytorch wrapper

I want to learn deeply about everything hence this reimplementation

Here is the overview of the process:

1. Basics


---

## The Progress is here

* [ ] Basics

---
## Progress Description
Basic Setup for making it to full fledge library is done. 
I am using Makefile for building the systems, for now the docs and testiing is not done. I will add those things later on. 

### soon
