Metadata-Version: 2.1
Name: ants-fts
Version: 0.2.1
Summary: This library is used to extract features from data.
Home-page: https://ants.abc
Author: HaoPP
Author-email: haopp@antsomi.com
Project-URL: Source, https://ants.abc/source
Project-URL: Documentation, https://ants.abc/docs
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Requires-Python: >=3.7
Description-Content-Type: text/markdown

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Antsomi Extractors</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      padding: 20px;
    }
    h2 {
      color: #2c3e50;
    }
    code {
      background-color: #f4f4f4;
      padding: 2px 6px;
      border-radius: 4px;
      font-size: 14px;
    }
  </style>
</head>
<body>

  <h2>Antsomi Extractors</h2>

  <p><strong>Installation:</strong> <code>pip install ants-fts</code></p>

  <p><strong>Importation:</strong> <code>import ants_extractor</code></p>

</body>
</html>
