Metadata-Version: 2.1
Name: thenewboston-python-client
Version: 0.0.1
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Description: # Overview
        Python library for thenewboston.
        
        # Project Setup
        
        Follow the steps below to set up the project on your environment. If you run into any problems, feel free to leave a 
        GitHub Issue or reach out to any of our communities above.
        
        Install required packages:
        ```
        pip3 install -r requirements.txt
        ```
        
        ## Testing
        
        To run tests:
        ```
        pytest
        ```
        
        ## Building
        
        To produce a source distribution:
        ```
        python3 setup.py sdist
        ```
        
        ## Community
        
        Join the community to stay updated on the most recent developments, project roadmaps, and random discussions about 
        completely unrelated topics.
        
        - [thenewboston.com](https://thenewboston.com/)
        - [Slack](https://join.slack.com/t/thenewboston/shared_invite/zt-hkw1b98m-X3oe6VPX6xenHvQeaXQbfg)
        - [reddit](https://www.reddit.com/r/thenewboston/)
        - [LinkedIn](https://www.linkedin.com/company/thenewboston-developers/)
        - [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/)
        - [Twitter](https://twitter.com/bucky_roberts)
        - [YouTube](https://www.youtube.com/user/thenewboston)
        
        ## License
        
        thenewboston is [MIT licensed](http://opensource.org/licenses/MIT).
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
