Metadata-Version: 2.4
Name: pass-shared
Version: 2.0.0
Summary: CSS preprocessor (Python 3 port of the original Pass by Rim Valiulin)
Home-page: https://github.com/shiroko973/pass-shared
Download-URL: https://github.com/shiroko973/pass-shared
Author: Rim Valiulin, shiroko
Author-email: rim.valiulin@gmail.com, 3207774253@qq.com
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# pass-shared

> **Community maintained fork of [Pass](https://pypi.org/project/Pass/) by Rim Valiulin (2014).**
>
> The original project was a CSS preprocessor written for Python 2.
> This fork ports it to Python 3 and adds modern packaging standards.
>
> **Original dedication: "To my wife."**

## Installation

```bash
pip install pass-shared
```

Original Author

Rim Valiulin (rim.valiulin@gmail.com)
Created Pass, a dynamic stylesheet language and CSS preprocessor, in 2014.
Original repository: https://github.com/rimvaliulin/pass (no longer available)

Maintainer

shiroko (2026) — Python 3 port, modern packaging & ongoing maintenance.

License

BSD — same as the original project.
