Metadata-Version: 2.1
Name: the_agreement
Version: 0.1.2.1
Summary: A package that demonstrates a decorator for simulating a small part of female consent in China
Home-page: https://github.com/Locked-chess-official/the_agreement
Author: Huang Hao Hua
Author-email: 13140752715@163.com
License: MIT License
        
        Copyright (c) 2025 Locked-chess-official
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# the_agreement
<pre>
This is a program that simulate the difficuty of the male in China now. You can run or import the program and decoration your function.
In China, the male are facing to be a "rapist" if they have stayed with the female without the physical evidence, just like the female_func in the program.
</pre>
## How to install?
pip:
```
pip install the_agreement
```
git:
```
git clone https://github.com/Locked-chess-official/the_agreement
```
## How to use?
<pre>
Run the code, and you need to input 1 or 2 to choose a game.
Game 1: you don't need to operation. You will known how many times you can print.
Game 2: you need to choose whether to call. If the female_func doesn't agree, you will get some punish.

Import it, and you can decoration your function.
</pre>
```
import the_agreement
@the_agreement.protection_female_wrap(0.5):
def some_function():
    ...
```


# Change Log

## 2025.4.22

### Fix
<pre>
Correct the type hint.
Change some sentences.
</pre>

## 2025.4.25

### Fix
<pre>
Change the doc of the decorator.
</pre>

