Metadata-Version: 2.4
Name: saz
Version: 0.1.3
Summary: Tools for CSV cleaning and reporting
Home-page: https://github.com/samansiadati/saz
Author: Saman Siadati
Author-email: siadatisaman@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/samansiadati/saz/issues
Keywords: pandas,csv,data cleaning,reporting,saz
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

Saz has been created to make it so easy for anyone to handle any kind of data and use it to dig more and find out about the story behind the features. 
It was written using pandas and tried to use very basic steps which can be understood by anyone, even Python beginners.
Please send me your feedback to this email: siadatisaman@gmail.com



....................................................................

Saz means proper or worthy in ancient Persian(Parsig) (D. N. Mackenzie - A Concise Pahlavi Dictionary (School of Oriental & African Studies) (2002))

------------------------------------
This is the architecture of this library:

saz/
├── saz/                      ← Python module folder
│   ├── __init__.py           ← Expose public functions here
│   └── sazi.py               ← Your implementation (e.g., remove_quotes, make_csv)
├── LICENSE
├── README.md                 ← Markdown readme (long_description)
├── requirements.txt          ← Optional dependencies
├── setup.py
├── setup.cfg                 ← Optional metadata
└── pyproject.toml            ← Required for modern builds
