Metadata-Version: 2.1
Name: cpu_count
Version: 1.0.0b3
Summary: Calculate the number of CPUs available taking into account system constraints
Home-page: https://github.com/HeavenVolkoff/cpu_count
Author: Vítor Vasconcellos
Author-email: vasconcellos.dev@gmail.com
Maintainer: Vítor Vasconcellos
Maintainer-email: vasconcellos.dev@gmail.com
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/HeavenVolkoff/cpu_count/issues
Project-URL: Source Code, https://github.com/HeavenVolkoff/cpu_count
Description: # cpu_count
        
        Modified version of python's `cpu_count` that takes into account system constraints to calculate the number of CPUs available
        
        ## Summary
        
        + [docs](./docs):
            > Folder containing everything related to documentation
        + [src](./src):
            > Folder containing all of the project's source code
        + [tests](./tests):
            > Folder containing all of the project's tests
        + [tools](./tools):
            > Folder containing tools for formatting and organizing code
        
        ## License
        
        See [LICENSE](./LICENSE)
        
        ## COPYRIGHT
        
            Copyright (c) 2018 Vítor Augusto da Silva Vasconcellos. All rights reserved.
        
Keywords: base,modules,package,bootstrap,foundation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >3.5
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
