Metadata-Version: 2.1
Name: pytest-executable
Version: 0.4.0
Summary: pytest plugin for testing executables
Home-page: https://www.github.com/CS-SI/pytest-executable
Author: Antoine Dechaume
License: Apache Software License
Platform: UNKNOWN
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 4 - Beta
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: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pytest (<6,>=4.3)
Requires-Dist: pyyaml (<6,>=3)
Requires-Dist: jsonschema (<4,>=2)
Requires-Dist: jinja2 (<3,>=2.7)
Requires-Dist: dataclasses ; python_version < "3.7"

# Pytest-executable

`pytest-executable` is a [pytest](https://docs.pytest.org/en/latest/) plugin
for checking and validating executables. This project is still young, but
already used in a professional environment.

## Documentation

The project documentation is available
[online](https://pytest-executable.readthedocs.io/en/latest) (or in the
[`doc`](doc) directory of the repository if you are fluent in
reStructuredText).

## Installation and Usage

A `pytest-executable` package will soon be available in the Conda-Forge and
PyPi repositories (just a matter of free time). In the meantime, you can get
`pytest-executable` by cloning the project repository on Github:

```bash
git clone https://github.com/CS-SI/pytest-executable.git
```

The components required for `pytest-executable` and how to install them are
described in the
[documentation](https://pytest-executable.readthedocs.io/en/latest/installation.html).

## Contributing

A contributing guide will be soon available (once again, just a matter of free
time).

Please fill an issue on the
[Github issue tracker](https://github.com/CS-SI/pytest-executable/issues) for
any bug report, feature request or question.

## Authors

* **[Antoine Dechaume](https://github.com/AntoineD)** - *Project creator and maintainer*

## Copyright and License

Copyright 2020, [CS GROUP](http://www.csgroup.eu)

`pytest-executable` is a free and open source software, distributed under the
Apache License 2.0. See the [`LICENSE.txt`](LICENSE.txt) file for more
information, or the
[quick summary](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)) of
this license on [tl;drLegal](https://tldrlegal.com/) website.


