tad-mctc


Nametad-mctc JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/tad-mctc/tad-mctc
SummaryTorch Autodiff Utility
upload_time2024-05-03 11:37:24
maintainerNone
docs_urlNone
author"Marvin Friede"
requires_python>=3.8
licenseApache-2.0
keywords pytorch autograd computational chemistry quantum chemistry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Torch Autodiff Utility

<table>
  <tr>
    <td>Compatibility:</td>
    <td>
      <img src="https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11-blue.svg" alt="Python Versions"/>
      <img src="https://img.shields.io/badge/PyTorch-%3E=1.11.0-blue.svg" alt="PyTorch Versions"/>
    </td>
  </tr>
  <tr>
    <td>Availability:</td>
    <td>
      <a href="https://github.com/tad-mctc/tad-mctc/releases/latest">
        <img src="https://img.shields.io/github/v/release/tad-mctc/tad-mctc?color=orange" alt="Release"/>
      </a>
      <a href="https://pypi.org/project/tad-mctc/">
        <img src="https://img.shields.io/pypi/v/tad-mctc?color=orange" alt="PyPI"/>
      </a>
      <a href="https://anaconda.org/conda-forge/tad-mctc">
        <img src="https://img.shields.io/conda/vn/conda-forge/tad-mctc.svg" alt="Conda Version"/>
      </a>
      <a href="http://www.apache.org/licenses/LICENSE-2.0">
        <img src="https://img.shields.io/badge/License-Apache%202.0-orange.svg" alt="Apache-2.0"/>
      </a>
    </td>
  </tr>
  <tr>
    <td>Status:</td>
    <td>
      <a href="https://github.com/tad-mctc/tad-mctc/actions/workflows/ubuntu.yaml">
        <img src="https://github.com/tad-mctc/tad-mctc/actions/workflows/ubuntu.yaml/badge.svg" alt="Test Status Ubuntu"/>
      </a>
      <a href="https://github.com/tad-mctc/tad-mctc/actions/workflows/macos.yaml">
        <img src="https://github.com/tad-mctc/tad-mctc/actions/workflows/macos.yaml/badge.svg" alt="Test Status macOS"/>
      </a>
      <a href="https://github.com/tad-mctc/tad-mctc/actions/workflows/windows.yaml">
        <img src="https://github.com/tad-mctc/tad-mctc/actions/workflows/windows.yaml/badge.svg" alt="Test Status Windows"/>
      </a>
      <a href="https://github.com/tad-mctc/tad-mctc/actions/workflows/release.yaml">
        <img src="https://github.com/tad-mctc/tad-mctc/actions/workflows/release.yaml/badge.svg" alt="Build Status"/>
      </a>
      <a href="https://tad-mctc.readthedocs.io">
        <img src="https://readthedocs.org/projects/tad-mctc/badge/?version=latest" alt="Documentation Status"/>
      </a>
      <a href="https://results.pre-commit.ci/latest/github/tad-mctc/tad-mctc/main">
        <img src="https://results.pre-commit.ci/badge/github/tad-mctc/tad-mctc/main.svg" alt="pre-commit.ci Status"/>
      </a>
      <a href="https://codecov.io/gh/tad-mctc/tad-mctc">
        <img src="https://codecov.io/gh/tad-mctc/tad-mctc/branch/main/graph/badge.svg?token=OGJJnZ6t4G" alt="Coverage"/>
      </a>
    </td>
  </tr>
</table>

<br>

