quasimoto


Namequasimoto JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/vkottler/quasimoto
SummaryA lossless audio generator.
upload_time2024-03-04 02:32:37
maintainer
docs_urlNone
authorVaughn Kottler
requires_python>=3.11
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
    =====================================
    generator=datazen
    version=3.1.4
    hash=018543b1acb813e792af40f264f6ea54
    =====================================
-->

# quasimoto ([0.2.1](https://pypi.org/project/quasimoto/))

[![python](https://img.shields.io/pypi/pyversions/quasimoto.svg)](https://pypi.org/project/quasimoto/)
![Build Status](https://github.com/vkottler/quasimoto/workflows/Python%20Package/badge.svg)
[![codecov](https://codecov.io/gh/vkottler/quasimoto/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/quasimoto)
![PyPI - Status](https://img.shields.io/pypi/status/quasimoto)
![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/quasimoto)

*A lossless audio generator.*

## Documentation

### Generated

* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/quasimoto)
(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
* By [pydoc](https://vkottler.github.io/python/pydoc/quasimoto.html)
(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)

## Python Version Support

This package is tested with the following Python minor versions:

* [`python3.11`](https://docs.python.org/3.11/)
* [`python3.12`](https://docs.python.org/3.12/)

## Platform Support

This package is tested on the following platforms:

* `ubuntu-latest`
* `macos-latest`
* `windows-latest`

# Introduction

# Command-line Options

```
$ ./venv3.11/bin/quasimoto -h

usage: quasimoto [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]
                 {gen,noop} ...

A lossless audio generator.

options:
  -h, --help         show this help message and exit
  --version          show program's version number and exit
  -v, --verbose      set to increase logging verbosity
  -q, --quiet        set to reduce output
  --curses           whether or not to use curses.wrapper when starting
  --no-uvloop        whether or not to disable uvloop as event loop driver
  -C DIR, --dir DIR  execute from a specific directory

commands:
  {gen,noop}         set of available commands
    gen              generate audio
    noop             command stub (does nothing)

```

# Internal Dependency Graph

A coarse view of the internal structure and scale of
`quasimoto`'s source.
Generated using [pydeps](https://github.com/thebjorn/pydeps) (via
`mk python-deps`).

![quasimoto's Dependency Graph](im/pydeps.svg)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vkottler/quasimoto",
    "name": "quasimoto",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Vaughn Kottler <vaughnkottler@gmail.com>",
    "keywords": "",
    "author": "Vaughn Kottler",
    "author_email": "Vaughn Kottler <vaughnkottler@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/96/83/c9411d7d6dca50904d18490a18571a9bfaa63233c32945b7557b55ceea9a/quasimoto-0.2.1.tar.gz",
    "platform": null,
    "description": "<!--\n    =====================================\n    generator=datazen\n    version=3.1.4\n    hash=018543b1acb813e792af40f264f6ea54\n    =====================================\n-->\n\n# quasimoto ([0.2.1](https://pypi.org/project/quasimoto/))\n\n[![python](https://img.shields.io/pypi/pyversions/quasimoto.svg)](https://pypi.org/project/quasimoto/)\n![Build Status](https://github.com/vkottler/quasimoto/workflows/Python%20Package/badge.svg)\n[![codecov](https://codecov.io/gh/vkottler/quasimoto/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/vkottler/quasimoto)\n![PyPI - Status](https://img.shields.io/pypi/status/quasimoto)\n![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/quasimoto)\n\n*A lossless audio generator.*\n\n## Documentation\n\n### Generated\n\n* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/quasimoto)\n(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)\n* By [pydoc](https://vkottler.github.io/python/pydoc/quasimoto.html)\n(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)\n\n## Python Version Support\n\nThis package is tested with the following Python minor versions:\n\n* [`python3.11`](https://docs.python.org/3.11/)\n* [`python3.12`](https://docs.python.org/3.12/)\n\n## Platform Support\n\nThis package is tested on the following platforms:\n\n* `ubuntu-latest`\n* `macos-latest`\n* `windows-latest`\n\n# Introduction\n\n# Command-line Options\n\n```\n$ ./venv3.11/bin/quasimoto -h\n\nusage: quasimoto [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]\n                 {gen,noop} ...\n\nA lossless audio generator.\n\noptions:\n  -h, --help         show this help message and exit\n  --version          show program's version number and exit\n  -v, --verbose      set to increase logging verbosity\n  -q, --quiet        set to reduce output\n  --curses           whether or not to use curses.wrapper when starting\n  --no-uvloop        whether or not to disable uvloop as event loop driver\n  -C DIR, --dir DIR  execute from a specific directory\n\ncommands:\n  {gen,noop}         set of available commands\n    gen              generate audio\n    noop             command stub (does nothing)\n\n```\n\n# Internal Dependency Graph\n\nA coarse view of the internal structure and scale of\n`quasimoto`'s source.\nGenerated using [pydeps](https://github.com/thebjorn/pydeps) (via\n`mk python-deps`).\n\n![quasimoto's Dependency Graph](im/pydeps.svg)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A lossless audio generator.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/vkottler/quasimoto"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f081c25fa332bb0c2b25f0e4685e8cc1ff9dba668c0491dcded4ca5fe71f2d92",
                "md5": "88e504c493e62863f981393b62dcc2d4",
                "sha256": "51b3fb8cd50cc55f441c10f20e478563e90bbbd7150fe8e4728fe64adbf04669"
            },
            "downloads": -1,
            "filename": "quasimoto-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88e504c493e62863f981393b62dcc2d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 15895,
            "upload_time": "2024-03-04T02:32:35",
            "upload_time_iso_8601": "2024-03-04T02:32:35.351955Z",
            "url": "https://files.pythonhosted.org/packages/f0/81/c25fa332bb0c2b25f0e4685e8cc1ff9dba668c0491dcded4ca5fe71f2d92/quasimoto-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9683c9411d7d6dca50904d18490a18571a9bfaa63233c32945b7557b55ceea9a",
                "md5": "3d4699c14827540c5102c25e9cbacf02",
                "sha256": "c5ba3f4f24e12c4dbec8e05c2bac0429613f7cb082d3ee49826c79a08ef16532"
            },
            "downloads": -1,
            "filename": "quasimoto-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3d4699c14827540c5102c25e9cbacf02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 12711,
            "upload_time": "2024-03-04T02:32:37",
            "upload_time_iso_8601": "2024-03-04T02:32:37.196784Z",
            "url": "https://files.pythonhosted.org/packages/96/83/c9411d7d6dca50904d18490a18571a9bfaa63233c32945b7557b55ceea9a/quasimoto-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-04 02:32:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vkottler",
    "github_project": "quasimoto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "quasimoto"
}
        
Elapsed time: 0.60245s