Metadata-Version: 2.1
Name: wasimtest
Version: 0.1.5
Summary: SDK for Falcon AI.
Home-page: https://bitbucket.org/northbay/generative_ai/
Author: Falcon
Author-email: wasim.khan@northbaysolutions.net
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE

=========
published
=========

Python library that serves as an example/template for a package publishing guide.

|pypi| |travis| |coveralls|

.. |pypi| image:: https://badge.fury.io/py/published.svg
   :target: https://badge.fury.io/py/published
   :alt: PyPI version and link.

.. |travis| image:: https://travis-ci.com/python-supply/published.svg?branch=main
   :target: https://travis-ci.com/python-supply/published

.. |coveralls| image:: https://coveralls.io/repos/github/python-supply/published/badge.svg?branch=main
   :target: https://coveralls.io/github/python-supply/published?branch=main

Purpose
-------
This library is an illustration of the various tasks and components involved in the process of publishing a small open-source Python package on PyPI, including establishment of linting standards, implementation of unit tests, measurement of coverage, and basic continuous integration.

Package Installation and Usage
------------------------------
The package is available on PyPI::

    python -m pip install published

The library can be imported in the usual ways::

    import published
    from published import published

