Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoPython committed Sep 9, 2021
1 parent b480759 commit 2882d54
Show file tree
Hide file tree
Showing 18 changed files with 1,046 additions and 977 deletions.
26 changes: 0 additions & 26 deletions CHANGELOG.md

This file was deleted.

42 changes: 42 additions & 0 deletions CHANGELOG.rst
@@ -0,0 +1,42 @@
=========
Changelog
=========

All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`Unreleased <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.0.2...HEAD>`_
-------------------------------------------------------------------------------------------

`1.0.2 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.0.1...1.0.2>`_ - 2021-09-09
----------------------------------------------------------------------------------------------------

Changed
^^^^^^^


* Improve setup process


`1.0.1 <https://github.com/Cryptnox-Software/cryptnoxcard/compare/v1.0.0...1.0.1>`_ - 2021-08-20
----------------------------------------------------------------------------------------------------

Fixed
^^^^^


* Update package on PiPI

`1.0.0 <https://github.com/Cryptnox-Software/cryptnoxcard/releases/tag/v1.0.0>`_ - 2021-08-20
-------------------------------------------------------------------------------------------------

Added
^^^^^


* Command line interface with commands for interacting with Cryptnox cards
* Interactive mode
* Pipfile and requirements for setting up environment
* Setup file to install the library
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

675 changes: 0 additions & 675 deletions LICENSE.md

This file was deleted.

5 changes: 5 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,5 @@
include LICENSE
include CHANGELOG.rst
include README.rst
include cryptnoxcard/contract_abi/*.json
include cryptnoxcard/lib/cryptos/english.txt
5 changes: 1 addition & 4 deletions Pipfile
Expand Up @@ -11,22 +11,19 @@ pytest-pylint = "*"
pytest = "*"

[packages]
aiohttp = "*"
argparse = "*"
appdirs = "*"
base58 = "*"
ecdsa = "*"
colander = "*"
cryptnoxpy = "*"
cryptography = "*"
lazy-import = "*"
pytz = "*"
pyscard = "==2.0.1"
requests = "*"
tabulate = "*"
stdiomask = "*"
web3 = "*"
winrt = "*"
winrt = {version = "*", sys_platform = "== 'win32'"}

[requires]
python_version = "3.9"

0 comments on commit 2882d54

Please sign in to comment.