Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
filename:my-package.ext 

Search by package tag:
tag:latest 

Search by package version:
version:1.0.0  prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search by last download date:
last_downloaded:<"30 days ago" 
last_downloaded:>"August 14, 2022 EST" 

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Search queries for all Generic-specific package types

Search by file path:
generic_filepath:path/to/file.txt

Search by directory:
generic_directory:path/to

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Generic, Go, Helm, Hex, HuggingFace, LuaRocks, Maven, MCP, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, VSX, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial

Python logo artify  1.6.1

One-liner (summary)

Upload to Nexus, Upload files to hooks, Modify version number, Sync to GitLab type repository

Description

Upload to Nexus, Upload files to hooks, Modify version number, Sync to GitLab type repository, Generate template files, Extract commands from Git commit messages

Installation

You can download and install the latest version of this software from the Python package index (PyPI) as follows:

pip install --upgrade artify

Usage

python -m artify --help=

python -m artify --command <command> [Options]

or

python -m artify -c <command> [Options]

Params

command &nbsp; &nbsp; &nbsp; &nbsp; nexus, syncrepo, deploy, deltav, create <br>

Upload to Nexus

python -m artify -c nexus -f <format> -n <artifact_name> -h <nexus_repository_base_url>

Important

Artifact name should include artifact id and version number. E.g example-ws-1.0.0.war

Params

-f, format &nbsp; &nbsp; &nbsp; &nbsp; Nexus upload format. Types supported: raw, npm, maven

### Environment variables need NEXUS_GROUP_ID &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Group ID of the project e.g com.testing.testapplication NEXUS_USERNAME &nbsp; &nbsp; &nbsp; &nbsp; Username of nexus user that will upload artifact NExUS_PASSWORD &nbsp; &nbsp; &nbsp; &nbsp; Password of nexus user that will upload artifact

<br>

Deploy App using custom AWX host

python -m artify -c deploy -f <manifest_file.yml> -h <awx_host>

### Environment variables need DEPLOY_TOKEN &nbsp; &nbsp; &nbsp; &nbsp; Token used to deploy application <br>

Change Package version

Artify uses semantic version 2.0.

python -m artify -c deltav -t patch -a npm

Params

-a, --archtype &nbsp; &nbsp; &nbsp; &nbsp; npm, gradle, flutter, maven, dotnet

-t, --type &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; major, minor, patch, prerelease

Optional Params For Prerelease version change --preValue Prerelease version value e.g SNAPHOT, RELEASE, BUILD, beta, alpa <br>

Push changes to GitLab repository

### Recommendation: You can create a feature branch, then perform your code changes before pushing changes to remote
python -m artify -c syncrepo -m <message> -b

Params

-c, --message &nbsp; &nbsp; &nbsp; &nbsp; Commit message -b, --branch &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Optional, by default, it will push to 'develop' branch

### Environment variables need PRIVATE_TOKEN, popularly known as personal access token is needed to perform the push. This can be created by following this guide: [Creating a personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html)

N.B A commit is performed automatically followed by a push

Generate Template files

### Generate template .gitlab-ci.yml file python -m artify -c create -f gitlabci

### Geneate template manifest.yml file python -m artify -c create -f manifest

Params -f, --file &nbsp; &nbsp; &nbsp; &nbsp; File template to generate

Supported files - .gitlab-ci.yml - manifest.yml

Extract commands from GIT message

python -m artify -c extract

Sample commit messages

  1. Added login functionality {"version": "patch", "archtype": "npm", "branch": "release" } - Updates the patch version of npm type project, and push to a 'release' branch
  2. Added search functionality {"deltav": "major", "archtype": "gradle" } - Updates the major version of a java project with Gradle build tool
  3. Added edit functionality {"version": "minor", "a": "flutter" } - Updates the minor version of a flutter project

Size

15.1 KB

Downloads

4

