Metadata-Version: 2.4
Name: qiskit_noise_analysis
Version: 0.1.1
Summary: Project is under development and soon be uploaded.
Home-page: https://github.com/joshicoding/qiskit_noise_analysis
Author: Mohit Joshi
Author-email: joshimohit@bhu.ac.in
Project-URL: Bug Tracker, https://github.com/joshicoding/qiskit_noise_analysis/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

## python package publishing from
https://www.youtube.com/watch?v=Kz6IlDCyOUY&t=4s

## Commands so far
```
conda create -n qiskit_noise_analysis
conda activate qiskit_noise_analysis
conda install python 

pip install setuptools wheel twine

# create necessary files for package + setup.py file

# to create the package
python setup.py sdist bdist_wheel

# testing locally
pip install dist/qiskit_noise_analysis-0.1-py3-none-any.whl

# uploading to pypi
twine upload dist/*
```


## Packages untill now:
- python 3.13.2
- pip 25.1



## Folder setup

qiskit_noise_analysis
|---qiskit_noise_analysis
|    |--- __init__.py
|    |___ main.py
|---setup.py
|---README.py
