docker setup

This commit is contained in:
AdrienLSH
2023-11-23 16:43:30 +01:00
parent fd19180e1d
commit f29003c66a
5410 changed files with 869440 additions and 0 deletions

View File

@ -0,0 +1,9 @@
MIT License
Copyright 2020 Eugene Kolo
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,36 @@
Metadata-Version: 2.1
Name: install
Version: 1.3.5
Summary: Install packages from within code
Home-page: https://github.com/eugenekolo/pip-install
Author: Eugene Kolo
Author-email: eugene@kolobyte.com
License: MIT
Keywords: install packages from within code
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
# install
A package to install pip packages from within code.
Requires Python 2.7+, 3.5+
Usage:
```
import install
install.install('pkg_you_want')
# ... after retrieving a requirements.txt from the web or somewhere else
install.install('requirements.txt', requirements=True)
# ... need arbitary options?
install.install('my_pkg', pip_options=['--isolated'], install_options=['--no-clean', '--pre'])
```

View File

@ -0,0 +1,9 @@
install-1.3.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
install-1.3.5.dist-info/LICENSE,sha256=kvG99ID04jBaE8t6JCy00_HLw-h6kwvSTDRP2SdzCco,1064
install-1.3.5.dist-info/METADATA,sha256=Zt3VSqutmk6fUjoSs0mLA56Qj9qkaCkcqinKXQV82mQ,925
install-1.3.5.dist-info/RECORD,,
install-1.3.5.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
install-1.3.5.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
install-1.3.5.dist-info/top_level.txt,sha256=X01VG6uq-1ncgNlLGjwtXJdHHnihDAAmN0OxtWeODvI,8
install/__init__.py,sha256=ltUWUiwsxwS6djMCRHIUUaokXSfllwqAtf0t5t1i8VE,2347
install/__pycache__/__init__.cpython-311.pyc,,

View File

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