Metadata-Version: 2.1
Name: transmits
Version: 0.1.4
Summary: A package to transmit data
Author-email: Gu waakzi <guwaakzi@gmail.com>
License: MIT License
        
        Copyright (c) 2023 Your Name
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: url, https://github.com/Guwaakzi/transmits
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Transmit

Transmit is a revolutionary Python package that allows you to transmit data of any type, to any location, and receive it at any location. It provides a simple and efficient way to share data across different parts of your application without any hassle.

## Features

- **Send Data Anywhere**: Transmit data of any type to any part of your application.
- **Receive Data Anywhere**: Receive the transmitted data at any location in your application.
- **No Type Limitations**: Transmit and receive data of any type without any limitations or restrictions.

## Installation

Installing Transmit is as easy as running a single command. 
You can install Transmit from PyPI:
pip install transmits


## Usage

Using Transmit is incredibly simple. Here is a basic example:

```python
from transmits import Transmit

biu = Transmit()
my_dict = {}  
biu.to.data1 = my_dict  
# other code in anywhere
your_dict = biu.me.data1 
print(your_dict)
```

In this example, we first import the Transmit class from the transmit package. Then, we create an instance of the Transmit class called biu, and assign a value to biu.to.data1. We can then retrieve this value from biu.me.data1.

The Transmit class allows us to send and receive data anywhere in our application,regardless of the type of data.

Documentation
For more detailed documentation, please visit our official documentation.

Contributing
Contributions are welcome! Please see our contributing guide for more details.

License
This project is licensed under the MIT License.

