Metadata-Version: 2.1
Name: bpptkg-meteo
Version: 0.1.0
Summary: BPPTKG weather station data fetcher and schema tables library.
Home-page: UNKNOWN
Author: Indra Rudianto
Author-email: indrarudianto.official@gmail.com
License: MIT
Description: # bpptkg-meteo
        
        BPPTKG weather station data fetcher and schema tables library.
        
        ## Installation
        
        Install the latest version from PyPI by typing this command:
        
            pip install -U bpptkg-meteo
        
        ## Documentation
        
        Full documentation is available at `docs/` directory. You can build the
        documentation by running these commands:
        
            cd /path/to/bpptkg-meteo/
            pip install -r requirements.txt
            sphinx-build -b html docs/ /path/to/build/
        
        ## Contributing
        
        See `CONTRIBUTING.md` to learn how to contribute to this project.
        
        ## Support
        
        This project is maintained by Indra Rudianto. If you have any question about
        this project, you can contact him at <indrarudianto.official@gmail.com>.
        
        ## License
        
        By contributing to the project, you agree that your contributions will be
        licensed under its MIT license. See
        [LICENSE](https://gitlab.com/bpptkg/bpptkg-meteo/blob/master/LICENSE) for
        details.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
