
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
.. image:: https://travis-ci.org/n9code/pylease.svg?branch=master :target: https://travis-ci.org/n9code/pylease :alt: Build Status
.. image:: https://landscape.io/github/n9code/pylease/master/landscape.svg?style=flat :target: https://landscape.io/github/n9code/pylease/master :alt: Code Health
.. image:: https://coveralls.io/repos/n9code/pylease/badge.svg?branch=master :target: https://coveralls.io/r/n9code/pylease?branch=master :alt: Code Coverage
.. image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://raw.githubusercontent.com/n9code/pylease/master/LICENSE :alt: License
Pylease is a simple package that tends to ease the release process of a regular Python package. The aim of Pylease is to make it as
simple as possible by requiring as little as possible. For more details on using Pylease please see the documentation <http://pylease .n9co.de>
_.
Start using pylease by just navigating to you package root (the directory containing setup.py
) and simply use the command-line::
$ pylease status
Now you will see basic information about your package, like name and version. Then take a try and do::
$ pylease make --dev
This will release the package with version '1.0.dev1', i.e. update the version in setup.py. The release levels include major, minor, patch and dev
.
If you want to initiate a branch new project, perform this::
$ pylease init my_project
This will prepare and create all needed files and directories for your project skeleton.
Pylease also comes with extensions mechanisms. It includes some useful extensions that might be used in combination as well as anyone can write extensions for Pylease to enhance it.
Git
Git extension provides functionality to automatically create a tag on the
git repository associated with the version, and commit the changes made to
the ``setup.py``.
This may be achieved by simply adding ``--git-tag`` argument while calling
pylease::
$ pylease make --minor --git-tag
After making the release, you will additionally have a new commit
containing the setup.py update as well as a new tag pointing to that commit.
PyPI
PyPI extension provides an ability to automatically upload you package distribution to PyPi <http://pypi.python.org>
_ after releasing your project. To enable this feature use the --pypi
command line option::
$ pylease make --major --pypi
FAQs
Easy package versioning and release management
We found that pylease demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.