
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
call negar module in your python source code and write error log & text log to a file ...
# linux
sudo python3 -m pip install negar
# windows
py -m pip install negar
# linux
sudo python3 -m pip install https://github.com/sys113/negar/archive/0.5.0.zip
# windows
py -m pip install https://github.com/sys113/negar/archive/0.5.0.zip
# write 'log_text' to log file
log_text = 'negar'
# set 'Flase' and 'True' value for show line python file in log file , default is False ...
line = True
# set 'Flase' and 'True' value for show date in log file , default is True ...
line = True
# set 'Flase' and 'True' value for time in log file , default is True ...
line = True
# write log to 'negar-log.txt'
save = 'negar-log.txt'
# set 'size' for log file
size = 2
copyright SYS113 - 2019.
MIT license , please see LICENSE file.
hope this is negar useful to you and enjoy it.
FAQs
call negar in your python source code and error & text log to a file ...
We found that negar 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.