Metadata-Version: 2.4
Name: intrade
Version: 0.1.3
Summary: The intrade Python package provides a unified toolkit for international trade empirical analysis.
Project-URL: Homepage, https://github.com/Juan-de-Lucio/REPO
Project-URL: Issues, https://github.com/Juan-de-Lucio/REPO/issues
Author-email: Juan de Lucio & Francisco Requena <Juan.deLucio@uah.es>
License: MIT License
        
        Copyright (c) 2025 Juan de Lucio & Francisco Requena
        
        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 SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
License-File: LICENSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# intrade

The intrade Python package provides a unified toolkit for international trade empirical analysis.

## Installation

```bash
pip install intrade
```

## Basic usage

```python
# Import package
import intrade as it

# Import function
from intrade import load_Test
print(it.load_Test("WWZ"))
```
