File tree Expand file tree Collapse file tree 5 files changed +45
-4
lines changed Expand file tree Collapse file tree 5 files changed +45
-4
lines changed Original file line number Diff line number Diff line change 1
- # Tensify™
1
+ # Tensify
2
2
3
3
An easy to use python package to convert your tenses...
4
4
Original file line number Diff line number Diff line change 6
6
setuptools .setup (
7
7
name = "tensify" ,
8
8
author = "Dev Shah" ,
9
+ version = "0.0.2" ,
9
10
author_email = "devshah1032@gmail.com" ,
10
11
description = "A python package which converts your tenses" ,
11
12
long_description = long_description ,
Original file line number Diff line number Diff line change 1
1
Metadata-Version: 2.1
2
2
Name: tensify
3
- Version: 0.0.0
3
+ Version: 0.0.2
4
4
Summary: A python package which converts your tenses
5
5
Home-page: https://github.com/CodeRustyPro/Tensify
6
6
Author: Dev Shah
7
7
Author-email: devshah1032@gmail.com
8
8
License: UNKNOWN
9
- Description: # Tensify
9
+ Description: # Tensifyâ„¢
10
10
11
- An easy to use pytho package to convert your tenses...
11
+ An easy to use python package to convert your tenses...
12
+
13
+
14
+ Features :
15
+ 1.Super-Simple
16
+ 2.Easy
17
+ 3.Minimalistic
18
+ 4.Super-Fast
19
+ 5.Open-Source
20
+ 6.New Concept
21
+ 7.Trusted
22
+ 8.Free
23
+
24
+
25
+ Usage :
26
+ ```
27
+ import tensify
28
+ tensify.PAST("I get it")
29
+ # As simple as that
30
+ ```
31
+
32
+ Output :
33
+ ```
34
+ I got it
35
+ ```
36
+
37
+
38
+
39
+ Contributors :
40
+ ```
41
+ 1.Dev Shah (Contact : devshah1032@gmail.com)
42
+ 2.Haard Majmudar (Contact : haardmajmudar2827@gmail.com)
43
+ ```
44
+
45
+
46
+
47
+ License :
48
+ ```
49
+ MIT License
50
+ Copyright (c) 2021 Dev Shah
51
+ ```
12
52
Platform: UNKNOWN
13
53
Classifier: Programming Language :: Python :: 3
14
54
Classifier: License :: OSI Approved :: MIT License
You can’t perform that action at this time.
0 commit comments