loristrck


Nameloristrck JSON
Version 1.6.4 PyPI version JSON
download
home_pagehttps://github.com/gesellkammer/loristrck
SummaryA wrapper around the partial-tracking library Loris
upload_time2025-01-25 00:15:50
maintainerNone
docs_urlNone
authorEduardo Moguillansky
requires_python>=3.9
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            LORISTRCK
=========

|sh-downloads| |sh-month|

.. |sh-downloads| image:: https://static.pepy.tech/badge/loristrck
.. |sh-month| image:: https://static.pepy.tech/badge/loristrck/month


`loristrck` is a wrapper for the C++ partial-tracking library Loris.

It is written in cython and targets python 3 (>= 3.8 at the moment).
The source of the library is included as part of the project and
does not need to be installed previously.


Documentation
-------------


https://loristrck.readthedocs.io

---------------


Installation
------------


.. code-block:: bash

    pip install loristrck


Install from source in Windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You need to have Visual Studio installed


.. code-block:: bash


    # From a Developer Powershell
    python scripts/prepare_windows_build.py

    # From a normal prompt
    pip install .


---------------


Usage
-----

.. code-block:: python


   import loristrck as lt

   samples, sr = lt.sndreadmono("/path/to/sndfile.wav")
   partials = lt.analyze(samples, sr, resolution=60)
   # partials is a python list of numpy arrays
   # select a subset of most significant partials
   selected, noise = lt.select(partials, mindur=0.02, maxfreq=12000, minamp=-60, minbp=2)
   # print each partial as data
   for partial in selected:
       print(partial)
   # plot selected partials
   lt.plot_partials(selected)
   # now resynthesize both parts separately 
   lt.partials_render(selected, outfile="selected.wav")
   lt.partials_render(noise, outfile="noise.wav")
   

Each partial will be a numpy array of shape = (numbreakpoints, 5)
with the columns::

  time, frequency, amplitude, phase, bandwidth


See the example scripts in `bin` for more complete examples


Author
~~~~~~

Eduardo Moguillansky

eduardo dot moguillansky @ gmail dot com


License
~~~~~~~

