Metadata-Version: 2.1
Name: steamstore
Version: 0.0.3
Summary: steamstore.py - A Python wrapper for the Public Steam StoreFront API
Home-page: https://github.com/saucesteals/steamstore
License: UNKNOWN
Author: Sauce
Author-email: saucesteals@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

## steamstore.py
A Python wrapper for the Public Steam StoreFront API

### Installation

1. Install with pip
   ```sh
   pip/pip3 install steamstore
   ```

--- 
1. Install via setup.py
   ```sh
   git clone https://github.com/saucesteals/steamstore.git
   ```
2. CD into the directory and install the package
   ```sh
   python/python3 setup.py
   ```




## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request


## License

Distributed under the MIT License. See `LICENSE` for more information.
