Metadata-Version: 2.1
Name: i-asana
Version: 2.3.1
Summary: Python interface to Asana
Home-page: https://github.com/aracnid/i-asana
License: MIT
Keywords: python,asana
Author: Jason Romano
Author-email: aracnid@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aracnid-logger (>=1.0,<2.0)
Requires-Dist: asana (>=4.0.11,<5.0.0)
Requires-Dist: pytz (>=2022.6,<2023.0)
Project-URL: Repository, https://github.com/aracnid/i-asana
Description-Content-Type: text/markdown

# i-Asana

This is a standardized and customized connector to Asana.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

This package supports the following version of Python. It probably supports older versions, but they have not been tested.

- Python 3.10 or later

### Installing

Install the latest package using pip.

```
$ pip install i-asana
```

End with an example of getting some data out of the system or using it for a little demo

## Running the tests

Explain how to run the automated tests for this system

```
$ python -m pytest
```

## Usage

TODO

## Authors

- **Jason Romano** - [Aracnid](https://github.com/aracnid)

See also the list of [contributors](https://github.com/aracnid/i-asana/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