Status  Completed
Checksum (MD5) 43b3002fa1f182986e093cdb2e68563f
Checksum (SHA-1) ec77400daa3a53b2f9d1f9e2e0c8e642022f6094
Checksum (SHA-256) 8b52cb13c2dac1942764c5a1005cad2facde28c0e4374e8572418e9bb8692edd
Checksum (SHA-512) 1a0e60ce1ef66ccaf3de7a14dda77805d293a9bef33bd2e40e535bb76f4d4f5d3b…
GPG Signature
GPG Fingerprint 6811684bac0b8895434e97bdd4391b8fb999e537
Storage Region  Dublin, Ireland
Type  Binary (contains binaries and binary artifacts)
Uploaded At 4 months, 3 weeks ago
Uploaded By Fetched by Cloudsmith
Slug Id artify-161-py3-none-anywhl-u2yf
Unique Id nP3BQrSPlKAbGudd
Version (Raw) 1.6.1
Version (Parsed)
  • Major: 1
  • Minor: 6
  • Patch: 1
  • Type: SemVer (Compat)
  extended metadata
Author Stewartium <stewartium1@gmail.com>
Classifiers License :: OSI Approved :: MIT License | Programming Language :: Python :: 3 | Programming Language :: Python :: 3.7 | Programming Language :: Python :: Implementation :: PyPy
Homepage URL https://github.com/stewiejnr
Metadata Version 2.1
Py Filetype bdist_wheel
Py Version py3
Requires Dist requests
pkg artify-1.6.1-py3-none-any.whl 4
15.1 KB
md5 sha1 sha256 sha512
Package Contents (artify-1.6.1-py3-none-any.whl)
Loading...

This package has 17 files/directories.

 Newer Python logo
artify
 1.9.9
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.9.7
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.9.6
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.9.5
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.9.4
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.9.3
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.9.2
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.9.1
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.8.9
5 Fetched by Cloudsmith
 Newer Python logo
artify
 1.8.8
5 Fetched by Cloudsmith
  Python logo
artify
 1.6.1
4 Fetched by Cloudsmith
 Older Python logo
artify
 1.6.0
5 Fetched by Cloudsmith
 Older Python logo
artify
 1.5.4
5 Fetched by Cloudsmith
 Older Python logo
artify
 1.5.3
5 Fetched by Cloudsmith
 Older Python logo
artify
 1.5.2
5 Fetched by Cloudsmith
 Older Python logo
artify
 1.5.1
5 Fetched by Cloudsmith
 Older Python logo
artify
 1.5.0
5 Fetched by Cloudsmith
 Older Python logo
artify
 1.4.4
4 Fetched by Cloudsmith
 Older Python logo
artify
 1.4.3
5 Fetched by Cloudsmith
 Older Python logo
artify
 1.4.2
5 Fetched by Cloudsmith

Last scanned

4 months, 3 weeks ago

Scan result

Clean

Vulnerability count

0

Max. severity

Unknown

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of 'artify' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artify/1.6.1/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/?render=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artify/1.6.1/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/)
|This version of 'artify' @ Cloudsmith|
.. |This version of 'artify' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artify/1.6.1/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/?render=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artify/1.6.1/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artify/1.6.1/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/?render=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artify/1.6.1/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/",title="This version of 'artify' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artify/1.6.1/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artify/1.6.1/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/?render=true" alt="This version of 'artify' @ Cloudsmith" /></a>

rendered as: This version of 'artify' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of 'artify' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artify/latest/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/?render=true&show_latest=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artify/latest/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/)
|Latest version of 'artify' @ Cloudsmith|
.. |Latest version of 'artify' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artify/latest/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/?render=true&show_latest=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artify/latest/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artify/latest/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/?render=true&show_latest=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artify/latest/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/",title="Latest version of 'artify' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/artify/latest/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/artify/latest/a=noarch;xf=bdist_wheel;xn=artify;xv=py3/?render=true&show_latest=true" alt="Latest version of 'artify' @ Cloudsmith" /></a>

rendered as: Latest version of 'artify' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use artify @ version 1.6.1 ...

pip install 'artify==1.6.1'

You can also install the latest version of this package:

pip install --upgrade 'artify'

If necessary, you can specify the repository directly:

pip install \
  --index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/ \
  artify==1.6.1

If you've got a project requirements.txt file, you can specify this as a dependency:

--index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
artify==1.6.1

In addition, you can use this repository as an extra index url. However, please read our documentation on this parameter before using it. For example in a requirements.txt file:

--extra-index-url=https://dl.cloudsmith.io/public/demo-docs/awesome-repo/python/simple/
artify==1.6.1
Warning: We highly recommend using pip (or similar) rather than installing directly.
Top