Metadata-Version: 2.1
Name: wantstoparty
Version: 0.0.2
Summary: An API wrapper for the wants-to.party API.
Home-page: UNKNOWN
Author: acatiadroid
Author-email: <acatia@mail.com>
License: UNKNOWN
Keywords: python,api wrapper
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires: aiohttp
Requires: requests
Description-Content-Type: text/markdown
License-File: LICENSE.txt

<div align="center">
    <h1>py-wants-to-party</h1>
    <h3>An API wrapper for the <a href="https://wants-to.party">wants-to.party</a> API.</h3>
</div>


## Getting started
1. install the package:
    ```
    pip install wantstoparty
    ```
2. Create a [wants-to.party](https://wants-to.party) account.
3. On your dashboard, click the "View api key" button:
4. Copy the API key in the box above.

## Examples
Some examples can be found in the [examples/](examples/) folder.

## Contributing
Contributions are welcome! Check out the [contributing guidelines](CONTRIBUTING.md) beforehand.

## License
This is licensed under MIT. Read the license [here](LICENSE.txt).