This library is a collection of utility functions that are used in PyTorch (re-)implementations of projects from the [Grimme group](https://github.com/grimme-lab).
In particular, the _tad-mctc_ library provides:

- autograd functions (Jacobian, Hessian)

- atomic data (radii, EN, example molecules, ...)

- batch utility (packing, masks, ...)

- conversion functions (numpy, atomic symbols/numbers, ...)

- coordination numbers (DFT-D3, DFT-D4, EEQ)

- io (reading/writing coordinate files)

- molecular properties (bond lengths/orders/angles, moment of inertia, ...)

- safeops (autograd-safe implementations of common functions)

- typing (base class for tensor-like behavior of arbitrary classes)

- units

The name is inspired by the Fortran pendant "modular computation tool chain library" ([mctc-lib](https://github.com/grimme-lab/mctc-lib/)).

## Installation

### pip

_tad-mctc_ can easily be installed with `pip`.

```sh
pip install tad-mctc
```

### conda

_tad-mctc_ is also available from `conda`.

```sh
conda install tad-mctc
```

### From source

This project is hosted on GitHub at [tad-mctc/tad-mctc](https://github.com/tad-mctc/tad-mctc/).
Obtain the source by cloning the repository with

```sh
git clone https://github.com/tad-mctc/tad-mctc
cd tad-mctc
```

We recommend using a [conda](https://conda.io/) environment to install the package.
You can setup the environment manager using a [mambaforge](https://github.com/conda-forge/miniforge) installer.
Install the required dependencies from the conda-forge channel.

```sh
mamba env create -n torch -f environment.yaml
mamba activate torch
```

Install this project with `pip` in the environment

```sh
pip install .
```

The following dependencies are required

- [numpy](https://numpy.org/)
- [opt_einsum](https://optimized-einsum.readthedocs.io/en/stable/)
- [psutil](https://psutil.readthedocs.io/en/latest/)
- [pytest](https://docs.pytest.org/) (tests only)
- [torch](https://pytorch.org/)

## Development

For development, additionally install the following tools in your environment.

```sh
mamba install black covdefaults mypy pre-commit pylint pytest pytest-cov pytest-xdist tox
pip install pytest-random-order
```

With pip, add the option `-e` for installing in development mode, and add `[dev]` for the development dependencies

```sh
pip install -e .[dev]
```

The pre-commit hooks are initialized by running the following command in the root of the repository.

```sh
pre-commit install
```

For testing all Python environments, simply run `tox`.

```sh
tox
```

Note that this randomizes the order of tests but skips "large" tests. To modify this behavior, `tox` has to skip the optional _posargs_.

```sh
tox -- test
```

## Examples

The following example shows how to calculate the coordination number used in the EEQ model for a single structure.

```python
import torch
import tad_mctc as mctc

numbers = mctc.convert.symbol_to_number(symbols="C C C C N C S H H H H H".split())

# coordinates in Bohr
positions = torch.tensor(
    [
        [-2.56745685564671, -0.02509985979910, 0.00000000000000],
        [-1.39177582455797, +2.27696188880014, 0.00000000000000],
        [+1.27784995624894, +2.45107479759386, 0.00000000000000],
        [+2.62801937615793, +0.25927727028120, 0.00000000000000],
        [+1.41097033661123, -1.99890996077412, 0.00000000000000],
        [-1.17186102298849, -2.34220576284180, 0.00000000000000],
        [-2.39505990368378, -5.22635838332362, 0.00000000000000],
        [+2.41961980455457, -3.62158019253045, 0.00000000000000],
        [-2.51744374846065, +3.98181713686746, 0.00000000000000],
        [+2.24269048384775, +4.24389473203647, 0.00000000000000],
        [+4.66488984573956, +0.17907568006409, 0.00000000000000],
        [-4.60044244782237, -0.17794734637413, 0.00000000000000],
    ]
)

# calculate EEQ coordination number
cn = mctc.ncoord.cn_eeq(numbers, positions)
torch.set_printoptions(precision=10)
print(cn)
# tensor([3.0519218445, 3.0177774429, 3.0132560730, 3.0197706223,
#         3.0779352188, 3.0095663071, 1.0991339684, 0.9968624115,
#         0.9943327904, 0.9947233200, 0.9945874214, 0.9945726395])
```

The next example shows the calculation of the coordination number used in DFT-D4 for a batch of structures.

```python
import torch
import tad_mctc as mctc

# S22 system 4: formamide dimer
numbers = mctc.batch.pack((
    mctc.convert.symbol_to_number("C C N N H H H H H H O O".split()),
    mctc.convert.symbol_to_number("C O N H H H".split()),
))

# coordinates in Bohr
positions = mctc.batch.pack((
    torch.tensor([
        [-3.81469488143921, +0.09993441402912, 0.00000000000000],
        [+3.81469488143921, -0.09993441402912, 0.00000000000000],
        [-2.66030049324036, -2.15898251533508, 0.00000000000000],
        [+2.66030049324036, +2.15898251533508, 0.00000000000000],
        [-0.73178529739380, -2.28237795829773, 0.00000000000000],
        [-5.89039325714111, -0.02589114569128, 0.00000000000000],
        [-3.71254944801331, -3.73605775833130, 0.00000000000000],
        [+3.71254944801331, +3.73605775833130, 0.00000000000000],
        [+0.73178529739380, +2.28237795829773, 0.00000000000000],
        [+5.89039325714111, +0.02589114569128, 0.00000000000000],
        [-2.74426102638245, +2.16115570068359, 0.00000000000000],
        [+2.74426102638245, -2.16115570068359, 0.00000000000000],
    ]),
    torch.tensor([
        [-0.55569743203406, +1.09030425468557, 0.00000000000000],
        [+0.51473634678469, +3.15152550263611, 0.00000000000000],
        [+0.59869690244446, -1.16861263789477, 0.00000000000000],
        [-0.45355203669134, -2.74568780438064, 0.00000000000000],
        [+2.52721209544999, -1.29200800956867, 0.00000000000000],
        [-2.63139587595376, +0.96447869452240, 0.00000000000000],
    ]),
))

# calculate coordination number
cn = mctc.ncoord.cn_d4(numbers, positions)
torch.set_printoptions(precision=10)
print(cn)
# tensor([[2.6886456013, 2.6886456013, 2.6314170361, 2.6314167976,
#          0.8594539165, 0.9231414795, 0.8605306745, 0.8605306745,
#          0.8594539165, 0.9231414795, 0.8568341732, 0.8568341732],
#         [2.6886456013, 0.8568335176, 2.6314167976, 0.8605306745,
#          0.8594532013, 0.9231414795, 0.0000000000, 0.0000000000,
#          0.0000000000, 0.0000000000, 0.0000000000, 0.0000000000]])
```

## Contributing

This is a volunteer open source projects and contributions are always welcome.
Please, take a moment to read the [contributing guidelines](CONTRIBUTING.md).

## License

This project is licensed under the Apache License, Version 2.0 (the "License"); you may not use this project's files except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tad-mctc/tad-mctc",
    "name": "tad-mctc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pytorch, autograd, computational chemistry, quantum chemistry",
    "author": "\"Marvin Friede\"",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/05/5b/8e90b6823a53b5ce45090a9ba43b20cbfa96d4fb4f7bf4c17a94803826f4/tad_mctc-0.1.5.tar.gz",
    "platform": null,
    "description": "# Torch Autodiff Utility\n\n<table>\n  <tr>\n    <td>Compatibility:</td>\n    <td>\n      <img src=\"https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11-blue.svg\" alt=\"Python Versions\"/>\n      <img src=\"https://img.shields.io/badge/PyTorch-%3E=1.11.0-blue.svg\" alt=\"PyTorch Versions\"/>\n    </td>\n  </tr>\n  <tr>\n    <td>Availability:</td>\n    <td>\n      <a href=\"https://github.com/tad-mctc/tad-mctc/releases/latest\">\n        <img src=\"https://img.shields.io/github/v/release/tad-mctc/tad-mctc?color=orange\" alt=\"Release\"/>\n      </a>\n      <a href=\"https://pypi.org/project/tad-mctc/\">\n        <img src=\"https://img.shields.io/pypi/v/tad-mctc?color=orange\" alt=\"PyPI\"/>\n      </a>\n      <a href=\"https://anaconda.org/conda-forge/tad-mctc\">\n        <img src=\"https://img.shields.io/conda/vn/conda-forge/tad-mctc.svg\" alt=\"Conda Version\"/>\n      </a>\n      <a href=\"http://www.apache.org/licenses/LICENSE-2.0\">\n        <img src=\"https://img.shields.io/badge/License-Apache%202.0-orange.svg\" alt=\"Apache-2.0\"/>\n      </a>\n    </td>\n  </tr>\n  <tr>\n    <td>Status:</td>\n    <td>\n      <a href=\"https://github.com/tad-mctc/tad-mctc/actions/workflows/ubuntu.yaml\">\n        <img src=\"https://github.com/tad-mctc/tad-mctc/actions/workflows/ubuntu.yaml/badge.svg\" alt=\"Test Status Ubuntu\"/>\n      </a>\n      <a href=\"https://github.com/tad-mctc/tad-mctc/actions/workflows/macos.yaml\">\n        <img src=\"https://github.com/tad-mctc/tad-mctc/actions/workflows/macos.yaml/badge.svg\" alt=\"Test Status macOS\"/>\n      </a>\n      <a href=\"https://github.com/tad-mctc/tad-mctc/actions/workflows/windows.yaml\">\n        <img src=\"https://github.com/tad-mctc/tad-mctc/actions/workflows/windows.yaml/badge.svg\" alt=\"Test Status Windows\"/>\n      </a>\n      <a href=\"https://github.com/tad-mctc/tad-mctc/actions/workflows/release.yaml\">\n        <img src=\"https://github.com/tad-mctc/tad-mctc/actions/workflows/release.yaml/badge.svg\" alt=\"Build Status\"/>\n      </a>\n      <a href=\"https://tad-mctc.readthedocs.io\">\n        <img src=\"https://readthedocs.org/projects/tad-mctc/badge/?version=latest\" alt=\"Documentation Status\"/>\n      </a>\n      <a href=\"https://results.pre-commit.ci/latest/github/tad-mctc/tad-mctc/main\">\n        <img src=\"https://results.pre-commit.ci/badge/github/tad-mctc/tad-mctc/main.svg\" alt=\"pre-commit.ci Status\"/>\n      </a>\n      <a href=\"https://codecov.io/gh/tad-mctc/tad-mctc\">\n        <img src=\"https://codecov.io/gh/tad-mctc/tad-mctc/branch/main/graph/badge.svg?token=OGJJnZ6t4G\" alt=\"Coverage\"/>\n      </a>\n    </td>\n  </tr>\n</table>\n\n<br>\n\nThis library is a collection of utility functions that are used in PyTorch (re-)implementations of projects from the [Grimme group](https://github.com/grimme-lab).\nIn particular, the _tad-mctc_ library provides:\n\n- autograd functions (Jacobian, Hessian)\n\n- atomic data (radii, EN, example molecules, ...)\n\n- batch utility (packing, masks, ...)\n\n- conversion functions (numpy, atomic symbols/numbers, ...)\n\n- coordination numbers (DFT-D3, DFT-D4, EEQ)\n\n- io (reading/writing coordinate files)\n\n- molecular properties (bond lengths/orders/angles, moment of inertia, ...)\n\n- safeops (autograd-safe implementations of common functions)\n\n- typing (base class for tensor-like behavior of arbitrary classes)\n\n- units\n\nThe name is inspired by the Fortran pendant \"modular computation tool chain library\" ([mctc-lib](https://github.com/grimme-lab/mctc-lib/)).\n\n## Installation\n\n### pip\n\n_tad-mctc_ can easily be installed with `pip`.\n\n```sh\npip install tad-mctc\n```\n\n### conda\n\n_tad-mctc_ is also available from `conda`.\n\n```sh\nconda install tad-mctc\n```\n\n### From source\n\nThis project is hosted on GitHub at [tad-mctc/tad-mctc](https://github.com/tad-mctc/tad-mctc/).\nObtain the source by cloning the repository with\n\n```sh\ngit clone https://github.com/tad-mctc/tad-mctc\ncd tad-mctc\n```\n\nWe recommend using a [conda](https://conda.io/) environment to install the package.\nYou can setup the environment manager using a [mambaforge](https://github.com/conda-forge/miniforge) installer.\nInstall the required dependencies from the conda-forge channel.\n\n```sh\nmamba env create -n torch -f environment.yaml\nmamba activate torch\n```\n\nInstall this project with `pip` in the environment\n\n```sh\npip install .\n```\n\nThe following dependencies are required\n\n- [numpy](https://numpy.org/)\n- [opt_einsum](https://optimized-einsum.readthedocs.io/en/stable/)\n- [psutil](https://psutil.readthedocs.io/en/latest/)\n- [pytest](https://docs.pytest.org/) (tests only)\n- [torch](https://pytorch.org/)\n\n## Development\n\nFor development, additionally install the following tools in your environment.\n\n```sh\nmamba install black covdefaults mypy pre-commit pylint pytest pytest-cov pytest-xdist tox\npip install pytest-random-order\n```\n\nWith pip, add the option `-e` for installing in development mode, and add `[dev]` for the development dependencies\n\n```sh\npip install -e .[dev]\n```\n\nThe pre-commit hooks are initialized by running the following command in the root of the repository.\n\n```sh\npre-commit install\n```\n\nFor testing all Python environments, simply run `tox`.\n\n```sh\ntox\n```\n\nNote that this randomizes the order of tests but skips \"large\" tests. To modify this behavior, `tox` has to skip the optional _posargs_.\n\n```sh\ntox -- test\n```\n\n## Examples\n\nThe following example shows how to calculate the coordination number used in the EEQ model for a single structure.\n\n```python\nimport torch\nimport tad_mctc as mctc\n\nnumbers = mctc.convert.symbol_to_number(symbols=\"C C C C N C S H H H H H\".split())\n\n# coordinates in Bohr\npositions = torch.tensor(\n    [\n        [-2.56745685564671, -0.02509985979910, 0.00000000000000],\n        [-1.39177582455797, +2.27696188880014, 0.00000000000000],\n        [+1.27784995624894, +2.45107479759386, 0.00000000000000],\n        [+2.62801937615793, +0.25927727028120, 0.00000000000000],\n        [+1.41097033661123, -1.99890996077412, 0.00000000000000],\n        [-1.17186102298849, -2.34220576284180, 0.00000000000000],\n        [-2.39505990368378, -5.22635838332362, 0.00000000000000],\n        [+2.41961980455457, -3.62158019253045, 0.00000000000000],\n        [-2.51744374846065, +3.98181713686746, 0.00000000000000],\n        [+2.24269048384775, +4.24389473203647, 0.00000000000000],\n        [+4.66488984573956, +0.17907568006409, 0.00000000000000],\n        [-4.60044244782237, -0.17794734637413, 0.00000000000000],\n    ]\n)\n\n# calculate EEQ coordination number\ncn = mctc.ncoord.cn_eeq(numbers, positions)\ntorch.set_printoptions(precision=10)\nprint(cn)\n# tensor([3.0519218445, 3.0177774429, 3.0132560730, 3.0197706223,\n#         3.0779352188, 3.0095663071, 1.0991339684, 0.9968624115,\n#         0.9943327904, 0.9947233200, 0.9945874214, 0.9945726395])\n```\n\nThe next example shows the calculation of the coordination number used in DFT-D4 for a batch of structures.\n\n```python\nimport torch\nimport tad_mctc as mctc\n\n# S22 system 4: formamide dimer\nnumbers = mctc.batch.pack((\n    mctc.convert.symbol_to_number(\"C C N N H H H H H H O O\".split()),\n    mctc.convert.symbol_to_number(\"C O N H H H\".split()),\n))\n\n# coordinates in Bohr\npositions = mctc.batch.pack((\n    torch.tensor([\n        [-3.81469488143921, +0.09993441402912, 0.00000000000000],\n        [+3.81469488143921, -0.09993441402912, 0.00000000000000],\n        [-2.66030049324036, -2.15898251533508, 0.00000000000000],\n        [+2.66030049324036, +2.15898251533508, 0.00000000000000],\n        [-0.73178529739380, -2.28237795829773, 0.00000000000000],\n        [-5.89039325714111, -0.02589114569128, 0.00000000000000],\n        [-3.71254944801331, -3.73605775833130, 0.00000000000000],\n        [+3.71254944801331, +3.73605775833130, 0.00000000000000],\n        [+0.73178529739380, +2.28237795829773, 0.00000000000000],\n        [+5.89039325714111, +0.02589114569128, 0.00000000000000],\n        [-2.74426102638245, +2.16115570068359, 0.00000000000000],\n        [+2.74426102638245, -2.16115570068359, 0.00000000000000],\n    ]),\n    torch.tensor([\n        [-0.55569743203406, +1.09030425468557, 0.00000000000000],\n        [+0.51473634678469, +3.15152550263611, 0.00000000000000],\n        [+0.59869690244446, -1.16861263789477, 0.00000000000000],\n        [-0.45355203669134, -2.74568780438064, 0.00000000000000],\n        [+2.52721209544999, -1.29200800956867, 0.00000000000000],\n        [-2.63139587595376, +0.96447869452240, 0.00000000000000],\n    ]),\n))\n\n# calculate coordination number\ncn = mctc.ncoord.cn_d4(numbers, positions)\ntorch.set_printoptions(precision=10)\nprint(cn)\n# tensor([[2.6886456013, 2.6886456013, 2.6314170361, 2.6314167976,\n#          0.8594539165, 0.9231414795, 0.8605306745, 0.8605306745,\n#          0.8594539165, 0.9231414795, 0.8568341732, 0.8568341732],\n#         [2.6886456013, 0.8568335176, 2.6314167976, 0.8605306745,\n#          0.8594532013, 0.9231414795, 0.0000000000, 0.0000000000,\n#          0.0000000000, 0.0000000000, 0.0000000000, 0.0000000000]])\n```\n\n## Contributing\n\nThis is a volunteer open source projects and contributions are always welcome.\nPlease, take a moment to read the [contributing guidelines](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this project's files except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Torch Autodiff Utility",
    "version": "0.1.5",
    "project_urls": {
        "Documentation": "https://tad-mctc.readthedocs.io",
        "Homepage": "https://github.com/tad-mctc/tad-mctc",
        "Source": "https://github.com/tad-mctc/tad-mctc",
        "Tracker": "https://github.com/tad-mctc/tad-mctc/issues"
    },
    "split_keywords": [
        "pytorch",
        " autograd",
        " computational chemistry",
        " quantum chemistry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7962434e18e8ed62a27c03856f782d37f14165ac5b709dfed1e2e194a7a40a30",
                "md5": "d66f995e5306f3f1d3205dd4a66d2044",
                "sha256": "39a3396d602d1d5b90501116ecd338162f0c9eeb7061e4a3b5e06e5aa707cbc1"
            },
            "downloads": -1,
            "filename": "tad_mctc-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d66f995e5306f3f1d3205dd4a66d2044",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 150307,
            "upload_time": "2024-05-03T11:37:23",
            "upload_time_iso_8601": "2024-05-03T11:37:23.369792Z",
            "url": "https://files.pythonhosted.org/packages/79/62/434e18e8ed62a27c03856f782d37f14165ac5b709dfed1e2e194a7a40a30/tad_mctc-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "055b8e90b6823a53b5ce45090a9ba43b20cbfa96d4fb4f7bf4c17a94803826f4",
                "md5": "827b32ce9a5ee91167ebd3fb31070764",
                "sha256": "73310d5bc08213a18a0c326406347cdf8adba0db83a5250ca4a07b62a3d96657"
            },
            "downloads": -1,
            "filename": "tad_mctc-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "827b32ce9a5ee91167ebd3fb31070764",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 94127,
            "upload_time": "2024-05-03T11:37:24",
            "upload_time_iso_8601": "2024-05-03T11:37:24.737590Z",
            "url": "https://files.pythonhosted.org/packages/05/5b/8e90b6823a53b5ce45090a9ba43b20cbfa96d4fb4f7bf4c17a94803826f4/tad_mctc-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-03 11:37:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tad-mctc",
    "github_project": "tad-mctc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "tad-mctc"
}
        
Elapsed time: 0.26259s