GPL

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gesellkammer/loristrck",
    "name": "loristrck",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Eduardo Moguillansky",
    "author_email": "eduardo.moguillansky@gmail.com",
    "download_url": "https://github.com/gesellkammer/loristrck",
    "platform": "Linux",
    "description": "LORISTRCK\r\n=========\r\n\r\n|sh-downloads| |sh-month|\r\n\r\n.. |sh-downloads| image:: https://static.pepy.tech/badge/loristrck\r\n.. |sh-month| image:: https://static.pepy.tech/badge/loristrck/month\r\n\r\n\r\n`loristrck` is a wrapper for the C++ partial-tracking library Loris.\r\n\r\nIt is written in cython and targets python 3 (>= 3.8 at the moment).\r\nThe source of the library is included as part of the project and\r\ndoes not need to be installed previously.\r\n\r\n\r\nDocumentation\r\n-------------\r\n\r\n\r\nhttps://loristrck.readthedocs.io\r\n\r\n---------------\r\n\r\n\r\nInstallation\r\n------------\r\n\r\n\r\n.. code-block:: bash\r\n\r\n    pip install loristrck\r\n\r\n\r\nInstall from source in Windows\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nYou need to have Visual Studio installed\r\n\r\n\r\n.. code-block:: bash\r\n\r\n\r\n    # From a Developer Powershell\r\n    python scripts/prepare_windows_build.py\r\n\r\n    # From a normal prompt\r\n    pip install .\r\n\r\n\r\n---------------\r\n\r\n\r\nUsage\r\n-----\r\n\r\n.. code-block:: python\r\n\r\n\r\n   import loristrck as lt\r\n\r\n   samples, sr = lt.sndreadmono(\"/path/to/sndfile.wav\")\r\n   partials = lt.analyze(samples, sr, resolution=60)\r\n   # partials is a python list of numpy arrays\r\n   # select a subset of most significant partials\r\n   selected, noise = lt.select(partials, mindur=0.02, maxfreq=12000, minamp=-60, minbp=2)\r\n   # print each partial as data\r\n   for partial in selected:\r\n       print(partial)\r\n   # plot selected partials\r\n   lt.plot_partials(selected)\r\n   # now resynthesize both parts separately \r\n   lt.partials_render(selected, outfile=\"selected.wav\")\r\n   lt.partials_render(noise, outfile=\"noise.wav\")\r\n   \r\n\r\nEach partial will be a numpy array of shape = (numbreakpoints, 5)\r\nwith the columns::\r\n\r\n  time, frequency, amplitude, phase, bandwidth\r\n\r\n\r\nSee the example scripts in `bin` for more complete examples\r\n\r\n\r\nAuthor\r\n~~~~~~\r\n\r\nEduardo Moguillansky\r\n\r\neduardo dot moguillansky @ gmail dot com\r\n\r\n\r\nLicense\r\n~~~~~~~\r\n\r\nGPL\r\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A wrapper around the partial-tracking library Loris",
    "version": "1.6.4",
    "project_urls": {
        "Download": "https://github.com/gesellkammer/loristrck",
        "Homepage": "https://github.com/gesellkammer/loristrck"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77323f97e9befbb8f64ab7b7e585e52952708df9083b8fec0721bf04d0b2a232",
                "md5": "981b5da4db5cc3108d6e22eabc16e09d",
                "sha256": "a13b6d25483695c3e6f77bbb78b5d53206c3d59e1ceca9a533d0ca7d6a3b5909"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "981b5da4db5cc3108d6e22eabc16e09d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 295547,
            "upload_time": "2025-01-25T00:15:50",
            "upload_time_iso_8601": "2025-01-25T00:15:50.423039Z",
            "url": "https://files.pythonhosted.org/packages/77/32/3f97e9befbb8f64ab7b7e585e52952708df9083b8fec0721bf04d0b2a232/loristrck-1.6.4-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27938b26f9922dd04fc9e847967120e1b956b78a1f6c44e8716130c72f108a2e",
                "md5": "812462f12c0c6bd076efc71a1ec9bc00",
                "sha256": "869865b466badf63574e1aa1b0b0a1890fac9fa6653d7b5979568367eb243e5b"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "812462f12c0c6bd076efc71a1ec9bc00",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 622328,
            "upload_time": "2025-01-25T00:15:48",
            "upload_time_iso_8601": "2025-01-25T00:15:48.928090Z",
            "url": "https://files.pythonhosted.org/packages/27/93/8b26f9922dd04fc9e847967120e1b956b78a1f6c44e8716130c72f108a2e/loristrck-1.6.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "450fe9185e93984a2d0637aea91292a624f28469da6d551bedf45730bf7756bd",
                "md5": "5f0d15359ccbcd33f4ae0a5e6babe6b9",
                "sha256": "ba6c9ccedb5480b4a603e0b56c8c4969633e56f51ecb2bc5ab2ac39324c13c75"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5f0d15359ccbcd33f4ae0a5e6babe6b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 3423417,
            "upload_time": "2025-01-25T00:16:15",
            "upload_time_iso_8601": "2025-01-25T00:16:15.725246Z",
            "url": "https://files.pythonhosted.org/packages/45/0f/e9185e93984a2d0637aea91292a624f28469da6d551bedf45730bf7756bd/loristrck-1.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e236064848be3e560e8c303031ef7990ef16dd818cfaa348383fb926009d077a",
                "md5": "f6151535aed610008e46a5896971b096",
                "sha256": "233948a4887bdc90266573b528154258bdd18ba8848884e679603c79560c51be"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f6151535aed610008e46a5896971b096",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1185765,
            "upload_time": "2025-01-25T00:14:01",
            "upload_time_iso_8601": "2025-01-25T00:14:01.048530Z",
            "url": "https://files.pythonhosted.org/packages/e2/36/064848be3e560e8c303031ef7990ef16dd818cfaa348383fb926009d077a/loristrck-1.6.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "86600a76c6a7322c43ff4bfe31e7d8b1deb4c28d309cc707d1265ce89a9a3cd7",
                "md5": "76fd451bd2b7b8e59de1841a2ebc3fb5",
                "sha256": "08e722ad9e999c0af36d8543b5b50aef19337154e44c79ef886b3886a3c410da"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76fd451bd2b7b8e59de1841a2ebc3fb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 295992,
            "upload_time": "2025-01-25T00:15:52",
            "upload_time_iso_8601": "2025-01-25T00:15:52.753682Z",
            "url": "https://files.pythonhosted.org/packages/86/60/0a76c6a7322c43ff4bfe31e7d8b1deb4c28d309cc707d1265ce89a9a3cd7/loristrck-1.6.4-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "358548c36e8b1c5a6d658a851eeb22bf3eb65b950a2fe0c912902c52c254aebf",
                "md5": "7a03112193a8d2b93204dba2ed3c55dc",
                "sha256": "f5ad14b2fd4fc1956b527e339c43294c37a8b9248ef153ecc64945a896f04df3"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7a03112193a8d2b93204dba2ed3c55dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 622498,
            "upload_time": "2025-01-25T00:15:52",
            "upload_time_iso_8601": "2025-01-25T00:15:52.325901Z",
            "url": "https://files.pythonhosted.org/packages/35/85/48c36e8b1c5a6d658a851eeb22bf3eb65b950a2fe0c912902c52c254aebf/loristrck-1.6.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4949251affc7947b31c07f4b35ad1152f394c37ad49425e859b19eca301c4dc",
                "md5": "ac67b0cf2525d80e4a613b3a12ac4fec",
                "sha256": "d50cfee043a0e8592e0928705aeb1b5a5e6c51b3ac26037ae4b7c235dc98604e"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac67b0cf2525d80e4a613b3a12ac4fec",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 3479129,
            "upload_time": "2025-01-25T00:16:17",
            "upload_time_iso_8601": "2025-01-25T00:16:17.847813Z",
            "url": "https://files.pythonhosted.org/packages/e4/94/9251affc7947b31c07f4b35ad1152f394c37ad49425e859b19eca301c4dc/loristrck-1.6.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3c911ec3b57698c6cc8348310a62479328795be4cbb58e758e4f16477fb5b68",
                "md5": "e8d71b3ac6677261e711366349237a4b",
                "sha256": "6fcae9b32a79b3ef3d89e4c45432cea2237e058fab6984c6229e6e918d10b888"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e8d71b3ac6677261e711366349237a4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1185850,
            "upload_time": "2025-01-25T00:14:16",
            "upload_time_iso_8601": "2025-01-25T00:14:16.561661Z",
            "url": "https://files.pythonhosted.org/packages/d3/c9/11ec3b57698c6cc8348310a62479328795be4cbb58e758e4f16477fb5b68/loristrck-1.6.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f4c11ea1d4f2ee1cc982e1243fdf69f9176916c432146e4698065ec7d9a36ee",
                "md5": "d5dcbcf3f9ef9cd7b51b4aaf911e80f9",
                "sha256": "245fea0a6961860d790c6c3f8c4aa30d6af337352b14d0ed37562db0238f25ad"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5dcbcf3f9ef9cd7b51b4aaf911e80f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 296969,
            "upload_time": "2025-01-25T00:15:55",
            "upload_time_iso_8601": "2025-01-25T00:15:55.990022Z",
            "url": "https://files.pythonhosted.org/packages/2f/4c/11ea1d4f2ee1cc982e1243fdf69f9176916c432146e4698065ec7d9a36ee/loristrck-1.6.4-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1fbdf7e0fb9de9e9d67f55c3efba786fc5a9dcaaab836a48313b4f367b76d66",
                "md5": "f4475581d5aa8e347fdc330310cad4a7",
                "sha256": "dee3272cce4b9903ffd87567043fd72c69d4c595cf5f948042fe59e25054711a"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f4475581d5aa8e347fdc330310cad4a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 624457,
            "upload_time": "2025-01-25T00:15:54",
            "upload_time_iso_8601": "2025-01-25T00:15:54.808443Z",
            "url": "https://files.pythonhosted.org/packages/a1/fb/df7e0fb9de9e9d67f55c3efba786fc5a9dcaaab836a48313b4f367b76d66/loristrck-1.6.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "22d8606fa012f106f5f322c167f41398a2cf3ed1e687653539fdae1c56615adf",
                "md5": "266630eca2f26a2d3b5bdbab526ba2da",
                "sha256": "d9f33262b14051b6ed3fbcfde35620960c80c9e94c89711ba1e213454d0c1371"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "266630eca2f26a2d3b5bdbab526ba2da",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 3463672,
            "upload_time": "2025-01-25T00:16:20",
            "upload_time_iso_8601": "2025-01-25T00:16:20.132797Z",
            "url": "https://files.pythonhosted.org/packages/22/d8/606fa012f106f5f322c167f41398a2cf3ed1e687653539fdae1c56615adf/loristrck-1.6.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78d70c1962a1fe0ef1d75d4eb2abd8612fda8e69da25d3c50aa0aa468f9993a8",
                "md5": "97ef75630ae3649ccdd61280993dbaef",
                "sha256": "e49e2e371a240a8558b8e394a9292102e697d0fe19d74fa2d1177295facfc9e8"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "97ef75630ae3649ccdd61280993dbaef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1185089,
            "upload_time": "2025-01-25T00:13:56",
            "upload_time_iso_8601": "2025-01-25T00:13:56.633922Z",
            "url": "https://files.pythonhosted.org/packages/78/d7/0c1962a1fe0ef1d75d4eb2abd8612fda8e69da25d3c50aa0aa468f9993a8/loristrck-1.6.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0c82ecaace52efb05548f9f2deb59e172d6100c2666f20751c178342f91b43b",
                "md5": "2191aa9e15ed0e0889905bb2b670a75e",
                "sha256": "ffb8f78f621149ac6831c79e481ea1d58b077795c7b39dcf41e18363b56e8019"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2191aa9e15ed0e0889905bb2b670a75e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 295426,
            "upload_time": "2025-01-25T00:15:59",
            "upload_time_iso_8601": "2025-01-25T00:15:59.933589Z",
            "url": "https://files.pythonhosted.org/packages/f0/c8/2ecaace52efb05548f9f2deb59e172d6100c2666f20751c178342f91b43b/loristrck-1.6.4-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "816012d332405e1a99e5dcb29724477e327eb6151edfa9e0408f9aca2aa57cf4",
                "md5": "4c7f9c3edb2d408ce692c88978103c9f",
                "sha256": "7db4b591abb7a79da0e470dde81bdf830d0cfeeecd62cec482cdb17c66e1a897"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c7f9c3edb2d408ce692c88978103c9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 3455648,
            "upload_time": "2025-01-25T00:16:21",
            "upload_time_iso_8601": "2025-01-25T00:16:21.821990Z",
            "url": "https://files.pythonhosted.org/packages/81/60/12d332405e1a99e5dcb29724477e327eb6151edfa9e0408f9aca2aa57cf4/loristrck-1.6.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c58196034debc2a8b0e1cfc9a7368191a3e90c3beb9c6b3ae792025ffe3af6f1",
                "md5": "ab51a8a3183a7be9536b0f35da4f3a2f",
                "sha256": "f77c6747f4132b2b1c2885422aaef368b9ff45c698d21bf11ca135afe2feab85"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ab51a8a3183a7be9536b0f35da4f3a2f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1184937,
            "upload_time": "2025-01-25T00:15:32",
            "upload_time_iso_8601": "2025-01-25T00:15:32.254538Z",
            "url": "https://files.pythonhosted.org/packages/c5/81/96034debc2a8b0e1cfc9a7368191a3e90c3beb9c6b3ae792025ffe3af6f1/loristrck-1.6.4-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d8f4bec2ff7a84f0aba94675b6c28e92798e9acd75f2eaacb6a4faaba18409e",
                "md5": "269818fd470f614e6a8881a277838bad",
                "sha256": "20e26126d106e24461aec5c7caab99b1f9dad5af685fdde2fdbfa70b9d8d4a24"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "269818fd470f614e6a8881a277838bad",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 296129,
            "upload_time": "2025-01-25T00:16:02",
            "upload_time_iso_8601": "2025-01-25T00:16:02.690037Z",
            "url": "https://files.pythonhosted.org/packages/5d/8f/4bec2ff7a84f0aba94675b6c28e92798e9acd75f2eaacb6a4faaba18409e/loristrck-1.6.4-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c73cdac37e3cebd0c48801c798348b32145804776c7535311539e58fc9e56c15",
                "md5": "33362d595b3581a778b50260ad6bc5d1",
                "sha256": "d8c2ab4409027d922c2d3b1fd3b96340cb1f0501b42922baf18628150ddcd290"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "33362d595b3581a778b50260ad6bc5d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 622878,
            "upload_time": "2025-01-25T00:15:58",
            "upload_time_iso_8601": "2025-01-25T00:15:58.866972Z",
            "url": "https://files.pythonhosted.org/packages/c7/3c/dac37e3cebd0c48801c798348b32145804776c7535311539e58fc9e56c15/loristrck-1.6.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c690dabcaf05546c7e8ad6911fe8651a037ec96e03c64c1c64452fe4e0300c2",
                "md5": "2a20aeb61e82d09116ef22cf0eddfdfd",
                "sha256": "f8d4c09b3fa9cef152dc6b47b92141e378ca738d82e5db8abd69c728605536b3"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2a20aeb61e82d09116ef22cf0eddfdfd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 3425330,
            "upload_time": "2025-01-25T00:16:24",
            "upload_time_iso_8601": "2025-01-25T00:16:24.347144Z",
            "url": "https://files.pythonhosted.org/packages/5c/69/0dabcaf05546c7e8ad6911fe8651a037ec96e03c64c1c64452fe4e0300c2/loristrck-1.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e87f2b217b1052af5104144cc857fbff3c7c0b7d4001c38f93000debbd03176b",
                "md5": "f2b791635917848f69f54c5eec7d822e",
                "sha256": "4a1fcd0db90aaa39e9eca1f9da32e595d935a37d08cc425254ed6fb1eeee8bcf"
            },
            "downloads": -1,
            "filename": "loristrck-1.6.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f2b791635917848f69f54c5eec7d822e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1212407,
            "upload_time": "2025-01-25T00:14:23",
            "upload_time_iso_8601": "2025-01-25T00:14:23.048416Z",
            "url": "https://files.pythonhosted.org/packages/e8/7f/2b217b1052af5104144cc857fbff3c7c0b7d4001c38f93000debbd03176b/loristrck-1.6.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 00:15:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gesellkammer",
    "github_project": "loristrck",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "loristrck"
}
        
Elapsed time: 0.43747s