Metadata-Version: 2.1
Name: pygithubactions
Version: 0.1.2
Summary: Github actions core library implemented in python
Author-email: Andrey Larin <lestex@gmail.com>
Project-URL: Homepage, https://github.com/lestex/pygithubactions.git
Project-URL: Source, https://github.com/lestex/pygithubactions.git
Keywords: pygithubactions
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# pygithubactions
### pygithubactions/core
> Core functions for setting results, logging, registering secrets and exporting variables across actions

### Usage
### Import the package

```python
from pygithubactions import core
```

Refer to [core](docs/core.md) for a documentation.
