معرفی شرکت ها


cjdk-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Auto-download JDK or JRE and run Java apps from Python or CLI
ویژگی مقدار
سیستم عامل -
نام فایل cjdk-0.3.0
نام cjdk
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mark A. Tsuchida
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/cjdk/
مجوز Copyright 2022 Board of Regents of the University of Wisconsin System 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.
<!-- This file is part of cjdk. Copyright 2022 Board of Regents of the University of Wisconsin System SPDX-License-Identifier: MIT ---> # cjdk **cjdk** (for "cached JDK") is a Python package and command-line tool to download and run JDK (Java Development Kit) or JRE (Java Runtime Environment) distributions. Previously used JDKs are kept in the user's cache directory, so that future invocations do now require a download. ## What for - Installing exact JDK versions for reproducible testing - Working with multiple versions of JDKs - Deploying tools that require Java Using the command-line interface of **cjdk**, you can run Java programs using a one-liner, without having to worry about whether the user has installed a new enough Java runtime and set `JAVA_HOME` and `PATH` to appropriate values. For example, the following command will run [Checkstyle](https://checkstyle.org/) using Temurin JRE 17 (which will be downloaded if this is the first time it is requested): ```sh cjdk --jdk=temurin-jre:11 exec java -jar checkstyle-10.3-all.jar -c style.xml MyApp.java ``` See the [documentation](https://cachedjdk.github.io/cjdk/latest) for detailed usage. **cjdk** was inspired by [Coursier](https://get-coursier.io/)'s [`java`](https://get-coursier.io/docs/cli-java) command, and uses Coursier's [JDK index](https://github.com/coursier/jvm-index)). Unlike Coursier, **cjdk** does not require a Java runtime to bootstrap. ## Installing **cjdk** requires Python 3.8. ```sh pip install cjdk ``` ## [Documentation](https://cachedjdk.github.io/cjdk/latest) ## Licensing **cjdk** is distributed under the MIT license. Please see LICENSE.txt.


نیازمندی

مقدار نام
>=8.0 click
>=4.0 progressbar2
>=2.24 requests
>=2.0 flask
>=7.0 pytest
>=2.0 werkzeug


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl cjdk-0.3.0:

    pip install cjdk-0.3.0.whl


نصب پکیج tar.gz cjdk-0.3.0:

    pip install cjdk-0.3.0.tar.gz