Metadata-Version: 2.1
Name: namespaces.py
Version: 1.0.1
Summary: No more stupid dots.
Author-email: ZeroIntensity <zintensitydev@gmail.com>
License: MIT
Project-URL: Source, https://github.com/ZeroIntensity/namespaces.py
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# namespaces.py

## No more stupid dots

- Tired of using the boring old `foo.bar` notation?
- Feel like cheating on your type checker?
- Want to pretend like you're writing C++, even though you aren't?

Fear not, for `namespaces.py` is here!

## Example

```py
import namespaces

namespaces.inject()

class Test:
    @staticmethod
    def hello():
        print("hello world!")


Test[::"hello"]()  # hello world!
```

## Features

- Cool `::` C++ like symbol to make you feel special
- Show your linter whose boss
- Pretend this is a feature, I wanted to have 3 listed here to make it seem more even

## Installation

```
$ pip install namespaces.py
```

## Docs?

I'm gonna pretend you didn't ask that.

## Compatibility

Aw come on, discovering broken versions is half the fun.
