Metadata-Version: 2.1
Name: clru
Version: 0.1.2
Summary: Cython LRU Structures
Home-page: https://github.com/klaussfreire/clru
Author: Claudio Freire
Author-email: klaussfreire@gmail.com
License: LGPLv3
Description: ====
        clru
        ====
        .. image:: https://img.shields.io/pypi/v/clru.svg
                :target: https://pypi.python.org/pypi/clru
        
        .. image:: https://img.shields.io/travis/klaussfreire/clru.svg
                :target: https://travis-ci.org/klaussfreire/clru
        
        .. image:: https://readthedocs.org/projects/clru/badge/?version=latest
                :target: https://clru.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        Cython LRU Structures
        
        * Free software: GNU LESSER GENERAL PUBLIC LICENSE v3
        * Documentation: https://clru.readthedocs.io.
        
        Features
        ========
        
        * TODO
        
        
        
        Release
        =======
        
        - Update the changelog release date on `CHANGELOG <CHANGELOG.rst>`__
        - Commit the changes to master (there is no need to do an PR in this case)
        
          .. code-block:: console
        
              $ git commit CHANGELOG -m 'New release'
        
        
        Credits
        =======
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        .. _changelog:
        
        ==========
        Change Log
        ==========
        
        All notable changes to this project will be documented here.
        
        Sort subsections like so: Added, Bugfixes, Improvements, Technical tasks.
        Group anything an end user shouldn't care deeply about into technical
        tasks, even if they're technically bugs. Only include as "bugfixes"
        bugs with user-visible outcomes.
        
        When major components get significant changes worthy of mention, they
        can be described in a Major section.
        
        More information can be found `HERE <https://keepachangelog.com/en/1.0.0/>`__:
        
        v0.1.2 - 2021-12-27
        ===================
        
        Bugfixes
        ~~~~~~~~
        
        - Add missing ``six`` requirement
        - Exclude generated c files from source distributions to make sure they're
          generated correctly upon install.
        
        v0.1.1 - 2020-11-18
        ===================
        
        Bugfixes
        ~~~~~~~~
        
        - Fixed release manifest to include necessary include files for build
        
        v0.1.0 - 2020-11-18
        ===================
        
        Major
        ~~~~~
        
        * Moved cLRU code to it's own repo
        
        Technical Tasks
        ~~~~~~~~~~~~~~~
        
        * Added Github Action hook to run the tests for every PR
        * Added the imports on the ``__init__.py`` to import the cython version when
          possible
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: dev-strict
