Metadata-Version: 2.1
Name: dogma.py
Version: 0.0.1
Summary: Dogma for Python
Home-page: https://github.com/dogmatists/dogma.py
Author: Arto Bendiken
Author-email: arto@bendiken.net
License: Public Domain
Project-URL: Source, https://github.com/dogmatists/dogma.py
Description: # Dogma for Python
        
        [![Project license](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
        [![Python compatibility](https://img.shields.io/pypi/pyversions/dogma.py.svg)](https://pypi.org/project/dogma.py/)
        [![PyPI package](https://img.shields.io/pypi/v/dogma.py.svg)](https://pypi.org/project/dogma.py/)
        [![Continuous integration](https://github.com/dogmatists/dogma.py/workflows/Continuous%20integration/badge.svg)](https://github.com/dogmatists/dogma.py/actions?query=workflow%3A%22Continuous+integration%22)
        
        <https://dogma.dev>
        
        ## Prerequisites
        
        - [Python](https://www.python.org) 3.6+
        
        ## Installation
        
        ```bash
        $ pip3 install dogma.py
        ```
        
        ## Examples
        
        ### Importing the library
        
        ```python
        import dogma
        ```
        
        ### Checking the library version
        
        ## Reference
        
        ### Classes
        
        - [`dogma.Angle`](https://dogma.dev/Angle/)
        - [`dogma.Latitude`](https://dogma.dev/Latitude/)
        - [`dogma.Longitude`](https://dogma.dev/Longitude/)
        
        ## See Also
        
        Dogma for [C][], [C++][], [Dart][], [Protobuf][], [Ruby][], and [Zig][].
        
        [C]:        https://github.com/dogmatists/dogma.c
        [C++]:      https://github.com/dogmatists/dogma.cpp
        [Dart]:     https://github.com/dogmatists/dogma.dart
        [Protobuf]: https://github.com/dogmatists/dogma.pb
        [Python]:   https://github.com/dogmatists/dogma.py
        [Ruby]:     https://github.com/dogmatists/dogma.rb
        [Zig]:      https://github.com/dogmatists/dogma.zig
        
Platform: UNKNOWN
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: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
