Metadata-Version: 2.4
Name: known-types
Version: 0.0.3
Summary: Well-known types.
Keywords: 
Author: Arto Bendiken
Author-email: Arto Bendiken <arto@bendiken.net>
License-Expression: Unlicense
License-File: UNLICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: pydantic>=2.12
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/it-is-known
Project-URL: Repository, https://github.com/it-is-known/known-types
Project-URL: Changelog, https://github.com/it-is-known/known-types/blob/master/python/CHANGES.md
Project-URL: Releases, https://github.com/it-is-known/known-types/releases
Project-URL: Issues, https://github.com/it-is-known/known-types/issues
Project-URL: Documentation, https://github.com/it-is-known/known-types/blob/master/python/README.md
Provides-Extra: apify
Provides-Extra: crates
Provides-Extra: github
Provides-Extra: gravatar
Provides-Extra: ietf
Provides-Extra: introco
Provides-Extra: linkupapi
Provides-Extra: luma
Provides-Extra: meetup
Provides-Extra: npm
Provides-Extra: pypi
Provides-Extra: rubygems
Provides-Extra: twitterapi
Provides-Extra: w3c
Description-Content-Type: text/markdown

# Known Types for Python

[![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Compatibility](https://img.shields.io/badge/python-3.10%2B-blue)](https://endoflife.date/python)
[![Package](https://img.shields.io/pypi/v/known-types)](https://pypi.org/project/known-types/)

Well-known types for Python.

## 👉 Examples

### Importing well-known types

```python
from known_types.github import User
from known_types.introco import Account, Profile
from known_types.linkupapi import CompanyInfo, ContactInfo, UserInfo
from known_types.luma import Calendar, Event, Profile, User
from known_types.twitterapi import UserInfo
```

## 👨‍💻 Development

```bash
git clone https://github.com/it-is-known/known-types.git
```

---

[![Share on X](https://img.shields.io/badge/share%20on-x-03A9F4?logo=x)](https://x.com/intent/post?url=https://github.com/it-is-known/known-types&text=Known%20Types)
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/it-is-known/known-types&title=Known%20Types)
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hn-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/it-is-known/known-types&t=Known%20Types)
[![Share on Facebook](https://img.shields.io/badge/share%20on-fb-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/it-is-known/known-types)
[![Share on LinkedIn](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/it-is-known/known-types)
