1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Initial commit

This commit is contained in:
MoonTestUse1
2024-12-23 19:27:44 +06:00
commit e81df4c87e
4952 changed files with 1705479 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 minhng-info
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.

View File

@@ -0,0 +1,53 @@
Metadata-Version: 2.1
Name: blank
Version: 0.1.0
Summary: A blank / template for creating a new Python package
Home-page: https://github.com/minhng-info/blank
Author: minhng-info
Author-email: minhng92@gmail.com
Maintainer: minhng-info
Maintainer-email: minhng92@gmail.com
License: MIT
Download-URL: https://github.com/minhng-info/blank/tarball/master
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4,
Description-Content-Type: text/markdown
# python-blank
A blank / template for creating a new Python package
# Installation
```
$ pip install blank
```
# Usage
## CLI
```
$ hello_blank
Welcome to Blank package!
```
## Package
``` python
import blank
print(blank.reverse("minhng.info")) # "ofni.gnhnim"
```

View File

@@ -0,0 +1,15 @@
../../Scripts/hello_blank.exe,sha256=g_8TNp8363feK0Kp4hgLXL1qgnnRG0dXwsFXc5YNBQw,108420
blank-0.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
blank-0.1.0.dist-info/LICENSE,sha256=xOEPaTqaTtdXERl22ebdAc9eHnwxsaJ9qKfFek3qKWU,1068
blank-0.1.0.dist-info/METADATA,sha256=f0ehmaFsjzNCAVi0g6ERifPQUciP73Slfg6Fwnjq1s4,1327
blank-0.1.0.dist-info/RECORD,,
blank-0.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
blank-0.1.0.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
blank-0.1.0.dist-info/entry_points.txt,sha256=Y15MVZ3jakpgi0v70_qfXvsBaheiIpNcXO8EK755WxU,54
blank-0.1.0.dist-info/top_level.txt,sha256=vrszZC16HLI0BuTva0w-2ZEVlMR0rtU7yuxlAh9zJK0,6
blank/__init__.py,sha256=U8jiz9DcPCHZ2xuukXhT7jc0rGY0JmG9hO5baiQOwfM,127
blank/__pycache__/__init__.cpython-311.pyc,,
blank/__pycache__/blank_func.cpython-311.pyc,,
blank/__pycache__/main.cpython-311.pyc,,
blank/blank_func.py,sha256=c7xi8JncEoA4I4aXizs-oU9dPDipq7grAqsZt9asTQ8,204
blank/main.py,sha256=qjUW3bi5libEdJH4sIV5pcTeY1i__jKjplpuM7WePC0,82

View File

@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

View File

@@ -0,0 +1,3 @@
[console_scripts]
hello_blank = blank.main:say_hello

View File

@@ -0,0 +1 @@
blank