Loading CONTRIBUTING.rst +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ Preparing your Fork 3. ``cd theproject`` 4. `Create and activate a virtual environment <https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments>`__. 5. Install the development requirements: ``pip install .[tests]``. 5. Install the development requirements: ``uv sync --extra tests``. 6. Create a branch: ``git checkout -b foo-the-bars 1.3``. Making your Changes Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -65,10 +65,10 @@ GnuTLS, LibreSSL, or wolfSSL. As a result, CryptoLyzer recognizes more TLS ciphe ## Usage ### pip ### uv ```shell pip install cryptolyzer uv tool install cryptolyzer ``` ```shell Loading docs/development.rst +3 −5 Original line number Diff line number Diff line Loading @@ -2,14 +2,12 @@ Development ----------- If you want to setup a development environment, you are in need of `pipenv <https://docs.pipenv.org/>`__. If you want to setup a development environment, you are in need of `uv <https://docs.astral.sh/uv/>`__. .. code:: shell git clone --recurse-submodules \ https://gitlab.com/coroner/cryptolyzer cd cryptolyzer pipenv install --dev pipenv run python setup.py develop pipenv shell cryptolyze -h uv sync --extra tests uv run --env-file .env cryptolyze -h docs/installation.rst +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Python Package .. code:: shell pip install cryptolyzer uv tool install cryptolyzer Docker ====== Loading llms.txt +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ ## Install ``` bash pip install cryptolyzer uv tool install cryptolyzer # or via Docker docker run --rm coroner/cryptolyzer tls all example.com Loading Loading
CONTRIBUTING.rst +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ Preparing your Fork 3. ``cd theproject`` 4. `Create and activate a virtual environment <https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments>`__. 5. Install the development requirements: ``pip install .[tests]``. 5. Install the development requirements: ``uv sync --extra tests``. 6. Create a branch: ``git checkout -b foo-the-bars 1.3``. Making your Changes Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -65,10 +65,10 @@ GnuTLS, LibreSSL, or wolfSSL. As a result, CryptoLyzer recognizes more TLS ciphe ## Usage ### pip ### uv ```shell pip install cryptolyzer uv tool install cryptolyzer ``` ```shell Loading
docs/development.rst +3 −5 Original line number Diff line number Diff line Loading @@ -2,14 +2,12 @@ Development ----------- If you want to setup a development environment, you are in need of `pipenv <https://docs.pipenv.org/>`__. If you want to setup a development environment, you are in need of `uv <https://docs.astral.sh/uv/>`__. .. code:: shell git clone --recurse-submodules \ https://gitlab.com/coroner/cryptolyzer cd cryptolyzer pipenv install --dev pipenv run python setup.py develop pipenv shell cryptolyze -h uv sync --extra tests uv run --env-file .env cryptolyze -h
docs/installation.rst +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Python Package .. code:: shell pip install cryptolyzer uv tool install cryptolyzer Docker ====== Loading
llms.txt +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ ## Install ``` bash pip install cryptolyzer uv tool install cryptolyzer # or via Docker docker run --rm coroner/cryptolyzer tls all example.com Loading