https://github.com/mpcodewriter21/minipyer
minipyer is a code minifier python package. You can use this package to minipy your codes. =)
https://github.com/mpcodewriter21/minipyer
css minify minipy python
Last synced: about 1 month ago
JSON representation
minipyer is a code minifier python package. You can use this package to minipy your codes. =)
- Host: GitHub
- URL: https://github.com/mpcodewriter21/minipyer
- Owner: MPCodeWriter21
- License: apache-2.0
- Created: 2022-04-21T09:29:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T14:36:36.000Z (about 4 years ago)
- Last Synced: 2025-09-30T04:54:19.933Z (8 months ago)
- Topics: css, minify, minipy, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MINIPYER (BETA)
========
Minipyer is a simple Python package that you can use in order to minify your code. It supports all programming
languages! (Well, at least I'm planning it 8D)
### Version 0.1.0
Supported languages
-------------------
+ CSS
----------
- Just this? I thought you said _all_ languages?
+ Well... You can support this project by [donating](https://github.com/MPCodeWriter21/minipyer/blob/master/DONATE.md)
or by contributing to the project.
You can suggest a new language by opening an issue on the [GitHub repository](https://github.com/MPCodeWriter21/minipyer)
or by sending an email to [CodeWriter21@gmail.com](mailto:CodeWriter21@gmail.com).
Installation
------------
This is a Python package, so the first thing you need inorder to use it is to [install Python](https://python.org).
Then you can install the package using pip:
```shell
pip install minipyer
# OR
python -m pip install minipyer
```
If you don't want to use pip, you can clone the repository and install it:
```shell
# Clone the repository
git clone https://github.com/MPCodeWriter21/minipyer
# Go to the cloned directory
cd minipyer
# Install the package
python setup.py install
```
About
-----
Author: CodeWriter21 (Mehrad Pooryoussof)
GitHub Page: [MPCodeWriter21](https://github.com/MPCodeWriter21)
Telegram Channel: [@CodeWriter21](https://t.me/CodeWriter21)
Aparat Channel: [CodeWriter21](https://www.aparat.com/CodeWriter21)
### License
[apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
### Donate
In order to support this project you can donate some crypto of your choice 8D
[Donate Addresses](https://github.com/MPCodeWriter21/minipyer/blob/master/DONATE.md)