molharbor


Namemolharbor JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summaryunofficial python wrapper for MolPort API
upload_time2024-06-10 19:30:38
maintainerNone
docs_urlNone
authorAnton Siomchen
requires_python<4.0,>=3.9
licenseApache-2.0
keywords chemistry molport vhts
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# MolHarbour

MolHarbour is a unofficial Python wrapper for the Molport REST API. It allows you to search for chemical compounds and retrieve information about them.
Additionally, MolHarbour unifies the Molport API variables names and verifies the response data using wonderful [Pydantic](https://github.com/pydantic/pydantic) models.

This library is not affiliated with Molport in any way. Molport is a registered trademark of Molport SIA.

The project was initiated as a part of my master's thesis and and is based on refactored scripts which I wrote to retrive commercial availablity of compounds in chembl database.

## Installation

### From PyPI

```bash
pip install molharbor
```

### From source

```bash
pip install git+https://github.com/asiomchen/molharbor

```

## Quickstart
### Authentication

To start using MolHarbour, you need to create an instance of the `Molport` class and log in to the Molport API using your username and password or API key.

```python
from molharbor import Molport
molport = Molport()
molport.login(username="john.spade", password="fasdga34a3")
```

or API key

```python
molport.login(api_key="16072de6-d318-4324-a82c-08c7dfe64d5d")
```

### Compound search

You can search for compounds using the `search` method. All the search types are supported( via `SearchType` enum).
Additionally, you can specify the maximum number of results to return using the `max_results` parameter, and the minimum similarity threshold using the `similarity` parameter (it is used only for similarity search).


#### Exact search

```python
from molharbor import SearchType
molport.find("O=C(O)c1ccccc1", search_type=SearchType.EXACT)

[[MolportCompound(smiles='OC(=O)c1ccccc1', molport_id='Molport-000-871-563', link='https://www.molport.com/shop/compound/Molport-000-871-563'),
  MolportCompound(smiles='[2H]c1c([2H])c([2H])c(c([2H])c1[2H])C(O)=O', molport_id='Molport-003-927-939', link='https://www.molport.com/shop/compound/Molport-003-927-939'),
  MolportCompound(smiles='O[13C](=O)c1ccccc1', molport_id='Molport-003-929-055', link='https://www.molport.com/shop/compound/Molport-003-929-055'),
  MolportCompound(smiles='OC(=O)[13c]1[13cH][13cH][13cH][13cH][13cH]1', molport_id='Molport-046-688-787', link='https://www.molport.com/shop/compound/Molport-046-688-787')]]

```

#### Similarity search

```python
molport.find("O=C(O)c1ccccc1", search_type=SearchType.SIMILARITY, max_results=5)

[[MolportCompound(smiles='OC(=O)c1ccccc1', molport_id='Molport-000-871-563', link='https://www.molport.com/shop/compound/Molport-000-871-563'),
  MolportCompound(smiles='[2H]c1c([2H])c([2H])c(c([2H])c1[2H])C(O)=O', molport_id='Molport-003-927-939', link='https://www.molport.com/shop/compound/Molport-003-927-939'),
  MolportCompound(smiles='O[13C](=O)c1ccccc1', molport_id='Molport-003-929-055', link='https://www.molport.com/shop/compound/Molport-003-929-055'),
  MolportCompound(smiles='[Zn++].[O-]C(=O)c1ccccc1.[O-]C(=O)c1ccccc1', molport_id='Molport-003-986-949', link='https://www.molport.com/shop/compound/Molport-003-986-949'),
  MolportCompound(smiles='OC(=O)[13c]1[13cH][13cH][13cH][13cH][13cH]1', molport_id='Molport-046-688-787', link='https://www.molport.com/shop/compound/Molport-046-688-787')]]

```

#### Superstructure search

```python

molport.find("O=C(O)c1ccccc1", search_type=SearchType.SUPERSTRUCTURE, max_results=5)

[[MolportCompound(smiles='CC=O', molport_id='Molport-001-783-184', link='https://www.molport.com/shop/compound/Molport-001-783-184'),
  MolportCompound(smiles='OCc1ccccc1', molport_id='Molport-001-783-216', link='https://www.molport.com/shop/compound/Molport-001-783-216'),
  MolportCompound(smiles='C=O', molport_id='Molport-001-785-627', link='https://www.molport.com/shop/compound/Molport-001-785-627'),
  MolportCompound(smiles='CCO', molport_id='Molport-001-785-844', link='https://www.molport.com/shop/compound/Molport-001-785-844'),
  MolportCompound(smiles='O', molport_id='Molport-003-926-090', link='https://www.molport.com/shop/compound/Molport-003-926-090')]]

```

#### Substructure search

```python
molport.find("O=C(O)c1ccccc1", search_type=SearchType.SUBSTRUCTURE, max_results=5)

[[MolportCompound(smiles='OC(=O)c1ccc2[nH]c(S)nc2c1', molport_id='Molport-000-004-519', link='https://www.molport.com/shop/compound/Molport-000-004-519'),
  MolportCompound(smiles='OC(=O)c1cc(C#N)c(Cl)cc1Cl', molport_id='Molport-051-434-827', link='https://www.molport.com/shop/compound/Molport-051-434-827'),
  MolportCompound(smiles='OC(=O)c1ccc(cc1)-c1ccc(cc1)-c1ccc(cc1)N(c1ccc(cc1)-c1ccc(cc1)-c1ccc(cc1)C(O)=O)c1ccc(cc1)-c1ccc(cc1)-c1ccc(cc1)C(O)=O', molport_id='Molport-051-434-831', link='https://www.molport.com/shop/compound/Molport-051-434-831'),
  MolportCompound(smiles='COC(=O)[C@]1(C[C@H](OC(C)=O)[C@@H](NC(C)=O)[C@@H](O1)[C@H](OC(C)=O)[C@@H](COC(C)=O)OC(C)=O)O[C@H]1[C@@H](OC(=O)c2ccccc2)[C@@H](COC(=O)c2ccccc2)O[C@@H](Oc2ccc(OC)cc2)[C@@H]1OC(=O)c1ccccc1', molport_id='Molport-051-434-926', link='https://www.molport.com/shop/compound/Molport-051-434-926'),
  MolportCompound(smiles='[Na+].[Na+].OC(=O)CN(CC([O-])=O)Cc1cc2c(Oc3cc(O)c(CN(CC(O)=O)CC([O-])=O)cc3C22OC(=O)c3ccccc23)cc1O', molport_id='Molport-051-435-130', link='https://www.molport.com/shop/compound/Molport-051-435-130')]]

```

#### Raw response manipulation

MolHarbour design to simplify commonn tasks so `.find()` method returns a list of `MolportCompound` objects (which itself is a dataclass object with `smiles`, `molport_id` and `link` field). 

However, you can access the raw response using the `return_response` parameter. Returned `Response` object inherits from Pydantic `BaseModel` and contains all the fields from the Molport API response with type validation provided by Pydantic.
All the fields have the same name as in Molport API docs, only lowercase and the spaces are replaced with underscores( e.g. `Shipment Type` -> `shipment_type`)

```python
from molharbor import SearchType
molport.find("O=C(O)c1ccccc1", search_type=SearchType.SUBSTRUCTURE, max_results=1, return_response=False)

[[MolportCompound(smiles='OC(=O)c1cc(C#N)c(Cl)cc1Cl', molport_id='Molport-051-434-827', link='https://www.molport.com/shop/compound/Molport-051-434-827')]]
```
vs

```python
molport.find("O=C(O)c1ccccc1", search_type=SearchType.SUBSTRUCTURE, max_results=1, return_response=True)

[Response(result=Result(status=1, message='Substructure search completed!'), data=Data(molecules=[Molecule(id=45........
```

### Suppliers search

Having a Molport ID, you can search for suppliers using the `get_suppliers` method. Similar too `find()` method, you could either recieve a raw pydantic response with all the fields having the same name as in Molport API docs, only lowercase and the spaces are replaced with underscores( e.g. `Shipment Type` -> `shipment_type`) or processed dataframe with most important fields

```python
df = molport.get_suppliers("Molport-001-794-639")
```

Or you could use id values of `MolportCompound` objects returned by `find()` method

```python
result = molport.find("C[C@H](CS)C(=O)N1CCC[C@H]1C(O)=O", search_type=SearchType.EXACT, max_results=1)[0]
result

MolportCompound(smiles='C[C@H](CS)C(=O)N1CCC[C@H]1C(O)=O', molport_id='Molport-001-794-639', link=...

df = molport.get_suppliers(result.molport_id)
```
#### Processed dataframe

Returned dataframe contains all the fields from the Molport API response with type validation provided by Pydantic. The fields are renamed to be more human-readable and to be consistent with the Molport API docs. Below is an example of the most important fields.

```python
df[["supplier_name", "supplier_type", "amount", "measure", 
"price", "currency", "delivery_days", 
"stock", "stock_measure", "last_update_date_exact"]].head()
```
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th></th>
      <th>supplier_name</th>
      <th>supplier_type</th>
      <th>amount</th>
      <th>measure</th>
      <th>price</th>
      <th>currency</th>
      <th>delivery_days</th>
      <th>stock</th>
      <th>stock_measure</th>
      <th>last_update_date_exact</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th>0</th>
      <td>BIONET - Key Organics Ltd.</td>
      <td>screening_block_suppliers</td>
      <td>1.0</td>
      <td>mg</td>
      <td>45.0</td>
      <td>USD</td>
      <td>4</td>
      <td>1187.6</td>
      <td>mg</td>
      <td>May 17, 2024</td>
    </tr>
    <tr>
      <th>1</th>
      <td>BIONET - Key Organics Ltd.</td>
      <td>screening_block_suppliers</td>
      <td>5.0</td>
      <td>mg</td>
      <td>53.0</td>
      <td>USD</td>
      <td>4</td>
      <td>1187.6</td>
      <td>mg</td>
      <td>May 17, 2024</td>
    </tr>
    <tr>
      <th>2</th>
      <td>BIONET - Key Organics Ltd.</td>
      <td>screening_block_suppliers</td>
      <td>10.0</td>
      <td>mg</td>
      <td>64.0</td>
      <td>USD</td>
      <td>4</td>
      <td>1187.6</td>
      <td>mg</td>
      <td>May 17, 2024</td>
    </tr>
    <tr>
      <th>3</th>
      <td>BIONET - Key Organics Ltd.</td>
      <td>screening_block_suppliers</td>
      <td>1.0</td>
      <td>mg</td>
      <td>45.0</td>
      <td>USD</td>
      <td>4</td>
      <td>1187.6</td>
      <td>mg</td>
      <td>May 17, 2024</td>
    </tr>
    <tr>
      <th>4</th>
      <td>BIONET - Key Organics Ltd.</td>
      <td>screening_block_suppliers</td>
      <td>2.0</td>
      <td>mg</td>
      <td>47.0</td>
      <td>USD</td>
      <td>4</td>
      <td>1187.6</td>
      <td>mg</td>
      <td>May 17, 2024</td>
    </tr>
  </tbody>
</table>

#### Raw response

```python
molport.get_suppliers("Molport-000-871-563", return_response=True)

ResponseSupplier(result=Result(status=1, message='Molecule found!'), data=DataSupplier(molecule=Molecule2(id=871563, molport_id='Molport-000-871-563', smiles='OC(=O)c1ccccc1', .....
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "molharbor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "chemistry, molport, vhts",
    "author": "Anton Siomchen",
    "author_email": "41703271+asiomchen@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/01/e92315e629f6dd40cb5a4fe75566408c87079d0618f0f63e21a0ce4042e7/molharbor-0.1.0.tar.gz",
    "platform": null,
    "description": "\n# MolHarbour\n\nMolHarbour is a unofficial Python wrapper for the Molport REST API. It allows you to search for chemical compounds and retrieve information about them.\nAdditionally, MolHarbour unifies the Molport API variables names and verifies the response data using wonderful [Pydantic](https://github.com/pydantic/pydantic) models.\n\nThis library is not affiliated with Molport in any way. Molport is a registered trademark of Molport SIA.\n\nThe project was initiated as a part of my master's thesis and and is based on refactored scripts which I wrote to retrive commercial availablity of compounds in chembl database.\n\n## Installation\n\n### From PyPI\n\n```bash\npip install molharbor\n```\n\n### From source\n\n```bash\npip install git+https://github.com/asiomchen/molharbor\n\n```\n\n## Quickstart\n### Authentication\n\nTo start using MolHarbour, you need to create an instance of the `Molport` class and log in to the Molport API using your username and password or API key.\n\n```python\nfrom molharbor import Molport\nmolport = Molport()\nmolport.login(username=\"john.spade\", password=\"fasdga34a3\")\n```\n\nor API key\n\n```python\nmolport.login(api_key=\"16072de6-d318-4324-a82c-08c7dfe64d5d\")\n```\n\n### Compound search\n\nYou can search for compounds using the `search` method. All the search types are supported( via `SearchType` enum).\nAdditionally, you can specify the maximum number of results to return using the `max_results` parameter, and the minimum similarity threshold using the `similarity` parameter (it is used only for similarity search).\n\n\n#### Exact search\n\n```python\nfrom molharbor import SearchType\nmolport.find(\"O=C(O)c1ccccc1\", search_type=SearchType.EXACT)\n\n[[MolportCompound(smiles='OC(=O)c1ccccc1', molport_id='Molport-000-871-563', link='https://www.molport.com/shop/compound/Molport-000-871-563'),\n  MolportCompound(smiles='[2H]c1c([2H])c([2H])c(c([2H])c1[2H])C(O)=O', molport_id='Molport-003-927-939', link='https://www.molport.com/shop/compound/Molport-003-927-939'),\n  MolportCompound(smiles='O[13C](=O)c1ccccc1', molport_id='Molport-003-929-055', link='https://www.molport.com/shop/compound/Molport-003-929-055'),\n  MolportCompound(smiles='OC(=O)[13c]1[13cH][13cH][13cH][13cH][13cH]1', molport_id='Molport-046-688-787', link='https://www.molport.com/shop/compound/Molport-046-688-787')]]\n\n```\n\n#### Similarity search\n\n```python\nmolport.find(\"O=C(O)c1ccccc1\", search_type=SearchType.SIMILARITY, max_results=5)\n\n[[MolportCompound(smiles='OC(=O)c1ccccc1', molport_id='Molport-000-871-563', link='https://www.molport.com/shop/compound/Molport-000-871-563'),\n  MolportCompound(smiles='[2H]c1c([2H])c([2H])c(c([2H])c1[2H])C(O)=O', molport_id='Molport-003-927-939', link='https://www.molport.com/shop/compound/Molport-003-927-939'),\n  MolportCompound(smiles='O[13C](=O)c1ccccc1', molport_id='Molport-003-929-055', link='https://www.molport.com/shop/compound/Molport-003-929-055'),\n  MolportCompound(smiles='[Zn++].[O-]C(=O)c1ccccc1.[O-]C(=O)c1ccccc1', molport_id='Molport-003-986-949', link='https://www.molport.com/shop/compound/Molport-003-986-949'),\n  MolportCompound(smiles='OC(=O)[13c]1[13cH][13cH][13cH][13cH][13cH]1', molport_id='Molport-046-688-787', link='https://www.molport.com/shop/compound/Molport-046-688-787')]]\n\n```\n\n#### Superstructure search\n\n```python\n\nmolport.find(\"O=C(O)c1ccccc1\", search_type=SearchType.SUPERSTRUCTURE, max_results=5)\n\n[[MolportCompound(smiles='CC=O', molport_id='Molport-001-783-184', link='https://www.molport.com/shop/compound/Molport-001-783-184'),\n  MolportCompound(smiles='OCc1ccccc1', molport_id='Molport-001-783-216', link='https://www.molport.com/shop/compound/Molport-001-783-216'),\n  MolportCompound(smiles='C=O', molport_id='Molport-001-785-627', link='https://www.molport.com/shop/compound/Molport-001-785-627'),\n  MolportCompound(smiles='CCO', molport_id='Molport-001-785-844', link='https://www.molport.com/shop/compound/Molport-001-785-844'),\n  MolportCompound(smiles='O', molport_id='Molport-003-926-090', link='https://www.molport.com/shop/compound/Molport-003-926-090')]]\n\n```\n\n#### Substructure search\n\n```python\nmolport.find(\"O=C(O)c1ccccc1\", search_type=SearchType.SUBSTRUCTURE, max_results=5)\n\n[[MolportCompound(smiles='OC(=O)c1ccc2[nH]c(S)nc2c1', molport_id='Molport-000-004-519', link='https://www.molport.com/shop/compound/Molport-000-004-519'),\n  MolportCompound(smiles='OC(=O)c1cc(C#N)c(Cl)cc1Cl', molport_id='Molport-051-434-827', link='https://www.molport.com/shop/compound/Molport-051-434-827'),\n  MolportCompound(smiles='OC(=O)c1ccc(cc1)-c1ccc(cc1)-c1ccc(cc1)N(c1ccc(cc1)-c1ccc(cc1)-c1ccc(cc1)C(O)=O)c1ccc(cc1)-c1ccc(cc1)-c1ccc(cc1)C(O)=O', molport_id='Molport-051-434-831', link='https://www.molport.com/shop/compound/Molport-051-434-831'),\n  MolportCompound(smiles='COC(=O)[C@]1(C[C@H](OC(C)=O)[C@@H](NC(C)=O)[C@@H](O1)[C@H](OC(C)=O)[C@@H](COC(C)=O)OC(C)=O)O[C@H]1[C@@H](OC(=O)c2ccccc2)[C@@H](COC(=O)c2ccccc2)O[C@@H](Oc2ccc(OC)cc2)[C@@H]1OC(=O)c1ccccc1', molport_id='Molport-051-434-926', link='https://www.molport.com/shop/compound/Molport-051-434-926'),\n  MolportCompound(smiles='[Na+].[Na+].OC(=O)CN(CC([O-])=O)Cc1cc2c(Oc3cc(O)c(CN(CC(O)=O)CC([O-])=O)cc3C22OC(=O)c3ccccc23)cc1O', molport_id='Molport-051-435-130', link='https://www.molport.com/shop/compound/Molport-051-435-130')]]\n\n```\n\n#### Raw response manipulation\n\nMolHarbour design to simplify commonn tasks so `.find()` method returns a list of `MolportCompound` objects (which itself is a dataclass object with `smiles`, `molport_id` and `link` field). \n\nHowever, you can access the raw response using the `return_response` parameter. Returned `Response` object inherits from Pydantic `BaseModel` and contains all the fields from the Molport API response with type validation provided by Pydantic.\nAll the fields have the same name as in Molport API docs, only lowercase and the spaces are replaced with underscores( e.g. `Shipment Type` -> `shipment_type`)\n\n```python\nfrom molharbor import SearchType\nmolport.find(\"O=C(O)c1ccccc1\", search_type=SearchType.SUBSTRUCTURE, max_results=1, return_response=False)\n\n[[MolportCompound(smiles='OC(=O)c1cc(C#N)c(Cl)cc1Cl', molport_id='Molport-051-434-827', link='https://www.molport.com/shop/compound/Molport-051-434-827')]]\n```\nvs\n\n```python\nmolport.find(\"O=C(O)c1ccccc1\", search_type=SearchType.SUBSTRUCTURE, max_results=1, return_response=True)\n\n[Response(result=Result(status=1, message='Substructure search completed!'), data=Data(molecules=[Molecule(id=45........\n```\n\n### Suppliers search\n\nHaving a Molport ID, you can search for suppliers using the `get_suppliers` method. Similar too `find()` method, you could either recieve a raw pydantic response with all the fields having the same name as in Molport API docs, only lowercase and the spaces are replaced with underscores( e.g. `Shipment Type` -> `shipment_type`) or processed dataframe with most important fields\n\n```python\ndf = molport.get_suppliers(\"Molport-001-794-639\")\n```\n\nOr you could use id values of `MolportCompound` objects returned by `find()` method\n\n```python\nresult = molport.find(\"C[C@H](CS)C(=O)N1CCC[C@H]1C(O)=O\", search_type=SearchType.EXACT, max_results=1)[0]\nresult\n\nMolportCompound(smiles='C[C@H](CS)C(=O)N1CCC[C@H]1C(O)=O', molport_id='Molport-001-794-639', link=...\n\ndf = molport.get_suppliers(result.molport_id)\n```\n#### Processed dataframe\n\nReturned dataframe contains all the fields from the Molport API response with type validation provided by Pydantic. The fields are renamed to be more human-readable and to be consistent with the Molport API docs. Below is an example of the most important fields.\n\n```python\ndf[[\"supplier_name\", \"supplier_type\", \"amount\", \"measure\", \n\"price\", \"currency\", \"delivery_days\", \n\"stock\", \"stock_measure\", \"last_update_date_exact\"]].head()\n```\n<table border=\"1\" class=\"dataframe\">\n  <thead>\n    <tr style=\"text-align: right;\">\n      <th></th>\n      <th>supplier_name</th>\n      <th>supplier_type</th>\n      <th>amount</th>\n      <th>measure</th>\n      <th>price</th>\n      <th>currency</th>\n      <th>delivery_days</th>\n      <th>stock</th>\n      <th>stock_measure</th>\n      <th>last_update_date_exact</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <th>0</th>\n      <td>BIONET - Key Organics Ltd.</td>\n      <td>screening_block_suppliers</td>\n      <td>1.0</td>\n      <td>mg</td>\n      <td>45.0</td>\n      <td>USD</td>\n      <td>4</td>\n      <td>1187.6</td>\n      <td>mg</td>\n      <td>May 17, 2024</td>\n    </tr>\n    <tr>\n      <th>1</th>\n      <td>BIONET - Key Organics Ltd.</td>\n      <td>screening_block_suppliers</td>\n      <td>5.0</td>\n      <td>mg</td>\n      <td>53.0</td>\n      <td>USD</td>\n      <td>4</td>\n      <td>1187.6</td>\n      <td>mg</td>\n      <td>May 17, 2024</td>\n    </tr>\n    <tr>\n      <th>2</th>\n      <td>BIONET - Key Organics Ltd.</td>\n      <td>screening_block_suppliers</td>\n      <td>10.0</td>\n      <td>mg</td>\n      <td>64.0</td>\n      <td>USD</td>\n      <td>4</td>\n      <td>1187.6</td>\n      <td>mg</td>\n      <td>May 17, 2024</td>\n    </tr>\n    <tr>\n      <th>3</th>\n      <td>BIONET - Key Organics Ltd.</td>\n      <td>screening_block_suppliers</td>\n      <td>1.0</td>\n      <td>mg</td>\n      <td>45.0</td>\n      <td>USD</td>\n      <td>4</td>\n      <td>1187.6</td>\n      <td>mg</td>\n      <td>May 17, 2024</td>\n    </tr>\n    <tr>\n      <th>4</th>\n      <td>BIONET - Key Organics Ltd.</td>\n      <td>screening_block_suppliers</td>\n      <td>2.0</td>\n      <td>mg</td>\n      <td>47.0</td>\n      <td>USD</td>\n      <td>4</td>\n      <td>1187.6</td>\n      <td>mg</td>\n      <td>May 17, 2024</td>\n    </tr>\n  </tbody>\n</table>\n\n#### Raw response\n\n```python\nmolport.get_suppliers(\"Molport-000-871-563\", return_response=True)\n\nResponseSupplier(result=Result(status=1, message='Molecule found!'), data=DataSupplier(molecule=Molecule2(id=871563, molport_id='Molport-000-871-563', smiles='OC(=O)c1ccccc1', .....\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "unofficial python wrapper for MolPort API",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "chemistry",
        " molport",
        " vhts"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aba7aa323baa21983c0540bef69fae4b24e1ccb14e98fce5784994133350418",
                "md5": "df9e8e22de749b3fe5149b0228471022",
                "sha256": "16db72ed1702702fc20fa2a1afb3ab1d15671210c31a9b951a4367609b653f36"
            },
            "downloads": -1,
            "filename": "molharbor-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "df9e8e22de749b3fe5149b0228471022",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 13348,
            "upload_time": "2024-06-10T19:30:37",
            "upload_time_iso_8601": "2024-06-10T19:30:37.264959Z",
            "url": "https://files.pythonhosted.org/packages/2a/ba/7aa323baa21983c0540bef69fae4b24e1ccb14e98fce5784994133350418/molharbor-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a401e92315e629f6dd40cb5a4fe75566408c87079d0618f0f63e21a0ce4042e7",
                "md5": "fccf5e17069edf9adf47b398e348eeb3",
                "sha256": "fc2f0cffc8163e643c8e843aaacd55381307ca6f5bc887bebad9410617db406a"
            },
            "downloads": -1,
            "filename": "molharbor-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fccf5e17069edf9adf47b398e348eeb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 14932,
            "upload_time": "2024-06-10T19:30:38",
            "upload_time_iso_8601": "2024-06-10T19:30:38.247708Z",
            "url": "https://files.pythonhosted.org/packages/a4/01/e92315e629f6dd40cb5a4fe75566408c87079d0618f0f63e21a0ce4042e7/molharbor-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 19:30:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "molharbor"
}
        
Elapsed time: 0.26894s