Metadata-Version: 2.1
Name: setec
Version: 0.0.2
Summary: Simple, fast, compact encryption and signing.
Home-page: https://github.com/kgriffs/setec
Author: Kurt Griffiths
Author-email: mail@kgriffs.com
License: UNKNOWN
Description: ## Setec Astronomy
        
        Simple, fast, compact encryption and signing.
        
        Based on modern cryptography courtesy of PyNaCl.
        
        __EXPERIMENTAL__: Use at your own risk. While the
        underlying cryptography has been well-studied,
        many security vulnerabilities arise from implementation
        bugs. The setec code is fairly simple, but has
        not been fully tested, so no security guarantees
        are provided by the project authors, either implicit
        or otherwise.
        
        Requires Python 3.5 or better.
        
        Legal
        -----
        
        Copyright 2018 by individual and corporate contributors as
        noted in the individual source files.
        
        Licensed under the Apache License, Version 2.0 (the "License"); you may
        not use any portion of this software except in compliance with
        the License. Contributors agree to license their work under the same
        License. You may obtain a copy of the License at
        http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
