root/dev/: dmpt-1.0.1 metadata and description

Simple index

Place Tag Service for Darsman Academy

author Ellnamin
author_email ellnamin.business@gmail.com
requires_dist
  • grpcio==1.62.1
  • grpcio-tools==1.62.1
  • protobuf==4.25.3
  • setuptools==69.1.1
  • annotated-types==0.6.0
  • pydantic==2.7.0
  • pydantic-core==2.18.1

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
dmpt-1.0.1-py3-none-any.whl
Size
6 KB
Type
Python Wheel
Python
3
  • Uploaded to root/dev by root 2024-08-09 20:18:01
dmpt-1.0.1.tar.gz
Size
6 KB
Type
Source
  • Uploaded to root/dev by root 2024-08-09 20:18:01
# Darsman Place Tag

## Requirements

- Python (== 3.10)
- grpcio-tools (>=1.62.1)

## Installation

Run the following command using pip:

```bash
pip install dmpt(test)
```

## Sample code

```python
import asyncio
from dmpt import Media, Content, Seo


# Note:
# All classes share the same functionalities

# You also can enter the `place` and `tag` parameters
# when calling class methods directly
media = Media(api_key="api_key", place="Checkout_page", tag="footer")
asyncio.run(media.create("media type", "media identifier"))
asyncio.run(media.search())

```


Render warnings:
<string>:12: (WARNING/2) Inline literal start-string without end-string.