Metadata-Version: 2.1
Name: doas
Version: 0.1.1
Summary: DOAS processing utility library
Home-page: https://gitlab.com/bpptkg/doas
Author: Indra Rudianto
Author-email: indrarudianto.official@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: Indonesian
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sqlalchemy

# doas

This project contains utility modules and libraries to process DOAS data.

## Installation

Install the latest version from PyPI by typing this command:

    pip install -U doas

## Documentation

Full documentation and tutorials are available at `docs/` directory.

## 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/doas/-/blob/master/LICENSE) for details.


