steamstore.py
A Python wrapper for the Public Steam StoreFront API
Documentation
Installation
- Install with pip
pip/pip3 install steamstore
- Install via setup.py
git clone https://github.com/saucesteals/steamstore.git
- CD into the directory and install the package
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.