@@ -1,4 +1,4 @@
-Copyright (c) 2008 Mike Verdone
+Copyright (c) 2018 Agile Geeks SRL-D
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -6,7 +6,7 @@ Has been tested on 2.7, 3.4 and 3.6
## Installation
- $ pip install pyVies
+ $ pip install pyvieser
## Usage
@@ -32,10 +32,10 @@ except api.ViesError as e:
else:
print (result)
-"""
-You may also use `clean` to extract vat number and country code
-The line bellow would print ('2785503', 'RO')
+
+# You may also use "clean" to extract vat number and country code
+# The line bellow would print ('2785503', 'RO')
print (vies.clean('RO2785503'))
```
@@ -5,8 +5,8 @@ with open("README.md", "r") as fh:
setuptools.setup(
- name="pyVies",
- version="0.0.1",
+ name="pyvieser",
+ version="0.0.2",
author="Radu Boncea",
author_email="radu.boncea@gmail.com",
description="A wrapper API of VIES VAT web service",