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 Akatosh  1.7.2

One-liner (summary)

A simple implement for discrete events simulation.

Description

# Akatosh This is a light weighted disceret event simulation library. The name is from the Dragon God of Time in Elder Scroll. :)

# Install
pip install --upgrade Akatosh

## How to use Import modules:

from Akatosh import Mundus, Actor

create actors, aka event:

There are serveral ways that you can create an event: 1. Create an event with lambda expression

Actor(action = lambda: print("All hail dragonborn!"))
  1. Create an event with defined functions:

    #funtion without arguments def hail():

    print("All hail dragonborn!")

    Actor(action = hail)

    #function with arguments def hail(message: str):

    print(message)

    Actor(action = hail, message = "All hail dragonborn!")

  2. Create an event by subclass:

    class Myevent(Actor):

    def action(self):

    print("All hail dragonborn!")

    Myevent()

  3. Create with decorator (new!)

    #directly create an event with a function: @event() def hail():

    print(f"{Mundus.now}:tHail Akatosh!")

    #create a on call event, that is the decorated function must be called to actually make the event @event(on_call=True) def dragon_shout(msg:str="Ros Fu Da!"):

    print(f"{Mundus.now}:t{msg}")

To start the simulation,

Mundus.simulate(till=inf)

Size

11.5 KB

Downloads

5

Status  Completed
Checksum (MD5) 9a735ee4cb10fd235451660e85cd1b2e
Checksum (SHA-1) 4f147e56a79312b85aff982b963c3628ffeaeba3
Checksum (SHA-256) a9a4a0bdae1c3277e9430b0c1eaafe3f99e0bc13db9c39fce97617d9bb646bba
Checksum (SHA-512) 8cd85661f969ba16a877ce02bbe231069bcdc769f30b73d5f9390fad4135262079…
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 akatosh-172-py3-none-anywhl-5u6w
Unique Id bZVlVGzulJSuScnj
Version (Raw) 1.7.2
Version (Parsed)
  • Major: 1
  • Minor: 7
  • Patch: 2
  • Type: SemVer (Compat)
  extended metadata
Author Yifei Ren <ryf0510@live.com>
Classifiers License :: OSI Approved :: GNU General Public License v3 (GPLv3) | Operating System :: OS Independent | Programming Language :: Python :: 3
Metadata Version 2.1
Project Urls Bug Tracker, https://github.com/ulfaric/Akatosh/issues | Homepage, https://github.com/ulfaric/Akatosh
Py Filetype bdist_wheel
Py Version py3
Requires Python >=3.7
pkg Akatosh-1.7.2-py3-none-any.whl 5
11.5 KB
md5 sha1 sha256 sha512
Package Contents (Akatosh-1.7.2-py3-none-any.whl)
Loading...

This package has 14 files/directories.

 Newer Python logo
Akatosh
 3.0.14
6 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.13
5 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.12
6 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.11
5 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.8
5 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.7
5 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.6
5 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.5
5 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.4
5 Fetched by Cloudsmith
 Newer Python logo
Akatosh
 3.0.3
5 Fetched by Cloudsmith
  Python logo
Akatosh
 1.7.2
5 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.7.1
5 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.7.0
5 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.6.95
5 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.6.9
6 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.6.8
5 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.6.7
5 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.6.6
5 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.6.5
5 Fetched by Cloudsmith
 Older Python logo
Akatosh
 1.6.0
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 'Akatosh' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/Akatosh/1.7.2/a=noarch;xf=bdist_wheel;xn=akatosh;xv=py3/?render=true)](https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/Akatosh/1.7.2/a=noarch;xf=bdist_wheel;xn=akatosh;xv=py3/)
|This version of 'Akatosh' @ Cloudsmith|
.. |This version of 'Akatosh' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/Akatosh/1.7.2/a=noarch;xf=bdist_wheel;xn=akatosh;xv=py3/?render=true
   :target: https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/Akatosh/1.7.2/a=noarch;xf=bdist_wheel;xn=akatosh;xv=py3/
image::https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/Akatosh/1.7.2/a=noarch;xf=bdist_wheel;xn=akatosh;xv=py3/?render=true[link="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/Akatosh/1.7.2/a=noarch;xf=bdist_wheel;xn=akatosh;xv=py3/",title="This version of 'Akatosh' @ Cloudsmith"]
<a href="https://cloudsmith.io/~demo-docs/repos/awesome-repo/packages/detail/python/Akatosh/1.7.2/a=noarch;xf=bdist_wheel;xn=akatosh;xv=py3/"><img src="https://api.cloudsmith.com/v1/badges/version/demo-docs/awesome-repo/python/Akatosh/1.7.2/a=noarch;xf=bdist_wheel;xn=akatosh;xv=py3/?render=true" alt="This version of 'Akatosh' @ Cloudsmith" /></a>

rendered as: This version of 'Akatosh' @ Cloudsmith

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

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

rendered as: Latest version of 'Akatosh' @ Cloudsmith

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

To install/use Akatosh @ version 1.7.2 ...

pip install 'Akatosh==1.7.2'

You can also install the latest version of this package:

pip install --upgrade 'Akatosh'

If necessary, you can specify the repository directly:

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

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/
Akatosh==1.7.2

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/
Akatosh==1.7.2
Warning: We highly recommend using pip (or similar) rather than installing directly.
Top