Metadata-Version: 2.1
Name: foss42
Version: 0.0.1
Summary: Core Python library used by foss42 Open Source APIs.
Home-page: https://github.com/foss42/foss42
Author: foss42
Author-email: foss42.org@gmail.com
Project-URL: Homepage, https://foss42.com
Project-URL: Source Code, https://github.com/foss42/foss42-core
Project-URL: Bug Tracker, https://github.com/foss42/foss42-core/issues
Project-URL: Documentation, https://foss42.com
Keywords: foss42 utility coversion validation generate transform ml bi visualization charts language graphs data map
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Natural Language :: English
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# foss42

[![Discord Server Invite](https://img.shields.io/badge/DISCORD-JOIN%20SERVER-5663F7?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/2s49SCNfyJ)
![PyPI](https://img.shields.io/pypi/v/foss42?logo=python&logoColor=yellow&style=for-the-badge)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/foss42?logo=python&logoColor=yellow&style=for-the-badge)

Core Python library for foss42 Open Source APIs. 

To learn more about the project check out:
- [foss42 Home Page (foss42.com)](https://foss42.com)
- [GitHub Organization Page](https://github.com/foss42) 

## Installation

```
pip3 install foss42
```

## Testing

Install `pytest`

```
$ pip3 install pytest
```

Clone the repo, set it as the current working directory and run the tests using the command:

```
$ pytest
```
