Metadata-Version: 2.1
Name: nextguild
Version: 1.2.1
Summary: Interactions with the Guilded API made simpler
Author-email: Arjun Sharda <sharda.aj17@gmail.com>, Erik Thorsell <contact@erikthorsell.com>
License: MIT License
        
        Copyright (c) 2023 Arjun Sharda
        
        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: Homepage, https://github.com/ArjunSharda/nextguild
Project-URL: Bug Tracker, https://github.com/ArjunSharda/nextguild/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# NextGuild
![image](https://user-images.githubusercontent.com/108808053/235311374-bdcdcdac-3c04-4b86-b336-1d2a02f5e914.png)




# About

NextGuild is a Guilded API wrapper written in Python.

Planning on being the most simplest python library interacting with the Guilded API, Nextguild is planning to be beginner-friendly and be a great resource to learn Python programming, this is a library, with easy configuration.

Made from a team of 2 people, this was a simple project originally thought for a fun purpose and for testing the Guilded API, which eventually turned into a bot library for multi-purpose use.

## Installation

Use the Python Package Index package manager [pip](https://pip.pypa.io/en/stable/) to install NextGuild to start using this package for your project.

```bash
pip install nextguild
```

## Documentation

For NextGuild's official documentation, click [this link](https://github.com/ArjunSharda/nextguild/tree/main/docs)

## Founders

[Arjun Sharda](https://github.com/ArjunSharda)<br>
[Erik Thorsell](https://github.com/erik-thorsell)

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

## License

The NextGuild Project is under the [MIT](https://choosealicense.com/licenses/mit/) license, and usage is subject to the terms of the MIT license.


<hr>
<h6 align="center">© The NextGuild Project 2023-present
<br>
All Rights Reserved</h6>


