Metadata-Version: 2.1
Name: fcatng
Version: 0.0.8
Summary: An attempt to revive the fca package by ae-hse.
Author-email: Tom Hanika <tomhanika@algebra20.de>
Project-URL: Homepage, https://github.com/tomhanika/fcatng
Project-URL: Issues, https://github.com/tomhanika/fcatng/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# fcatng

Welcome to **fcatng**! This project is an attempt to revied the **fca** project by ae-hse [https://github.com/ae-hse/fca]. Our goal is to make this tool Python3 ready and useful, enhancing it with contemporary features and making it more accessible to today's developers.

**WARNING -- This repo is heavily under reconstruction!**

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## Introduction

**fcatng** (FCA The Next Generation) aims to continue the original **fca** python project by ae-hse [https://github.com/ae-hse/fca]. We believe in the importance of keeping great tools alive and up-to-date. This project serves to preserve the functionality of **fca** while integrating modern enhancements and ensuring compatibility with current systems.

## Features
(Hopefully soon to be ;) )

- **Compatibility**: Works seamlessly with modern Python versions.
- **Improved Performance**: Optimized for better efficiency and speed.
- **Enhanced Documentation**: Comprehensive and user-friendly documentation.
- **Community-Driven**: Open to contributions and feedback from the community.
- **Extensible**: Designed to be easily extended with new features and plugins.

## Installation

To install **fcatng**, you can use `pip`. Simply run the following command:

```sh
pip install fcatng
```

Alternatively, you can install from source. Clone the repository and install:

```sh
git clone https://github.com/yourusername/fcatng.git
cd fcatng
pip install .
```

## Usage

Here’s a basic example of how to use **fcatng**:

```python
import fcatng

# Example usage of fcatng
result = fcatng.some_function()
print(result)
```

For more detailed usage instructions and examples, please refer to our [documentation](docs/).

## Contributing

We welcome contributions from the community! If you’d like to contribute, please follow these steps:

1. **Fork the repository** on GitHub.
2. **Clone your fork** locally:
   ```sh
   git clone https://github.com/yourusername/fcatng.git
   ```
3. **Create a new branch** for your feature or bugfix:
   ```sh
   git checkout -b feature-or-bugfix-name
   ```
4. **Make your changes** and commit them with clear messages.
5. **Push your changes** to your fork:
   ```sh
   git push origin feature-or-bugfix-name
   ```
6. **Create a pull request** from your branch to the main repository.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

## Contact

If you have any questions, suggestions, or feedback, feel free to reach out to us. You can open an issue on GitHub or contact the project maintainer:

- **GitHub Issues**: [https://github.com/tomhanika/fcatng/issues](https://github.com/yourusername/fcatng/issues)

We hope you find **fcatng** useful and look forward to your contributions to keep this project thriving!

---

*This project is a tribute to the original **fca** project by ae-hse, whose pioneering work inspired us to continue the journey.*
