Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
a set of invoke
-inspired, raft
-based convocations that we hope
can help make development and devops a little easier. powered by angry penguins.
useful utilities when working on projects intended to be published in a python repository like pypi
creates a template project that you can use to create packages / modules that will be deployed to pypi or another python repository.
useful utilities to make life easier for those getting started with using a repository.
creates a standard virtual environment for running the project
builds the project using setup.py or pyproject.toml
cleans any builds
runs test via pytest and prints out a coverage report
bumps the current version of the project via bumpversion
uploads any distribution via twine
a handy combination of clean, test, build, version, upload
name | description |
---|---|
convocations.prefix | a handy prefix used in output and the directory in which cfn templates / parameters can be found |
aws | object |
aws.profile | the profile to use when creating boto3 sessions |
aws.start_url | the sso start url |
aws.account_id | the target account id for sso |
aws.sso_account_id | an alias for account_id |
aws.sso_region | the region in which sso is configured |
aws.sso_start_url | an alias for start_url |
aws.role | the role which we will assume after sso is completed, if unspecified, we will take the first role alphabetically |
aws.sso_role_name | an alias for role |
aws.global_parameter_files | files that contain parameters that should be loaded by default when using cloudformation. by convention the file at convocation.prefix/params/global.yml will also be loaded. |
azure development will require certain os level packages to be installed:
apt install -y gnome-keyring libgirepository1.0-dev libcairo2-dev
FAQs
convocations
We found that convocations demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.