Metadata-Version: 2.1
Name: pymarco
Version: 0.1.0
Summary: A short description of the project.
Author: walidsa3d
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

<div align="center">
  <img src="./logo.png" alt="Toufan Logo" width="200">
  <h1>PyMarco</h1>
  <p>Wow</p>
  <a href="https://github.com/walidsa3d/actions/workflows/test.yml">
    <img src="https://img.shields.io/github/actions/workflow/status/walidsa3d/pymarco/test.yml?branch=main&style=flat-square" alt="Test Status">
  </a>
  <a href="https://github.com/walidsa3d/pymarco/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/walidsa3d/pymarco?style=flat-square" alt="License">
  </a>
</div>


**PyMarco** is a Python package that simplifies the process of finding information about countries, currencies, and languages based . With pymarco, you can quickly access detailed data about various countries, their currencies, and the languages spoken etc.

## Features

- **Retrieve Country Information**: Get details about countries using their ISO 3166-1 alpha-2 or alpha-3 codes.
- **Currency Information**: Find information about currencies using ISO 4217 codes.
- **Language Information**: Access language details using ISO 639 codes.
- **Easy Integration**: Seamlessly integrate with your Python applications.

## Installation

You can install pymarco via pip:

```bash
pip install pymarco
```

## Usage

```
```

## Contributing 🤝
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

## License 📄
This project is MIT licensed.

