Metadata-Version: 2.1
Name: pacifices-cloud
Version: 0.1.0
Summary: A CLI tool for managing your https://pacifices.cloud servers
Home-page: https://github.com/sktan/pacifices-cloud-cli
Author: Steven Tan
Author-email: git@sktan.com
License: UNKNOWN
Description: ![PacificES Logo](https://d33wubrfki0l68.cloudfront.net/0d222f159128e50dcc3210bc94e7f55caa74e9f2/dca9f/img/pes-dark.png)
        
        # A PacificES Cloud CLI tool
        
        An official CLI tool for managing your https://pacifices.cloud/ servers. Currently only supports CSGO in Sydney regions.
        
        This tool also exposes the API library used to manage servers, which can be used within your Python projects to pragmatically manage your CSGO servers.
        
        ## Requirements
        
        A https://pacifices.cloud account is required to be able to create and manage your servers
        
        [Python 3+](https://www.python.org/)
        
        Python Requirements:
        - [requests](https://pypi.org/project/requests/)
        - [python-dotenv](https://pypi.org/project/python-dotenv/)
        
        ## Installation
        
        ```
        pip3 install pacifices-cloud
        ```
        
        # Usage
        
        Usage of this tool can be done in multiple ways, either via CLI or via the library. Instructions for both can be found in the links below:
        
        - [CLI Usage](https://github.com/sktan/pacifices-cloud-cli/blob/master/docs/cli.md)
        - [LIB usage](https://github.com/sktan/pacifices-cloud-cli/blob/master/docs/lib.md)
        
Keywords: pacifices cloud pacifices.cloud
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
