
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Parsing an Ivy module descriptor (ivy.xml
) for its dependencies from
a tool like CMake can be tough. This script takes a descriptor on the
standard input and prints its dependencies in an easily parsable format.
::
$ sudo pip install ivydepparse
::
$ ivydepparse < ivy.xml
ivy-example.xml <ivy-example.xml>
_:
::
...
<dependency org="com.ttgf" name="myGreatDep" rev="1.2.3" conf="debug;release"/>
<dependency org="com.ttgf" name="myGreatDep" rev="1.2.3" conf="other"/>
<dependency org="com.ttgf" name="myGreatDebugDep" rev="2.3.4" conf="debug"/>
...
results in
::
$ ivydepparse < ivy-example.xml
org=com.ttgf|name=myGreatDebugDep|rev=2.3.4|conf=debug;org=com.ttgf|name=myGreatDep|rev=1.2.3|conf=debug,release,other
The output is a one-liner, a semicolon-separated list of dependencies.
Each dependency is a pipe-separated list of attributes as
name=value
.
If any value contains one of our separators, they get escaped as follows:
;
is replaced by ,
|
is replaced by :
=
is replaced by :
For each dependency, all attributes are guaranteed to be present and in
that order: org
, name
, rev
, conf
.
Attributes can be empty. An empty attribute appears as name=
.
Dependencies having the same key (org/name/rev) will be output as one single dependency.
The order inside conf
in the output is not specified.
The order of the dependencies in the output is not specified.
1.0.1 (2015-09-30):
1.0.0 (2015-09-30):
FAQs
Ivy Dependency Parser
We found that ivydepparse 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.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.